HBA_PORT_SPACE_BITS   76 arch/parisc/include/asm/pci.h #define HBA_PORT_BASE(h)	((h) << HBA_PORT_SPACE_BITS)
HBA_PORT_SPACE_BITS   77 arch/parisc/include/asm/pci.h #define HBA_PORT_SPACE_SIZE	(1UL << HBA_PORT_SPACE_BITS)
HBA_PORT_SPACE_BITS   79 arch/parisc/include/asm/pci.h #define PCI_PORT_HBA(a)		((a) >> HBA_PORT_SPACE_BITS)