Home
last modified time | relevance | path

Searched refs:AZX_MLCTL_SPA (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/hda/ext/
Dhdac_ext_controller.c197 snd_hdac_updatel(link->ml_addr, AZX_REG_ML_LCTL, 0, AZX_MLCTL_SPA); in snd_hdac_ext_bus_link_power_up()
209 snd_hdac_updatel(link->ml_addr, AZX_REG_ML_LCTL, AZX_MLCTL_SPA, 0); in snd_hdac_ext_bus_link_power_down()
226 AZX_REG_ML_LCTL, 0, AZX_MLCTL_SPA); in snd_hdac_ext_bus_link_power_up_all()
246 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, AZX_MLCTL_SPA, 0); in snd_hdac_ext_bus_link_power_down_all()
/Linux-v4.19/include/sound/
Dhda_register.h266 #define AZX_MLCTL_SPA (0x1 << 16) macro
/Linux-v4.19/sound/pci/hda/
Dhda_intel.c590 val &= ~AZX_MLCTL_SPA; in intel_ml_lctl_set_power()
622 if (((val & AZX_MLCTL_SPA) >> AZX_MLCTL_SPA_SHIFT) != in intel_init_lctl()