Searched refs:ml_addr (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/sound/hda/ext/ |
H A D | hdac_ext_controller.c | 95 hlink->ml_addr = bus->mlcap + AZX_ML_BASE + in snd_hdac_ext_bus_get_ml_capabilities() 97 hlink->lcaps = readl(hlink->ml_addr + AZX_REG_ML_LCAP); in snd_hdac_ext_bus_get_ml_capabilities() 98 hlink->lsdiid = readw(hlink->ml_addr + AZX_REG_ML_LSDIID); in snd_hdac_ext_bus_get_ml_capabilities() 177 val = readl(hlink->ml_addr + AZX_REG_ML_LCTL); in check_hdac_link_power_active() 197 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, in snd_hdac_ext_bus_link_power_up() 210 snd_hdac_updatel(hlink->ml_addr, AZX_REG_ML_LCTL, AZX_ML_LCTL_SPA, 0); in snd_hdac_ext_bus_link_power_down() 262 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 1 << stream); in snd_hdac_ext_bus_link_set_stream_id() 274 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 0); in snd_hdac_ext_bus_link_clear_stream_id() 301 snd_hdac_updatew(hlink->ml_addr, AZX_REG_ML_LOSIDV, in snd_hdac_ext_bus_link_get()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-mlink.c | 100 void __iomem *remap_addr, void __iomem *ml_addr, int link_idx) in hdaml_lnk_enum() argument 105 hlink->lcaps = readl(ml_addr + AZX_REG_ML_LCAP); in hdaml_lnk_enum() 117 hlink->lsdiid = readw(ml_addr + AZX_REG_ML_LSDIID); in hdaml_lnk_enum() 135 h2link->leptr = readl(ml_addr + AZX_REG_ML_LEPTR); in hdaml_lnk_enum() 538 hdaml_link_set_syncprd(hlink->ml_addr + AZX_REG_ML_LSYNC, syncprd); in hdac_bus_eml_set_syncprd_unlocked() 564 return hdaml_link_wait_syncpu(hlink->ml_addr + AZX_REG_ML_LSYNC); in hdac_bus_eml_wait_syncpu_unlocked() 588 hdaml_link_sync_arm(hlink->ml_addr + AZX_REG_ML_LSYNC, sublink); in hdac_bus_eml_sync_arm_unlocked() 612 hdaml_link_sync_go(hlink->ml_addr + AZX_REG_ML_LSYNC); in hdac_bus_eml_sync_go_unlocked() 642 return hdaml_link_check_cmdsync(hlink->ml_addr + AZX_REG_ML_LSYNC, in hdac_bus_eml_check_cmdsync_unlocked() 680 ret = hdaml_link_init(hlink->ml_addr + AZX_REG_ML_LCTL, sublink); in hdac_bus_eml_power_up_base() [all …]
|
/openbmc/linux/include/sound/ |
H A D | hdaudio_ext.h | 93 void __iomem *ml_addr; /* link output stream reg pointer */ member
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pciercx-defs.h | 99 __BITFIELD_FIELD(uint32_t ml_addr:12,
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | core.c | 102 writel(0, hlink->ml_addr + AZX_REG_ML_LOSIDV); in avs_hdac_bus_init_chip()
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl.c | 139 writel(0, hlink->ml_addr + AZX_REG_ML_LOSIDV); in skl_init_chip()
|
/openbmc/linux/arch/mips/pci/ |
H A D | pcie-octeon.c | 528 pciercx_cfg008.s.ml_addr = 0; in __cvmx_pcie_rc_initialize_config_space()
|