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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dropes.h26 #define ROPES_PER_IOC 8 /* per Ike half or Pluto/Astro */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c1474 for (j=0; j < sizeof(u64) * ROPES_PER_IOC; j+=sizeof(u64)) {
1907 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
1924 if ((size & (ROPES_PER_IOC-1)) != rope)
1949 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
1963 size = (~READ_REG32(sba->sba_hpa + LMMIO_DIST_MASK)) / ROPES_PER_IOC;
H A Dlba_pci.c126 #define ROPES_PER_IOC 8 macro
127 #define LBA_NUM(x) ((((unsigned long) x) >> 13) & (ROPES_PER_IOC-1))

Completed in 82 milliseconds