Home
last modified time | relevance | path

Searched refs:EP93XX_I2S_CLKCFG_CKP (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/cirrus/
H A Dep93xx-i2s.c67 #define EP93XX_I2S_CLKCFG_CKP (1 << 1) /* Bit clock polarity */ macro
277 clk_cfg &= ~(EP93XX_I2S_CLKCFG_CKP | EP93XX_I2S_CLKCFG_LRS); in ep93xx_i2s_set_dai_fmt()
282 clk_cfg &= ~EP93XX_I2S_CLKCFG_CKP; in ep93xx_i2s_set_dai_fmt()
288 clk_cfg |= EP93XX_I2S_CLKCFG_CKP; in ep93xx_i2s_set_dai_fmt()
294 clk_cfg |= EP93XX_I2S_CLKCFG_CKP | EP93XX_I2S_CLKCFG_LRS; in ep93xx_i2s_set_dai_fmt()