Searched refs:SACR1 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/pxa/
H A Dpxa2xx-i2s.c37 #define SACR1 __REG(0x40400004) /* Serial Audio I 2 S/MSB-Justified Control Register */ macro
188 SACR1 |= pxa_i2s.fmt; pxa2xx_i2s_hw_params()
230 SACR1 &= ~SACR1_DRPL; pxa2xx_i2s_trigger()
232 SACR1 &= ~SACR1_DREC; pxa2xx_i2s_trigger()
252 SACR1 |= SACR1_DRPL; pxa2xx_i2s_shutdown()
255 SACR1 |= SACR1_DREC; pxa2xx_i2s_shutdown()
259 if ((SACR1 & (SACR1_DREC | SACR1_DRPL)) == (SACR1_DREC | SACR1_DRPL)) { pxa2xx_i2s_shutdown()
274 pxa_i2s.sacr1 = SACR1; pxa2xx_i2s_suspend()
289 SACR1 = pxa_i2s.sacr1; pxa2xx_i2s_resume()
318 SACR1 = SACR1_DRPL | SACR1_DREC; pxa2xx_i2s_probe()
/linux-4.1.27/arch/arm/include/asm/hardware/
H A Dsa1111.h143 * SACR1 Serial Audio Alternate Mode (I2C/MSB) Control Register

Completed in 35 milliseconds