Searched refs:pci_ctl (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/iommu/
H A Dfsl_pamu_domain.c248 struct pci_controller *pci_ctl; local
256 pci_ctl = pci_bus_to_host(pdev->bus);
262 dev = pci_ctl->parent;
308 struct pci_controller *pci_ctl; local
326 pci_ctl = pci_bus_to_host(pdev->bus);
332 dev = pci_ctl->parent;
372 static bool check_pci_ctl_endpt_part(struct pci_controller *pci_ctl) argument
377 version = in_be32(pci_ctl->cfg_addr + (PCI_FSL_BRR1 >> 2));
407 * guaranteed that the pci_ctl->parent platform_device will have the
/linux-master/drivers/edac/
H A Damd64_edac.c6 static struct edac_pci_ctl_info *pci_ctl; variable in typeref:struct:edac_pci_ctl_info
4105 if (pci_ctl)
4108 pci_ctl = edac_pci_create_generic_ctl(pci_ctl_dev, EDAC_MOD_STR);
4109 if (!pci_ctl) {
4205 if (pci_ctl)
4206 edac_pci_release_generic_ctl(pci_ctl);

Completed in 119 milliseconds