Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcpcap.c59 #define CPCAP_BIT_CLK_INV 1 macro
1310 BIT(CPCAP_BIT_CLK_INV) | in cpcap_voice_set_dai_fmt()
1336 val |= BIT(CPCAP_BIT_CLK_INV); in cpcap_voice_set_dai_fmt()
1340 val |= BIT(CPCAP_BIT_CLK_INV); in cpcap_voice_set_dai_fmt()
1344 val &= ~BIT(CPCAP_BIT_CLK_INV); in cpcap_voice_set_dai_fmt()
1348 val &= ~BIT(CPCAP_BIT_CLK_INV); in cpcap_voice_set_dai_fmt()
1356 if (val & BIT(CPCAP_BIT_CLK_INV)) in cpcap_voice_set_dai_fmt()
1357 val &= ~BIT(CPCAP_BIT_CLK_INV); in cpcap_voice_set_dai_fmt()
1359 val |= BIT(CPCAP_BIT_CLK_INV); in cpcap_voice_set_dai_fmt()