Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Dnau8810.h121 #define NAU8810_BCLKSEL_SFT 2 macro
122 #define NAU8810_BCLKSEL_MASK (0x7 << NAU8810_BCLKSEL_SFT)
123 #define NAU8810_BCLKDIV_1 (0x0 << NAU8810_BCLKSEL_SFT)
124 #define NAU8810_BCLKDIV_2 (0x1 << NAU8810_BCLKSEL_SFT)
125 #define NAU8810_BCLKDIV_4 (0x2 << NAU8810_BCLKSEL_SFT)
126 #define NAU8810_BCLKDIV_8 (0x3 << NAU8810_BCLKSEL_SFT)
127 #define NAU8810_BCLKDIV_16 (0x4 << NAU8810_BCLKSEL_SFT)
128 #define NAU8810_BCLKDIV_32 (0x5 << NAU8810_BCLKSEL_SFT)

Completed in 4 milliseconds