Home
last modified time | relevance | path

Searched refs:pnv_pci_cfg_read (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/powernv/
Deeh-powernv.c302 pnv_pci_cfg_read(pdn, PCI_STATUS, 2, &status); in pnv_eeh_find_cap()
307 pnv_pci_cfg_read(pdn, pos, 1, &pos); in pnv_eeh_find_cap()
312 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
335 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap()
348 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap()
410 pnv_pci_cfg_read(pdn, edev->pcie_cap + PCI_EXP_FLAGS, in pnv_eeh_probe()
1304 return pnv_pci_cfg_read(pdn, where, size, val); in pnv_eeh_read_config()
Dpci.h203 int pnv_pci_cfg_read(struct pci_dn *pdn,
Dpci.c657 int pnv_pci_cfg_read(struct pci_dn *pdn, in pnv_pci_cfg_read() function
764 ret = pnv_pci_cfg_read(pdn, where, size, val); in pnv_pci_read_config()