PCI_IOBASE        118 include/asm-generic/io.h #ifndef PCI_IOBASE
PCI_IOBASE        129 include/asm-generic/io.h 	return readb(addr + PCI_IOBASE);
PCI_IOBASE        134 include/asm-generic/io.h 	return readw(addr + PCI_IOBASE);
PCI_IOBASE        139 include/asm-generic/io.h 	return readl(addr + PCI_IOBASE);
PCI_IOBASE        144 include/asm-generic/io.h 	writeb(b, addr + PCI_IOBASE);
PCI_IOBASE        149 include/asm-generic/io.h 	writew(b, addr + PCI_IOBASE);
PCI_IOBASE        154 include/asm-generic/io.h 	writel(b, addr + PCI_IOBASE);
PCI_IOBASE        170 include/asm-generic/io.h 			u8 x = __raw_readb(addr + PCI_IOBASE);
PCI_IOBASE        183 include/asm-generic/io.h 			u16 x = __raw_readw(addr + PCI_IOBASE);
PCI_IOBASE        196 include/asm-generic/io.h 			u32 x = __raw_readl(addr + PCI_IOBASE);
PCI_IOBASE        209 include/asm-generic/io.h 			__raw_writeb(*buf++, addr + PCI_IOBASE);
PCI_IOBASE        221 include/asm-generic/io.h 			__raw_writew(*buf++, addr + PCI_IOBASE);
PCI_IOBASE        233 include/asm-generic/io.h 			__raw_writel(*buf++, addr + PCI_IOBASE);
PCI_IOBASE        334 include/asm-generic/io.h 	return PCI_IOBASE + (port & IO_SPACE_LIMIT);