Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
A Dio.h30 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
104 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count)
105 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count)
106 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count)
118 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count)
119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count)
120 #define outsl(addr, buffer, count) __outsl(PCI_IOBASE + (addr), buffer, count)
127 #define insq(addr, buffer, count) __insq(PCI_IOBASE + (addr), buffer, count)
133 #define outsq(addr, buffer, count) __outsq(PCI_IOBASE + (addr), buffer, count)
/linux/include/asm-generic/
A Dio.h527 #ifndef PCI_IOBASE
528 #define PCI_IOBASE ((void __iomem *)0) macro
548 val = __raw_readb(PCI_IOBASE + addr); in _inb()
585 __raw_writeb(value, PCI_IOBASE + addr); in _outb()
693 readsb(PCI_IOBASE + addr, buffer, count); in insb()
701 readsw(PCI_IOBASE + addr, buffer, count); in insw()
709 readsl(PCI_IOBASE + addr, buffer, count); in insl()
718 writesb(PCI_IOBASE + addr, buffer, count); in outsb()
727 writesw(PCI_IOBASE + addr, buffer, count); in outsw()
736 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.c231 #if defined(CONFIG_INDIRECT_PIO) && defined(PCI_IOBASE)
270 reads##bwl(PCI_IOBASE + addr, buffer, count); \
287 writes##bwl(PCI_IOBASE + addr, buffer, count); \
/linux/arch/mips/include/asm/mach-ralink/
A Dspaces.h5 #define PCI_IOBASE mips_io_port_base macro
/linux/arch/mips/loongson64/
A Dinit.c131 set_io_port_base(PCI_IOBASE); in prom_init()
181 vaddr = PCI_IOBASE + range->io_start; in add_legacy_isa_io()
/linux/arch/arm/mach-s3c/
A Dmap-base.h40 #define S3C24XX_VA_ISA_BYTE PCI_IOBASE
/linux/arch/xtensa/include/asm/
A Dio.h25 #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/loongarch/include/asm/
A Daddrspace.h128 #define PCI_IOBASE ((void __iomem *)(vm_map_base + (2 * PAGE_SIZE))) macro
/linux/drivers/pci/
A Diomap.c183 uintptr_t start = (uintptr_t) PCI_IOBASE; in pci_iounmap()
A Dpci.c4174 #ifdef PCI_IOBASE in pci_register_io_range()
4203 #ifdef PCI_IOBASE in pci_pio_to_address()
4214 #ifdef PCI_IOBASE in pci_address_to_pio()
4237 #if defined(PCI_IOBASE) && defined(CONFIG_MMU) in pci_remap_iospace()
4238 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_remap_iospace()
4270 #if defined(PCI_IOBASE) && defined(CONFIG_MMU) in pci_unmap_iospace()
4271 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_unmap_iospace()
/linux/arch/m68k/include/asm/
A Dio_no.h130 #define PCI_IOBASE ((void __iomem *) PCI_IO_PA) macro
/linux/arch/arm64/include/asm/
A Dio.h129 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
/linux/arch/x86/include/asm/
A Dio.h346 #undef PCI_IOBASE
/linux/drivers/pcmcia/
A Dsoc_common.c786 iounmap(PCI_IOBASE + skt->res_io_io.start); in soc_pcmcia_remove_one()
876 iounmap(PCI_IOBASE + skt->res_io_io.start); in soc_pcmcia_add_one()
/linux/arch/arm/mm/
A Dioremap.c461 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_remap_iospace()
/linux/arch/loongarch/kernel/
A Dsetup.c492 vaddr = (unsigned long)(PCI_IOBASE + range->io_start); in add_legacy_isa_io()
/linux/arch/arm/include/asm/
A Dio.h173 #define PCI_IOBASE ((void __iomem *)PCI_IO_VIRT_BASE) macro
/linux/drivers/acpi/
A Dpci_root.c864 #ifdef PCI_IOBASE in acpi_pci_root_remap_iospace()

Completed in 40 milliseconds