PCI_IO_SIZE
#define IO_SPACE_LIMIT (PCI_IO_SIZE - 1)
#define PCI_IO_END (PCI_IO_START + PCI_IO_SIZE)
__raw_writel(WXBTAR(PCI_IO_PA, PCI_IO_BA, PCI_IO_SIZE),
iospace = (unsigned long) ioremap(PCI_IO_PA, PCI_IO_SIZE);
#define PCI_IO_MASK (PCI_IO_SIZE - 1)
#define IO_SPACE_LIMIT (PCI_IO_SIZE - 1)
#define PCI_IO_START (PCI_IO_END - PCI_IO_SIZE)