Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dnau8824.c108 { NAU8824_REG_CLK_DIVIDER, 0x0000 },
543 regmap_read(regmap, NAU8824_REG_CLK_DIVIDER, &value); in system_clock_control()
555 NAU8824_REG_CLK_DIVIDER, in system_clock_control()
589 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in dmic_clock_control()
1098 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_hw_params()
1102 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_hw_params()
1335 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_fll_apply()
1392 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_set_pll()
1405 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_config_sysclk()
1413 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_config_sysclk()
[all …]
H A Dnau8824.h15 #define NAU8824_REG_CLK_DIVIDER 0x03 macro