Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dnau8824.c108 { NAU8824_REG_CLK_DIVIDER, 0x0000 },
535 regmap_read(regmap, NAU8824_REG_CLK_DIVIDER, &value); in system_clock_control()
547 NAU8824_REG_CLK_DIVIDER, in system_clock_control()
576 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in dmic_clock_control()
1085 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_hw_params()
1322 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_fll_apply()
1379 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_set_pll()
1392 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_config_sysclk()
1400 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_config_sysclk()
1410 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_config_sysclk()
[all …]
H A Dnau8824.h15 #define NAU8824_REG_CLK_DIVIDER 0x03 macro