Searched refs:ml_addr (Results 1 – 9 of 9) sorted by relevance
/linux/sound/hda/core/ext/ |
H A D | controller.c | 97 hlink->ml_addr = bus->mlcap + AZX_ML_BASE + in snd_hdac_ext_bus_get_ml_capabilities() 99 hlink->lcaps = readl(hlink->ml_addr + AZX_REG_ML_LCAP); in snd_hdac_ext_bus_get_ml_capabilities() 100 hlink->lsdiid = readw(hlink->ml_addr + AZX_REG_ML_LSDIID); in snd_hdac_ext_bus_get_ml_capabilities() 104 leptr = readl(hlink->ml_addr + AZX_REG_ML_LEPTR); in snd_hdac_ext_bus_get_ml_capabilities() 196 val = readl(hlink->ml_addr + AZX_REG_ML_LCTL); in check_hdac_link_power_active() 216 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, in snd_hdac_ext_bus_link_power_up() 229 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, AZX_ML_LCTL_SPA, 0); in snd_hdac_ext_bus_link_power_down() 281 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 1 << stream); in snd_hdac_ext_bus_link_set_stream_id() 293 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 0); in snd_hdac_ext_bus_link_clear_stream_id() 320 snd_hdac_updatew(hlink->ml_addr, AZX_REG_ML_LOSID in snd_hdac_ext_bus_link_get() [all...] |
/linux/sound/soc/sof/intel/ |
H A D | hda-mlink.c | 111 void __iomem *remap_addr, void __iomem *ml_addr, int link_idx) in hdaml_lnk_enum() argument 116 hlink->lcaps = readl(ml_addr + AZX_REG_ML_LCAP); in hdaml_lnk_enum() 128 hlink->lsdiid = readw(ml_addr + AZX_REG_ML_LSDIID); in hdaml_lnk_enum() 146 h2link->leptr = readl(ml_addr + AZX_REG_ML_LEPTR); in hdaml_lnk_enum() 404 hlink->ml_addr = bus->mlcap + AZX_ML_BASE + (AZX_ML_INTERVAL * index); in hda_ml_alloc_h2link() 406 ret = hdaml_lnk_enum(bus->dev, h2link, bus->remap_addr, hlink->ml_addr, index); in hda_ml_alloc_h2link() 509 hdaml_link_enable_interrupt(hlink->ml_addr + AZX_REG_ML_LCTL, enable); in hdac_bus_eml_enable_interrupt_unlocked() 529 hdaml_link_enable_interrupt(hlink->ml_addr + AZX_REG_ML_LCTL, enable); in hdac_bus_eml_enable_interrupt() 549 return hdaml_link_check_interrupt(hlink->ml_addr + AZX_REG_ML_LCTL); in hdac_bus_eml_check_interrupt() 567 hdaml_link_set_syncprd(hlink->ml_addr in hdac_bus_eml_set_syncprd_unlocked() [all...] |
/linux/sound/soc/intel/avs/ |
H A D | lnl.c | 24 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, AZX_ML_LCTL_OFLEN, in avs_lnl_core_stall()
|
H A D | core.c | 116 writel(0, hlink->ml_addr + AZX_REG_ML_LOSIDV); in avs_hdac_bus_init_chip()
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | peer.h | 58 u8 ml_addr[ETH_ALEN]; member
|
H A D | peer.c | 403 ether_addr_copy(peer->ml_addr, sta->addr); in ath12k_peer_create()
|
/linux/include/sound/ |
H A D | hdaudio_ext.h | 98 void __iomem *ml_addr; /* link output stream reg pointer */ member
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pciercx-defs.h | 99 __BITFIELD_FIELD(uint32_t ml_addr:12,
|
/linux/arch/mips/pci/ |
H A D | pcie-octeon.c | 528 pciercx_cfg008.s.ml_addr = 0; in __cvmx_pcie_rc_initialize_config_space()
|