Searched refs:EP93XX_I2S_CLKCFG_CKP (Results 1 – 1 of 1) sorted by relevance
59 #define EP93XX_I2S_CLKCFG_CKP (1 << 1) /* Bit clock polarity */ macro218 clk_cfg &= ~(EP93XX_I2S_CLKCFG_CKP | EP93XX_I2S_CLKCFG_LRS); in ep93xx_i2s_set_dai_fmt()223 clk_cfg &= ~EP93XX_I2S_CLKCFG_CKP; in ep93xx_i2s_set_dai_fmt()229 clk_cfg |= EP93XX_I2S_CLKCFG_CKP; in ep93xx_i2s_set_dai_fmt()235 clk_cfg |= EP93XX_I2S_CLKCFG_CKP | EP93XX_I2S_CLKCFG_LRS; in ep93xx_i2s_set_dai_fmt()