Home
last modified time | relevance | path

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

/sound/soc/pxa/
Dpxa2xx-i2s.c33 #define SACR1 __REG(0x40400004) /* Serial Audio I 2 S/MSB-Justified Control Register */ macro
182 SACR1 |= pxa_i2s.fmt; in pxa2xx_i2s_hw_params()
224 SACR1 &= ~SACR1_DRPL; in pxa2xx_i2s_trigger()
226 SACR1 &= ~SACR1_DREC; in pxa2xx_i2s_trigger()
246 SACR1 |= SACR1_DRPL; in pxa2xx_i2s_shutdown()
249 SACR1 |= SACR1_DREC; in pxa2xx_i2s_shutdown()
253 if ((SACR1 & (SACR1_DREC | SACR1_DRPL)) == (SACR1_DREC | SACR1_DRPL)) { in pxa2xx_i2s_shutdown()
268 pxa_i2s.sacr1 = SACR1; in pxa2xx_soc_pcm_suspend()
283 SACR1 = pxa_i2s.sacr1; in pxa2xx_soc_pcm_resume()
312 SACR1 = SACR1_DRPL | SACR1_DREC; in pxa2xx_i2s_probe()