Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dnau8825.c93 { NAU8825_REG_FLL6, 0x6000 },
944 regmap_update_bits(nau8825->regmap, NAU8825_REG_FLL6, in nau8825_fll_apply()
983 regmap_update_bits(regmap, NAU8825_REG_FLL6, NAU8825_DCO_EN, 0); in nau8825_configure_sysclk()
1010 regmap_update_bits(regmap, NAU8825_REG_FLL6, NAU8825_DCO_EN, in nau8825_configure_sysclk()
Dnau8825.h23 #define NAU8825_REG_FLL6 0x09 macro