Searched refs:SACR1_DRPL (Results 1 – 2 of 2) sorted by relevance
48 #define SACR1_DRPL (1 << 4) /* Disable Replaying Function */ macro224 SACR1 &= ~SACR1_DRPL; in pxa2xx_i2s_trigger()246 SACR1 |= SACR1_DRPL; 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()
182 #define SACR1_DRPL (1<<4) macro
Completed in 5 milliseconds