Searched refs:PSC_I2SCFG_MLJ (Results 1 – 2 of 2) sorted by relevance
62 ct &= ~(PSC_I2SCFG_XM | PSC_I2SCFG_MLJ); /* left-justified */ in au1xpsc_i2s_set_fmt()70 ct |= PSC_I2SCFG_MLJ; /* LSB (right-) justified */ in au1xpsc_i2s_set_fmt()
217 #define PSC_I2SCFG_MLJ (1 << 10) macro