Searched refs:AZX_MLCTL_SPA (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/hda/ext/ |
D | hdac_ext_controller.c | 197 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/ |
D | hda_register.h | 266 #define AZX_MLCTL_SPA (0x1 << 16) macro
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_intel.c | 590 val &= ~AZX_MLCTL_SPA; in intel_ml_lctl_set_power() 622 if (((val & AZX_MLCTL_SPA) >> AZX_MLCTL_SPA_SHIFT) != in intel_init_lctl()
|