Home
last modified time | relevance | path

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

/sound/soc/pxa/
Dpxa2xx-i2s.c32 #define SACR0 __REG(0x40400000) /* Global Control Register */ macro
105 SACR0 = 0; in pxa2xx_i2s_startup()
176 if (!(SACR0 & SACR0_ENB)) { in pxa2xx_i2s_hw_params()
177 SACR0 = 0; in pxa2xx_i2s_hw_params()
179 SACR0 |= SACR0_BCKD; in pxa2xx_i2s_hw_params()
181 SACR0 |= SACR0_RFTH(14) | SACR0_TFTH(1); in pxa2xx_i2s_hw_params()
227 SACR0 |= SACR0_ENB; in pxa2xx_i2s_trigger()
254 SACR0 &= ~SACR0_ENB; in pxa2xx_i2s_shutdown()
267 pxa_i2s.sacr0 = SACR0; in pxa2xx_soc_pcm_suspend()
273 SACR0 &= ~SACR0_ENB; in pxa2xx_soc_pcm_suspend()
[all …]