Searched refs:PSC_I2SCFG_MS (Results 1 – 2 of 2) sorted by relevance
95 ct |= PSC_I2SCFG_MS; /* PSC I2S consumer mode */ in au1xpsc_i2s_set_fmt()98 ct &= ~PSC_I2SCFG_MS; /* PSC I2S provider mode */ in au1xpsc_i2s_set_fmt()
226 #define PSC_I2SCFG_MS (1 << 0) macro