Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dio.h346 #ifndef PCI_IOBASE
347 #define PCI_IOBASE ((void __iomem *)0) macro
364 return readb(PCI_IOBASE + addr); in inb()
372 return readw(PCI_IOBASE + addr); in inw()
380 return readl(PCI_IOBASE + addr); in inl()
388 writeb(value, PCI_IOBASE + addr); in outb()
396 writew(value, PCI_IOBASE + addr); in outw()
404 writel(value, PCI_IOBASE + addr); in outl()
465 readsb(PCI_IOBASE + addr, buffer, count); in insb()
473 readsw(PCI_IOBASE + addr, buffer, count); in insw()
[all …]
/linux-4.4.14/arch/unicore32/include/asm/
Dio.h20 #define PCI_IOBASE PKUNITY_PCILIO_BASE macro
47 #define PIO_OFFSET (unsigned int)(PCI_IOBASE)
/linux-4.4.14/arch/microblaze/include/asm/
Dio.h33 #define PCI_IOBASE ((void __iomem *)_IO_BASE) macro
/linux-4.4.14/drivers/of/
Daddress.c676 #ifdef PCI_IOBASE
695 #ifdef PCI_IOBASE in pci_register_io_range()
744 #ifdef PCI_IOBASE in pci_pio_to_address()
767 #ifdef PCI_IOBASE in pci_address_to_pio()
/linux-4.4.14/arch/arm64/include/asm/
Dio.h150 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
/linux-4.4.14/arch/arm/include/asm/
Dio.h180 #define PCI_IOBASE ((void __iomem *)PCI_IO_VIRT_BASE) macro
/linux-4.4.14/drivers/pci/
Dpci.c3037 #if defined(PCI_IOBASE) && defined(CONFIG_MMU) in pci_remap_iospace()
3038 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_remap_iospace()