Home
last modified time | relevance | path

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

/sound/soc/pxa/
Dpxa2xx-i2s.c53 #define SACR1_DREC (1 << 3) /* Disable Recording Function */ macro
232 SACR1 &= ~SACR1_DREC; in pxa2xx_i2s_trigger()
255 SACR1 |= SACR1_DREC; in pxa2xx_i2s_shutdown()
259 if ((SACR1 & (SACR1_DREC | SACR1_DRPL)) == (SACR1_DREC | SACR1_DRPL)) { in pxa2xx_i2s_shutdown()
318 SACR1 = SACR1_DRPL | SACR1_DREC; in pxa2xx_i2s_probe()