Searched refs:TWL6040_HSDACENA (Results 1 – 2 of 2) sorted by relevance
250 hslctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()251 hsrctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()253 hslctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()254 hsrctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()983 hslctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA); in twl6040_mute_path()984 hsrctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA); in twl6040_mute_path()
127 #define TWL6040_HSDACENA (1 << 0) macro