Searched refs:NAU8825_DCO_EN (Results 1 – 2 of 2) sorted by relevance
558 regmap_update_bits(nau8825->regmap, NAU8825_REG_FLL6, NAU8825_DCO_EN, in nau8825_xtalk_clock()559 NAU8825_DCO_EN); in nau8825_xtalk_clock()2211 NAU8825_REG_FLL6, NAU8825_DCO_EN, 0); in nau8825_fll_apply()2293 NAU8825_DCO_EN, 0); in nau8825_configure_mclk_as_sysclk()2337 NAU8825_DCO_EN, NAU8825_DCO_EN); in nau8825_configure_sysclk()
151 #define NAU8825_DCO_EN (0x1 << 15) macro