Searched refs:AZX_REG_ML_LCTL (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/sound/hda/ext/ |
| D | hdac_ext_controller.c | 173 val = readl(link->ml_addr + AZX_REG_ML_LCTL); in check_hdac_link_power_active() 193 snd_hdac_updatel(link->ml_addr, AZX_REG_ML_LCTL, in snd_hdac_ext_bus_link_power_up() 206 snd_hdac_updatel(link->ml_addr, AZX_REG_ML_LCTL, AZX_MLCTL_SPA, 0); in snd_hdac_ext_bus_link_power_down() 222 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, in snd_hdac_ext_bus_link_power_up_all() 243 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, in snd_hdac_ext_bus_link_power_down_all()
|
| /Linux-v5.4/include/sound/ |
| D | hda_register.h | 258 #define AZX_REG_ML_LCTL 0x04 macro
|
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_intel.c | 527 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_ml_lctl_set_power() 530 writel(val, bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_ml_lctl_set_power() 534 if (((readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL)) & in intel_ml_lctl_set_power() 551 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_init_lctl() 573 writel(val, bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_init_lctl()
|