Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dnau8824.c103 { NAU8824_REG_CLK_DIVIDER, 0x0000 },
530 regmap_read(regmap, NAU8824_REG_CLK_DIVIDER, &value); in system_clock_control()
542 NAU8824_REG_CLK_DIVIDER, in system_clock_control()
571 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in dmic_clock_control()
1058 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_hw_params()
1068 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_hw_params()
1300 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_fll_apply()
1357 regmap_update_bits(nau8824->regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_set_pll()
1370 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_config_sysclk()
1378 regmap_update_bits(regmap, NAU8824_REG_CLK_DIVIDER, in nau8824_config_sysclk()
[all …]
Dnau8824.h18 #define NAU8824_REG_CLK_DIVIDER 0x03 macro