Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dnau8825.c87 { NAU8825_REG_CLK_DIVIDER, 0x0050 },
162 case NAU8825_REG_CLK_DIVIDER ... NAU8825_REG_FLL_VCO_RSV: in nau8825_readable_reg()
188 case NAU8825_REG_CLK_DIVIDER ... NAU8825_REG_FLL_VCO_RSV: in nau8825_writeable_reg()
928 regmap_update_bits(nau8825->regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_fll_apply()
968 regmap_update_bits(nau8825->regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_set_pll()
981 regmap_update_bits(regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_configure_sysclk()
1012 regmap_update_bits(regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_configure_sysclk()
Dnau8825.h17 #define NAU8825_REG_CLK_DIVIDER 0x03 macro