Searched refs:ml_addr (Results 1 – 7 of 7) sorted by relevance
/linux/sound/hda/ext/ |
A D | hdac_ext_controller.c | 102 hlink->ml_addr = bus->mlcap + AZX_ML_BASE + in snd_hdac_ext_bus_get_ml_capabilities() 104 hlink->lcaps = readl(hlink->ml_addr + AZX_REG_ML_LCAP); in snd_hdac_ext_bus_get_ml_capabilities() 105 hlink->lsdiid = readw(hlink->ml_addr + AZX_REG_ML_LSDIID); in snd_hdac_ext_bus_get_ml_capabilities() 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() 279 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, in snd_hdac_ext_bus_link_get()
|
A D | hdac_ext_stream.c | 235 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 1 << stream); in snd_hdac_ext_link_set_stream_id() 247 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 0); in snd_hdac_ext_link_clear_stream_id()
|
/linux/include/sound/ |
A D | hdaudio_ext.h | 115 void __iomem *ml_addr; /* link output stream reg pointer */ member
|
/linux/sound/soc/sof/intel/ |
A D | hda-ctrl.c | 288 writel(0, hlink->ml_addr + AZX_REG_ML_LOSIDV); in hda_dsp_ctrl_init_chip()
|
/linux/arch/mips/include/asm/octeon/ |
A D | cvmx-pciercx-defs.h | 99 __BITFIELD_FIELD(uint32_t ml_addr:12,
|
/linux/sound/soc/intel/skylake/ |
A D | skl.c | 139 writel(0, hlink->ml_addr + AZX_REG_ML_LOSIDV); in skl_init_chip()
|
/linux/arch/mips/pci/ |
A D | pcie-octeon.c | 522 pciercx_cfg008.s.ml_addr = 0; in __cvmx_pcie_rc_initialize_config_space()
|
Completed in 15 milliseconds