Searched refs:SACR1_DRPL (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/pxa/
H A Dpxa2xx-i2s.c52 #define SACR1_DRPL (1 << 4) /* Disable Replaying Function */ macro
230 SACR1 &= ~SACR1_DRPL; pxa2xx_i2s_trigger()
252 SACR1 |= SACR1_DRPL; pxa2xx_i2s_shutdown()
259 if ((SACR1 & (SACR1_DREC | SACR1_DRPL)) == (SACR1_DREC | SACR1_DRPL)) { pxa2xx_i2s_shutdown()
318 SACR1 = SACR1_DRPL | SACR1_DREC; pxa2xx_i2s_probe()
/linux-4.1.27/arch/arm/include/asm/hardware/
H A Dsa1111.h208 #define SACR1_DRPL (1<<4) macro

Completed in 47 milliseconds