Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Drt1318.c888 RT1318_PLLIN_MASK, RT1318_PLLIN_BCLK0); in rt1318_set_dai_pll()
892 RT1318_PLLIN_MASK, RT1318_PLLIN_BCLK1); in rt1318_set_dai_pll()
896 RT1318_PLLIN_MASK, RT1318_PLLIN_RC); in rt1318_set_dai_pll()
900 RT1318_PLLIN_MASK, RT1318_PLLIN_MCLK); in rt1318_set_dai_pll()
904 RT1318_PLLIN_MASK, RT1318_PLLIN_SDW1); in rt1318_set_dai_pll()
908 RT1318_PLLIN_MASK, RT1318_PLLIN_SDW2); in rt1318_set_dai_pll()
912 RT1318_PLLIN_MASK, RT1318_PLLIN_SDW3); in rt1318_set_dai_pll()
916 RT1318_PLLIN_MASK, RT1318_PLLIN_SDW4); in rt1318_set_dai_pll()
Drt1318.h101 #define RT1318_PLLIN_MASK (0x7 << 4) macro