Lines Matching defs:PCI_IOBASE
443 #ifndef PCI_IOBASE
444 #define PCI_IOBASE ((void __iomem *)0)
464 val = __raw_readb(PCI_IOBASE + addr);
477 val = __le16_to_cpu((__le16 __force)__raw_readw(PCI_IOBASE + addr));
490 val = __le32_to_cpu((__le32 __force)__raw_readl(PCI_IOBASE + addr));
501 __raw_writeb(value, PCI_IOBASE + addr);
511 __raw_writew((u16 __force)cpu_to_le16(value), PCI_IOBASE + addr);
521 __raw_writel((u32 __force)cpu_to_le32(value), PCI_IOBASE + addr);
609 readsb(PCI_IOBASE + addr, buffer, count);
617 readsw(PCI_IOBASE + addr, buffer, count);
625 readsl(PCI_IOBASE + addr, buffer, count);
634 writesb(PCI_IOBASE + addr, buffer, count);
643 writesw(PCI_IOBASE + addr, buffer, count);
652 writesl(PCI_IOBASE + addr, buffer, count);
1005 return (port > MMIO_UPPER_LIMIT) ? NULL : PCI_IOBASE + port;
1010 uintptr_t start = (uintptr_t) PCI_IOBASE;