pci_hba          1991 drivers/parisc/sba_iommu.c void * sba_get_iommu(struct parisc_device *pci_hba)
pci_hba          1993 drivers/parisc/sba_iommu.c 	struct parisc_device *sba_dev = parisc_parent(pci_hba);
pci_hba          1996 drivers/parisc/sba_iommu.c 	int iocnum = (pci_hba->hw_path >> 3);	/* rope # */
pci_hba          2012 drivers/parisc/sba_iommu.c void sba_directed_lmmio(struct parisc_device *pci_hba, struct resource *r)
pci_hba          2014 drivers/parisc/sba_iommu.c 	struct parisc_device *sba_dev = parisc_parent(pci_hba);
pci_hba          2018 drivers/parisc/sba_iommu.c 	int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1));  /* rope # */
pci_hba          2055 drivers/parisc/sba_iommu.c void sba_distributed_lmmio(struct parisc_device *pci_hba, struct resource *r )
pci_hba          2057 drivers/parisc/sba_iommu.c 	struct parisc_device *sba_dev = parisc_parent(pci_hba);
pci_hba          2061 drivers/parisc/sba_iommu.c 	int rope = (pci_hba->hw_path & (ROPES_PER_IOC-1));  /* rope # */