Searched refs:pci_ctl (Results 1 – 2 of 2) sorted by relevance
655 struct pci_controller *pci_ctl; in fsl_pamu_attach_device() local663 pci_ctl = pci_bus_to_host(pdev->bus); in fsl_pamu_attach_device()669 dev = pci_ctl->parent; in fsl_pamu_attach_device()691 struct pci_controller *pci_ctl; in fsl_pamu_detach_device() local699 pci_ctl = pci_bus_to_host(pdev->bus); in fsl_pamu_detach_device()705 dev = pci_ctl->parent; in fsl_pamu_detach_device()922 static bool check_pci_ctl_endpt_part(struct pci_controller *pci_ctl) in check_pci_ctl_endpt_part() argument927 version = in_be32(pci_ctl->cfg_addr + (PCI_FSL_BRR1 >> 2)); in check_pci_ctl_endpt_part()961 struct pci_controller *pci_ctl; in get_pci_device_group() local965 pci_ctl = pci_bus_to_host(pdev->bus); in get_pci_device_group()[all …]
5 static struct edac_pci_ctl_info *pci_ctl; variable3615 if (pci_ctl) in setup_pci_device()3624 pci_ctl = edac_pci_create_generic_ctl(&pvt->F0->dev, EDAC_MOD_STR); in setup_pci_device()3626 pci_ctl = edac_pci_create_generic_ctl(&pvt->F2->dev, EDAC_MOD_STR); in setup_pci_device()3627 if (!pci_ctl) { in setup_pci_device()3723 if (pci_ctl) in amd64_edac_exit()3724 edac_pci_release_generic_ctl(pci_ctl); in amd64_edac_exit()