Searched refs:HBA_PORT_SPACE_BITS (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dpci.h74 #define HBA_PORT_SPACE_BITS 16 macro
76 #define HBA_PORT_BASE(h) ((h) << HBA_PORT_SPACE_BITS)
77 #define HBA_PORT_SPACE_SIZE (1UL << HBA_PORT_SPACE_BITS)
79 #define PCI_PORT_HBA(a) ((a) >> HBA_PORT_SPACE_BITS)

Completed in 137 milliseconds