Home
last modified time | relevance | path

Searched refs:SACR1_DREC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/pxa/
H A Dpxa2xx-i2s.c49 #define SACR1_DREC (1 << 3) /* Disable Recording Function */ macro
226 SACR1 &= ~SACR1_DREC; in pxa2xx_i2s_trigger()
249 SACR1 |= SACR1_DREC; in pxa2xx_i2s_shutdown()
253 if ((SACR1 & (SACR1_DREC | SACR1_DRPL)) == (SACR1_DREC | SACR1_DRPL)) { in pxa2xx_i2s_shutdown()
312 SACR1 = SACR1_DRPL | SACR1_DREC; in pxa2xx_i2s_probe()
/kernel/linux/linux-6.6/sound/soc/pxa/
H A Dpxa2xx-i2s.c48 #define SACR1_DREC (1 << 3) /* Disable Recording Function */ macro
224 writel(readl(i2s_reg_base + SACR1) & (~SACR1_DREC), i2s_reg_base + SACR1); in pxa2xx_i2s_trigger()
247 writel(readl(i2s_reg_base + SACR1) | (SACR1_DREC), i2s_reg_base + SACR1); in pxa2xx_i2s_shutdown()
251 if ((readl(i2s_reg_base + SACR1) & (SACR1_DREC | SACR1_DRPL)) == (SACR1_DREC | SACR1_DRPL)) { in pxa2xx_i2s_shutdown()
310 writel(SACR1_DRPL | SACR1_DREC, i2s_reg_base + SACR1); in pxa2xx_i2s_probe()
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/
H A Dsa1111.h181 #define SACR1_DREC (1<<3) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/hardware/
H A Dsa1111.h179 #define SACR1_DREC (1<<3) macro

Completed in 4 milliseconds