Searched refs:io_offset (Results 1 – 25 of 30) sorted by relevance
12
/arch/xtensa/kernel/ |
D | pci.c | 178 unsigned long io_offset; in pcibios_fixup_bus() local 181 io_offset = (unsigned long)pci_ctrl->io_space.base; in pcibios_fixup_bus() 188 if (io_offset) in pcibios_fixup_bus() 195 res->start += io_offset; in pcibios_fixup_bus() 196 res->end += io_offset; in pcibios_fixup_bus() 218 if (io_offset && (res->flags & IORESOURCE_IO)) { in pcibios_fixup_bus() 219 res->start += io_offset; in pcibios_fixup_bus() 220 res->end += io_offset; in pcibios_fixup_bus() 306 unsigned long io_offset = 0; in __pci_mmap_make_offset() local 316 io_offset = (unsigned long)pci_ctrl->io_space.base; in __pci_mmap_make_offset() [all …]
|
/arch/mips/pci/ |
D | pci-bcm1480ht.c | 194 .io_offset = A_BCM1480_PHYS_HT_IO_MATCH_BYTES, 209 bcm1480ht_controller.io_map_base -= bcm1480ht_controller.io_offset; in bcm1480ht_pcibios_init()
|
D | pci-yosemite.c | 43 .io_offset = 0x00000000UL
|
D | pci-bcm1480.c | 197 .io_offset = A_BCM1480_PHYS_PCI_IO_MATCH_BYTES, 254 bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; in bcm1480_pcibios_init()
|
D | pci-emma2rh.c | 56 .io_offset = 0,
|
D | pci.c | 257 offset = hose->io_offset; in pcibios_fixup_device_resources() 304 offset = hose->io_offset; in pcibios_resource_to_bus() 320 offset = hose->io_offset; in pcibios_bus_to_resource()
|
D | pci-excite.c | 52 .io_offset = 0x00000000UL
|
D | pci-ip32.c | 121 .io_offset = 0,
|
D | ops-tx3927.c | 137 channel->io_resource->start - channel->io_offset; in tx3927_pcic_setup()
|
D | pci-ip27.c | 74 bc->pc.io_offset = offset; in bridge_probe()
|
D | pci-rc32434.c | 99 .io_offset = 0,
|
/arch/mips/mti-malta/ |
D | malta-pci.c | 75 .io_offset = 0x00000000UL, 152 gt64120_controller.io_offset = 0; in mips_pcibios_init() 210 msc_controller.io_offset = 0; in mips_pcibios_init()
|
/arch/mips/cobalt/ |
D | pci.c | 37 .io_offset = 0 - GT_DEF_PCI0_IO_BASE,
|
/arch/mips/lemote/lm2e/ |
D | pci.c | 56 .io_offset = 0x00000000UL,
|
/arch/arm/include/asm/mach/ |
D | pci.h | 32 unsigned long io_offset; /* bus->cpu IO mapping offset */ member
|
/arch/powerpc/kernel/ |
D | pci_32.c | 375 unsigned long io_offset; in pcibios_scan_phb() local 392 io_offset = (unsigned long)hose->io_base_virt - isa_io_base; in pcibios_scan_phb() 393 res->start = (res->start + io_offset) & 0xffffffffu; in pcibios_scan_phb() 394 res->end = (res->end + io_offset) & 0xffffffffu; in pcibios_scan_phb()
|
D | pci-common.c | 300 unsigned long io_offset = 0; in __pci_mmap_make_offset() local 313 io_offset = (unsigned long)hose->io_base_virt - _IO_BASE; in __pci_mmap_make_offset() 314 *offset += io_offset; in __pci_mmap_make_offset() 340 *offset += hose->io_base_phys - io_offset; in __pci_mmap_make_offset() 581 unsigned long io_offset = (unsigned long)hose->io_base_virt - _IO_BASE; in pci_mmap_legacy_page_range() local 582 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range()
|
/arch/mips/include/asm/ |
D | pci.h | 34 unsigned long io_offset; member
|
/arch/arm/kernel/ |
D | bios32.c | 337 offset = root->io_offset; in pdev_fixup_device_resources() 452 offset = root->io_offset; in pcibios_resource_to_bus() 468 offset = root->io_offset; in pcibios_bus_to_resource()
|
/arch/arm/mach-kirkwood/ |
D | pcie.c | 134 sys->io_offset = 0; in kirkwood_pcie_setup()
|
/arch/mips/txx9/generic/ |
D | pci.c | 202 pcic->io_offset = 0; /* busaddr == ioaddr */ in txx9_alloc_pci_controller() 208 pcic->io_offset = io_base - (mips_io_port_base - IO_BASE); in txx9_alloc_pci_controller()
|
/arch/arm/mach-orion5x/ |
D | pci.c | 191 sys->io_offset = 0; in pcie_setup() 519 sys->io_offset = 0; in pci_setup()
|
/arch/mips/sni/ |
D | pcimt.c | 192 .io_offset = 0x00000000UL,
|
D | pcit.c | 154 .io_offset = 0x00000000UL,
|
/arch/arm/plat-iop/ |
D | pci.c | 216 sys->io_offset = IOP3XX_PCI_LOWER_IO_PA - *IOP3XX_OIOWTVR; in iop3xx_pci_setup()
|
12