Searched refs:PCI_IOBASE (Results 1 – 7 of 7) sorted by relevance
346 #ifndef PCI_IOBASE347 #define PCI_IOBASE ((void __iomem *)0) macro364 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 …]
20 #define PCI_IOBASE PKUNITY_PCILIO_BASE macro47 #define PIO_OFFSET (unsigned int)(PCI_IOBASE)
33 #define PCI_IOBASE ((void __iomem *)_IO_BASE) macro
669 #ifdef PCI_IOBASE688 #ifdef PCI_IOBASE in pci_register_io_range()737 #ifdef PCI_IOBASE in pci_pio_to_address()760 #ifdef PCI_IOBASE in pci_address_to_pio()
150 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
187 #define PCI_IOBASE ((void __iomem *)PCI_IO_VIRT_BASE) macro
2752 #if defined(PCI_IOBASE) && defined(CONFIG_MMU) in pci_remap_iospace()2753 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_remap_iospace()