Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Dastro.h12 #define ROPES_PER_IOC 8 /* per Ike half or Pluto/Astro */ macro
/openbmc/qemu/hw/pci-host/
H A Dastro.c452 ((uint32_t) IOS_DIST_BASE_SIZE) / ROPES_PER_IOC); in elroy_pcihost_init()
839 map_size = IOS_DIST_BASE_SIZE / ROPES_PER_IOC; in astro_realize()
844 map_size = LMMIO_DIST_BASE_SIZE / ROPES_PER_IOC; in astro_realize()
853 map_size = IOS_DIST_BASE_SIZE / ROPES_PER_IOC; in astro_realize()
/openbmc/linux/arch/parisc/include/asm/
H A Dropes.h27 #define ROPES_PER_IOC 8 /* per Ike half or Pluto/Astro */ macro
/openbmc/linux/drivers/parisc/
H A Dsba_iommu.c1642 for (j=0; j < sizeof(u64) * ROPES_PER_IOC; j+=sizeof(u64)) { in sba_hw_init()
2032 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_directed_lmmio()
2049 if ((size & (ROPES_PER_IOC-1)) != rope) in sba_directed_lmmio()
2075 int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1)); /* rope # */ in sba_distributed_lmmio()
2089 size = (~READ_REG32(sba->sba_hpa + LMMIO_DIST_MASK)) / ROPES_PER_IOC; in sba_distributed_lmmio()
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; in lba_legacy_resources()