Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs35l33.c56 {CS35L33_CLK_CTL, 0x0C},
144 case CS35L33_CLK_CTL: in cs35l33_readable_register()
302 regmap_update_bits(priv->regmap, CS35L33_CLK_CTL, in cs35l33_sdout_event()
371 regmap_update_bits(priv->regmap, CS35L33_CLK_CTL, in cs35l33_set_bias_level()
380 regmap_update_bits(priv->regmap, CS35L33_CLK_CTL, in cs35l33_set_bias_level()
490 regmap_update_bits(priv->regmap, CS35L33_CLK_CTL, in cs35l33_pcm_hw_params()
537 regmap_update_bits(priv->regmap, CS35L33_CLK_CTL, in cs35l33_set_tristate()
542 regmap_update_bits(priv->regmap, CS35L33_CLK_CTL, in cs35l33_set_tristate()
646 regmap_update_bits(cs35l33->regmap, CS35L33_CLK_CTL, in cs35l33_component_set_sysclk()
653 regmap_update_bits(cs35l33->regmap, CS35L33_CLK_CTL, in cs35l33_component_set_sysclk()
[all …]
H A Dcs35l33.h21 #define CS35L33_CLK_CTL 0x08 /* Clock Ctl */ macro