Lines Matching defs:pci_ctl
655 struct pci_controller *pci_ctl;
663 pci_ctl = pci_bus_to_host(pdev->bus);
669 dev = pci_ctl->parent;
691 struct pci_controller *pci_ctl;
699 pci_ctl = pci_bus_to_host(pdev->bus);
705 dev = pci_ctl->parent;
922 static bool check_pci_ctl_endpt_part(struct pci_controller *pci_ctl)
927 version = in_be32(pci_ctl->cfg_addr + (PCI_FSL_BRR1 >> 2));
961 struct pci_controller *pci_ctl;
965 pci_ctl = pci_bus_to_host(pdev->bus);
966 pci_endpt_partitioning = check_pci_ctl_endpt_part(pci_ctl);
975 if (pci_ctl->parent->iommu_group)
976 iommu_group_remove_device(pci_ctl->parent);
988 if (pci_ctl->parent->iommu_group) {
989 group = get_device_iommu_group(pci_ctl->parent);
990 iommu_group_remove_device(pci_ctl->parent);