Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dtwl6040.c248 hslctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()
249 hsrctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()
251 hslctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()
252 hsrctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()
971 hslctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA); in twl6040_mute_path()
972 hsrctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA); in twl6040_mute_path()
/linux-4.1.27/include/linux/mfd/
Dtwl6040.h127 #define TWL6040_HSDACENA (1 << 0) macro