HBA_PORT_SPACE_SIZE   80 arch/parisc/include/asm/pci.h #define PCI_PORT_ADDR(a)	((a) & (HBA_PORT_SPACE_SIZE - 1))
HBA_PORT_SPACE_SIZE  872 drivers/parisc/dino.c 	res->end = res->start + (HBA_PORT_SPACE_SIZE - 1);
HBA_PORT_SPACE_SIZE 1144 drivers/parisc/lba_pci.c 			r->end    = r->start + HBA_PORT_SPACE_SIZE - 1;
HBA_PORT_SPACE_SIZE 1333 drivers/parisc/lba_pci.c 	r->end   = r->start + (READ_REG32(lba_dev->hba.base_addr + LBA_IOS_MASK) ^ (HBA_PORT_SPACE_SIZE - 1));