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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpci.h73 #define HBA_PORT_SPACE_SIZE (1UL << HBA_PORT_SPACE_BITS) macro
76 #define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dlba_pci.c1023 r->end = r->start + HBA_PORT_SPACE_SIZE - 1;
1104 r->end = r->start + (READ_REG32(lba_dev->hba.base_addr + LBA_IOS_MASK) ^ (HBA_PORT_SPACE_SIZE - 1));
H A Ddino.c891 res->end = res->start + (HBA_PORT_SPACE_SIZE - 1);

Completed in 106 milliseconds