Searched refs:SACR1_DREC (Results 1 – 2 of 2) sorted by relevance
53 #define SACR1_DREC (1 << 3) /* Disable Recording Function */ macro230 SACR1 &= ~SACR1_DREC; in pxa2xx_i2s_trigger()253 SACR1 |= SACR1_DREC; in pxa2xx_i2s_shutdown()257 if ((SACR1 & (SACR1_DREC | SACR1_DRPL)) == (SACR1_DREC | SACR1_DRPL)) { in pxa2xx_i2s_shutdown()316 SACR1 = SACR1_DRPL | SACR1_DREC; in pxa2xx_i2s_probe()
181 #define SACR1_DREC (1<<3) macro