Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt1305.c316 case RT1305_CLK_1 ... RT1305_CAL_EFUSE_CLOCK: in rt1305_readable_register()
412 val = snd_soc_component_read(component, RT1305_CLK_1); in rt1305_is_rc_clk_from_pll()
779 snd_soc_component_update_bits(component, RT1305_CLK_1, in rt1305_set_component_sysclk()
807 snd_soc_component_update_bits(component, RT1305_CLK_1, in rt1305_set_component_pll()
815 snd_soc_component_update_bits(component, RT1305_CLK_1, in rt1305_set_component_pll()
825 RT1305_CLK_1, RT1305_SEL_PLL_SRC_1_MASK, in rt1305_set_component_pll()
829 snd_soc_component_update_bits(component, RT1305_CLK_1, in rt1305_set_component_pll()
1003 regmap_write(rt1305->regmap, RT1305_CLK_1, 0x0600); in rt1305_calibrate()
1048 regmap_write(rt1305->regmap, RT1305_CLK_1, 0x0650); in rt1305_calibrate()
1108 regmap_write(rt1305->regmap, RT1305_CLK_1, 0x0400); in rt1305_calibrate()
H A Drt1305.h15 #define RT1305_CLK_1 0x04 macro