Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dnau8825.c125 { NAU8825_REG_CLK_DIVIDER, 0x0050 },
489 regmap_update_bits(nau8825->regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_xtalk_clock()
496 regmap_update_bits(nau8825->regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_xtalk_clock()
1680 regmap_update_bits(regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_setup_auto_irq()
1919 regmap_update_bits(regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_jack_insert()
2316 regmap_update_bits(nau8825->regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_fll_apply()
2391 regmap_update_bits(nau8825->regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_set_pll()
2429 regmap_update_bits(regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_configure_mclk_as_sysclk()
2463 regmap_update_bits(regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_configure_sysclk()
2477 regmap_update_bits(regmap, NAU8825_REG_CLK_DIVIDER, in nau8825_configure_sysclk()
[all …]
H A Dnau8825.h15 #define NAU8825_REG_CLK_DIVIDER 0x03 macro