Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs53l30.c43 { CS53L30_MCLKCTL, CS53L30_MCLKCTL_DEFAULT },
117 case CS53L30_MCLKCTL: in cs53l30_readable_register()
561 regmap_update_bits(priv->regmap, CS53L30_MCLKCTL, in cs53l30_set_sysclk()
639 regmap_update_bits(priv->regmap, CS53L30_MCLKCTL, in cs53l30_pcm_hw_params()
674 regmap_update_bits(priv->regmap, CS53L30_MCLKCTL, in cs53l30_set_bias_level()
724 regmap_update_bits(priv->regmap, CS53L30_MCLKCTL, in cs53l30_set_bias_level()
H A Dcs53l30.h20 #define CS53L30_MCLKCTL 0x07 /* MCLK Control. */ macro