Home
last modified time | relevance | path

Searched refs:AZX_ML_BASE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/sound/
Dhda_register.h262 #define AZX_ML_BASE 0x40 macro
/linux-6.12.1/sound/hda/ext/
Dhdac_ext_controller.c95 hlink->ml_addr = bus->mlcap + AZX_ML_BASE + in snd_hdac_ext_bus_get_ml_capabilities()
/linux-6.12.1/sound/pci/hda/
Dhda_intel.c471 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCAP); in intel_get_lctl_scf()
493 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_ml_lctl_set_power()
496 writel(val, bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_ml_lctl_set_power()
500 if (((readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL)) & in intel_ml_lctl_set_power()
517 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_init_lctl()
539 writel(val, bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_init_lctl()
/linux-6.12.1/sound/soc/sof/intel/
Dhda-mlink.c393 hlink->ml_addr = bus->mlcap + AZX_ML_BASE + (AZX_ML_INTERVAL * index); in hda_ml_alloc_h2link()