Home
last modified time | relevance | path

Searched refs:mlcap (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/core/ext/
H A Dcontroller.c87 link_count = readl(bus->mlcap + AZX_REG_ML_MLCD) + 1; in snd_hdac_ext_bus_get_ml_capabilities()
97 hlink->ml_addr = bus->mlcap + AZX_ML_BASE + in snd_hdac_ext_bus_get_ml_capabilities()
/linux/sound/soc/sof/intel/
H A Dhda-mlink.c404 hlink->ml_addr = bus->mlcap + AZX_ML_BASE + (AZX_ML_INTERVAL * index); in hda_ml_alloc_h2link()
432 if (!bus->mlcap) in hda_bus_ml_init()
435 link_count = readl(bus->mlcap + AZX_REG_ML_MLCD) + 1; in hda_bus_ml_init()
455 if (!bus->mlcap) in hda_bus_ml_free()
/linux/sound/hda/controllers/
H A Dintel.c473 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCAP); in intel_get_lctl_scf()
495 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_ml_lctl_set_power()
498 writel(val, bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_ml_lctl_set_power()
502 if (((readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL)) & in intel_ml_lctl_set_power()
519 val = readl(bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_init_lctl()
541 writel(val, bus->mlcap + AZX_ML_BASE + AZX_REG_ML_LCTL); in intel_init_lctl()
574 if (bus->mlcap != NULL) in hda_intel_init_chip()
/linux/sound/hda/core/
H A Dcontroller.c432 bus->mlcap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities()
/linux/include/sound/
H A Dhdaudio.h303 void __iomem *mlcap; member