Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/mxs/
H A Dmxs-saif.c313 scr0 = scr0 & ~BM_SAIF_CTRL_BITCLK_EDGE & ~BM_SAIF_CTRL_LRCLK_POLARITY \ in mxs_saif_set_dai_fmt()
322 scr &= ~BM_SAIF_CTRL_LRCLK_POLARITY; in mxs_saif_set_dai_fmt()
327 scr &= ~BM_SAIF_CTRL_LRCLK_POLARITY; in mxs_saif_set_dai_fmt()
338 scr |= BM_SAIF_CTRL_LRCLK_POLARITY; in mxs_saif_set_dai_fmt()
342 scr &= ~BM_SAIF_CTRL_LRCLK_POLARITY; in mxs_saif_set_dai_fmt()
346 scr |= BM_SAIF_CTRL_LRCLK_POLARITY; in mxs_saif_set_dai_fmt()
350 scr &= ~BM_SAIF_CTRL_LRCLK_POLARITY; in mxs_saif_set_dai_fmt()
H A Dmxs-saif.h40 #define BM_SAIF_CTRL_LRCLK_POLARITY 0x00000200 macro