Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/parisc/include/asm/
A Dropes.h27 #define ROPES_PER_IOC 8 /* per Ike half or Pluto/Astro */ macro
/linux-6.3-rc2/drivers/parisc/
A Dsba_iommu.c1638 for (j=0; j < sizeof(u64) * ROPES_PER_IOC; j+=sizeof(u64)) { in sba_hw_init()
2027 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_directed_lmmio()
2044 if ((size & (ROPES_PER_IOC-1)) != rope) in sba_directed_lmmio()
2070 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_distributed_lmmio()
2084 size = (~READ_REG32(sba->sba_hpa + LMMIO_DIST_MASK)) / ROPES_PER_IOC; in sba_distributed_lmmio()
A Dlba_pci.c154 #define ROPES_PER_IOC 8 macro
155 #define LBA_NUM(x) ((((unsigned long) x) >> 13) & (ROPES_PER_IOC-1))
1282 rsize /= ROPES_PER_IOC; in lba_legacy_resources()

Completed in 10 milliseconds