Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2562.c257 val = snd_soc_component_read(tas2562->component, TAS2562_PWR_CTRL); in tas2562_set_bitwidth()
367 ret = snd_soc_component_update_bits(component, TAS2562_PWR_CTRL, in tas2562_update_pwr_ctrl()
507 SOC_DAPM_SINGLE("Switch", TAS2562_PWR_CTRL, TAS2562_ISENSE_POWER_EN,
511 SOC_DAPM_SINGLE("Switch", TAS2562_PWR_CTRL, TAS2562_VSENSE_POWER_EN,
567 SND_SOC_DAPM_SWITCH("ISENSE", TAS2562_PWR_CTRL, 3, 1, &isense_switch),
568 SND_SOC_DAPM_SWITCH("VSENSE", TAS2562_PWR_CTRL, 2, 1, &vsense_switch),
645 { TAS2562_PWR_CTRL, 0x0e },
H A Dtas2562.h18 #define TAS2562_PWR_CTRL TAS2562_REG(0, 0x02) macro