Lines Matching defs:iface
421 int iface;
424 iface = uda1380_read_reg_cache(component, UDA1380_IFACE);
425 iface &= ~(R01_SFORI_MASK | R01_SIM | R01_SFORO_MASK);
429 iface |= R01_SFORI_I2S | R01_SFORO_I2S;
432 iface |= R01_SFORI_LSB16 | R01_SFORO_LSB16;
435 iface |= R01_SFORI_MSB | R01_SFORO_MSB;
442 uda1380_write_reg_cache(component, UDA1380_IFACE, iface);
451 int iface;
454 iface = uda1380_read_reg_cache(component, UDA1380_IFACE);
455 iface &= ~R01_SFORI_MASK;
459 iface |= R01_SFORI_I2S;
462 iface |= R01_SFORI_LSB16;
465 iface |= R01_SFORI_MSB;
472 uda1380_write(component, UDA1380_IFACE, iface);
481 int iface;
484 iface = uda1380_read_reg_cache(component, UDA1380_IFACE);
485 iface &= ~(R01_SIM | R01_SFORO_MASK);
489 iface |= R01_SFORO_I2S;
492 iface |= R01_SFORO_LSB16;
495 iface |= R01_SFORO_MSB;
499 iface |= R01_SIM;
501 uda1380_write(component, UDA1380_IFACE, iface);