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

/linux-master/arch/parisc/include/asm/
H A Dropes.h27 #define ROPES_PER_IOC 8 /* per Ike half or Pluto/Astro */ macro
/linux-master/drivers/parisc/
H A Dsba_iommu.c1642 for (j=0; j < sizeof(u64) * ROPES_PER_IOC; j+=sizeof(u64)) {
2032 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
2049 if ((size & (ROPES_PER_IOC-1)) != rope)
2075 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */
2089 size = (~READ_REG32(sba->sba_hpa + LMMIO_DIST_MASK)) / ROPES_PER_IOC;
H A Dlba_pci.c154 #define ROPES_PER_IOC 8 macro
155 #define LBA_NUM(x) ((((unsigned long) x) >> 13) & (ROPES_PER_IOC-1))
1278 rsize /= ROPES_PER_IOC;

Completed in 117 milliseconds