Home
last modified time | relevance | path

Searched refs:PCI_IOBASE (Results 1 – 16 of 16) sorted by relevance

/linux/include/asm-generic/
A Dio.h443 #ifndef PCI_IOBASE
444 #define PCI_IOBASE ((void __iomem *)0) macro
464 val = __raw_readb(PCI_IOBASE + addr); in _inb()
501 __raw_writeb(value, PCI_IOBASE + addr); in _outb()
609 readsb(PCI_IOBASE + addr, buffer, count); in insb()
617 readsw(PCI_IOBASE + addr, buffer, count); in insw()
625 readsl(PCI_IOBASE + addr, buffer, count); in insl()
634 writesb(PCI_IOBASE + addr, buffer, count); in outsb()
643 writesw(PCI_IOBASE + addr, buffer, count); in outsw()
652 writesl(PCI_IOBASE + addr, buffer, count); in outsl()
[all …]
/linux/arch/mips/include/asm/mach-loongson64/
A Dspaces.h10 #define PCI_IOBASE _AC(0xc000000000000000 + SZ_128K, UL) macro
12 #define MAP_BASE (PCI_IOBASE + PCI_IOSIZE)
/linux/lib/
A Dlogic_pio.c234 #if defined(CONFIG_INDIRECT_PIO) && defined(PCI_IOBASE)
273 reads##bwl(PCI_IOBASE + addr, buffer, count); \
290 writes##bwl(PCI_IOBASE + addr, buffer, count); \
A Dpci_iomap.c168 uintptr_t start = (uintptr_t) PCI_IOBASE; in pci_iounmap()
/linux/arch/mips/loongson64/
A Dinit.c113 set_io_port_base(PCI_IOBASE); in prom_init()
163 vaddr = PCI_IOBASE + range->io_start; in add_legacy_isa_io()
/linux/arch/mips/include/asm/mach-ralink/
A Dspaces.h5 #define PCI_IOBASE mips_io_port_base macro
/linux/arch/xtensa/include/asm/
A Dio.h24 #define PCI_IOBASE ((void __iomem *)XCHAL_KIO_BYPASS_VADDR) macro
/linux/arch/microblaze/include/asm/
A Dio.h30 #define PCI_IOBASE ((void __iomem *)_IO_BASE) macro
/linux/arch/m68k/include/asm/
A Dio_no.h130 #define PCI_IOBASE ((void __iomem *) PCI_IO_PA) macro
/linux/arch/ia64/include/asm/
A Dio.h282 #undef PCI_IOBASE
/linux/arch/riscv/include/asm/
A Dio.h30 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
/linux/arch/arm64/include/asm/
A Dio.h150 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
/linux/arch/x86/include/asm/
A Dio.h376 #undef PCI_IOBASE
/linux/arch/arm/include/asm/
A Dio.h175 #define PCI_IOBASE ((void __iomem *)PCI_IO_VIRT_BASE) macro
/linux/drivers/pci/
A Dpci.c4107 #ifdef PCI_IOBASE in pci_register_io_range()
4138 #ifdef PCI_IOBASE in pci_pio_to_address()
4151 #ifdef PCI_IOBASE in pci_address_to_pio()
4174 #if defined(PCI_IOBASE) && defined(CONFIG_MMU) in pci_remap_iospace()
4175 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_remap_iospace()
4207 #if defined(PCI_IOBASE) && defined(CONFIG_MMU) in pci_unmap_iospace()
4208 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_unmap_iospace()
/linux/drivers/acpi/
A Dpci_root.c742 #ifdef PCI_IOBASE in acpi_pci_root_remap_iospace()

Completed in 32 milliseconds