Home
last modified time | relevance | path

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

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