Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h353 #define SACR0 0x40400000 /* Global Control Register */ macro