Searched refs:SACR1_DREC (Results 1 – 2 of 2) sorted by relevance
49 #define SACR1_DREC (1 << 3) /* Disable Recording Function */ macro226 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()
181 #define SACR1_DREC (1<<3) macro