Searched refs:AZX_REG_ML_LCTL (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/hda/ext/ |
| A D | hdac_ext_controller.c | 175 val = readl(link->ml_addr + AZX_REG_ML_LCTL); in check_hdac_link_power_active() 195 snd_hdac_updatel(link->ml_addr, AZX_REG_ML_LCTL, in snd_hdac_ext_bus_link_power_up() 208 snd_hdac_updatel(link->ml_addr, AZX_REG_ML_LCTL, AZX_MLCTL_SPA, 0); in snd_hdac_ext_bus_link_power_down() 224 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, in snd_hdac_ext_bus_link_power_up_all() 245 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, in snd_hdac_ext_bus_link_power_down_all()
|
| /linux/include/sound/ |
| A D | hda_register.h | 262 #define AZX_REG_ML_LCTL 0x04 macro
|
| /linux/sound/pci/hda/ |
| A D | hda_intel.c | 498 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_ml_lctl_set_power() 501 writel(val, bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_ml_lctl_set_power() 505 if (((readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL)) & in intel_ml_lctl_set_power() 522 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_init_lctl() 544 writel(val, bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_init_lctl()
|
Completed in 13 milliseconds