Searched refs:remap_addr (Results 1 – 15 of 15) sorted by relevance
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.h | 55 writel(val, chip->region.idx[bank+1].remap_addr + offset); in snd_cs46xx_poke() 62 return readl(chip->region.idx[bank+1].remap_addr + offset); in snd_cs46xx_peek() 67 writel(val, chip->region.name.ba0.remap_addr + offset); in snd_cs46xx_pokeBA0() 72 return readl(chip->region.name.ba0.remap_addr + offset); in snd_cs46xx_peekBA0()
|
| H A D | cs46xx.h | 1636 void __iomem *remap_addr; member
|
| /linux/sound/pci/lola/ |
| H A D | lola_proc.c | 167 readl(chip->bar[BAR0].remap_addr + i)); in lola_proc_regs_read() 172 readl(chip->bar[BAR1].remap_addr + i)); in lola_proc_regs_read() 177 readl(chip->bar[BAR1].remap_addr + i)); in lola_proc_regs_read()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 298 void __iomem *remap_addr; member 469 snd_hdac_reg_writeb(chip, (chip)->remap_addr + (reg), value) 471 snd_hdac_reg_readb(chip, (chip)->remap_addr + (reg)) 473 snd_hdac_reg_writew(chip, (chip)->remap_addr + (reg), value) 475 snd_hdac_reg_readw(chip, (chip)->remap_addr + (reg)) 477 snd_hdac_reg_writel(chip, (chip)->remap_addr + (reg), value) 479 snd_hdac_reg_readl(chip, (chip)->remap_addr + (reg))
|
| /linux/sound/hda/core/ |
| H A D | controller.c | 432 bus->mlcap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities() 437 bus->gtscap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities() 443 bus->ppcap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities() 449 bus->spbcap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities() 455 bus->drsmcap = bus->remap_addr + offset; in snd_hdac_bus_parse_capabilities()
|
| H A D | stream.c | 99 azx_dev->sd_addr = bus->remap_addr + (0x20 * idx + 0x80); in snd_hdac_stream_init()
|
| /linux/drivers/bus/ |
| H A D | mvebu-mbus.c | 332 u32 ctrl, remap_addr; in mvebu_mbus_setup_window() local 360 remap_addr = base; in mvebu_mbus_setup_window() 362 remap_addr = remap; in mvebu_mbus_setup_window() 363 writel(remap_addr & WIN_REMAP_LOW, addr_rmp + WIN_REMAP_LO_OFF); in mvebu_mbus_setup_window()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda.c | 516 bus->remap_addr = pci_ioremap_bar(pci, 0); in hda_init() 517 if (!bus->remap_addr) { in hda_init() 523 sdev->bar[HDA_DSP_HDA_BAR] = bus->remap_addr; in hda_init() 541 iounmap(sof_to_bus(sdev)->remap_addr); in hda_init() 1014 iounmap(sof_to_bus(sdev)->remap_addr); in hda_dsp_remove_late()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mremap_test.c | 106 void *remap_addr = NULL; in is_remap_region_valid() local 110 remap_addr = mmap(addr, size, PROT_READ | PROT_WRITE, in is_remap_region_valid() 114 if (remap_addr == MAP_FAILED) { in is_remap_region_valid() 118 munmap(remap_addr, size); in is_remap_region_valid()
|
| /linux/sound/hda/controllers/ |
| H A D | acpi.c | 90 bus->remap_addr = hda->regs; in hda_acpi_init()
|
| H A D | cix-ipbloq.c | 114 bus->remap_addr = hda->regs; in cix_ipbloq_hda_init()
|
| H A D | tegra.c | 256 bus->remap_addr = hda->regs + HDA_BAR0; in hda_tegra_init_chip()
|
| H A D | intel.c | 1884 bus->remap_addr = pcim_iomap_region(pci, 0, "ICH HD audio"); in azx_first_init() 1885 if (IS_ERR(bus->remap_addr)) in azx_first_init() 1886 return PTR_ERR(bus->remap_addr); in azx_first_init()
|
| /linux/drivers/misc/cardreader/ |
| H A D | rtsx_pcr.c | 1527 pcr->remap_addr = ioremap(base, len); in rtsx_pci_probe() 1528 if (!pcr->remap_addr) { in rtsx_pci_probe() 1592 iounmap(pcr->remap_addr); in rtsx_pci_probe() 1634 iounmap(pcr->remap_addr); in rtsx_pci_remove()
|
| /linux/sound/soc/intel/avs/ |
| H A D | pcm.c | 1318 return readl(hdac_stream(stream)->bus->remap_addr + AZX_REG_VS_SDXDPIB_XBASE + in avs_hda_stream_dpib_read()
|