Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dfsl_pamu_domain.c667 struct pci_controller *pci_ctl; in fsl_pamu_attach_device() local
675 pci_ctl = pci_bus_to_host(pdev->bus); in fsl_pamu_attach_device()
681 dev = pci_ctl->parent; in fsl_pamu_attach_device()
703 struct pci_controller *pci_ctl; in fsl_pamu_detach_device() local
711 pci_ctl = pci_bus_to_host(pdev->bus); in fsl_pamu_detach_device()
717 dev = pci_ctl->parent; in fsl_pamu_detach_device()
879 static bool check_pci_ctl_endpt_part(struct pci_controller *pci_ctl) in check_pci_ctl_endpt_part() argument
884 version = in_be32(pci_ctl->cfg_addr + (PCI_FSL_BRR1 >> 2)); in check_pci_ctl_endpt_part()
918 struct pci_controller *pci_ctl; in get_pci_device_group() local
922 pci_ctl = pci_bus_to_host(pdev->bus); in get_pci_device_group()
[all …]
/Linux-v4.19/drivers/edac/
Damd64_edac.c4 static struct edac_pci_ctl_info *pci_ctl; variable
3407 if (pci_ctl) in setup_pci_device()
3416 pci_ctl = edac_pci_create_generic_ctl(&pvt->F0->dev, EDAC_MOD_STR); in setup_pci_device()
3418 pci_ctl = edac_pci_create_generic_ctl(&pvt->F2->dev, EDAC_MOD_STR); in setup_pci_device()
3419 if (!pci_ctl) { in setup_pci_device()
3512 if (pci_ctl) in amd64_edac_exit()
3513 edac_pci_release_generic_ctl(pci_ctl); in amd64_edac_exit()