Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dtwl6040.c110 case TWL6040_REG_HFLCTL: in twl6040_read()
133 case TWL6040_REG_HFLCTL: in twl6040_can_write_to_chip()
150 case TWL6040_REG_HFLCTL: in twl6040_update_dl12_cache()
405 SOC_ENUM_SINGLE(TWL6040_REG_HFLCTL, 2, ARRAY_SIZE(twl6040_hf_texts),
448 SOC_DAPM_SINGLE("Switch", TWL6040_REG_HFLCTL, 6, 1, 0);
663 SND_SOC_DAPM_DAC("HFDAC Left", NULL, TWL6040_REG_HFLCTL, 0, 0),
692 TWL6040_REG_HFLCTL, 4, 0, NULL, 0),
718 TWL6040_REG_HFLCTL, 1, 0, NULL, 0),
980 hflctl = twl6040_read(component, TWL6040_REG_HFLCTL); in twl6040_mute_path()
991 twl6040_reg_write(twl6040, TWL6040_REG_HFLCTL, hflctl); in twl6040_mute_path()
/linux-6.1.9/include/linux/mfd/
Dtwl6040.h38 #define TWL6040_REG_HFLCTL 0x14 macro