Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dtwl6040.c124 case TWL6040_REG_HFLCTL: in twl6040_read()
147 case TWL6040_REG_HFLCTL: in twl6040_can_write_to_chip()
164 case TWL6040_REG_HFLCTL: in twl6040_update_dl12_cache()
419 SOC_ENUM_SINGLE(TWL6040_REG_HFLCTL, 2, ARRAY_SIZE(twl6040_hf_texts),
462 SOC_DAPM_SINGLE("Switch", TWL6040_REG_HFLCTL, 6, 1, 0);
677 SND_SOC_DAPM_DAC("HFDAC Left", NULL, TWL6040_REG_HFLCTL, 0, 0),
706 TWL6040_REG_HFLCTL, 4, 0, NULL, 0),
732 TWL6040_REG_HFLCTL, 1, 0, NULL, 0),
994 hflctl = twl6040_read(component, TWL6040_REG_HFLCTL); in twl6040_mute_path()
1005 twl6040_reg_write(twl6040, TWL6040_REG_HFLCTL, hflctl); in twl6040_mute_path()
/Linux-v4.19/include/linux/mfd/
Dtwl6040.h52 #define TWL6040_REG_HFLCTL 0x14 macro