Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs53l30.c42 { CS53L30_PWRCTL, CS53L30_PWRCTL_DEFAULT },
116 case CS53L30_PWRCTL: in cs53l30_readable_register()
663 regmap_update_bits(priv->regmap, CS53L30_PWRCTL, in cs53l30_set_bias_level()
676 regmap_update_bits(priv->regmap, CS53L30_PWRCTL, in cs53l30_set_bias_level()
680 regmap_update_bits(priv->regmap, CS53L30_PWRCTL, in cs53l30_set_bias_level()
701 regmap_update_bits(priv->regmap, CS53L30_PWRCTL, in cs53l30_set_bias_level()
H A Dcs53l30.h19 #define CS53L30_PWRCTL 0x06 /* Power Control. */ macro