Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/powernv/
Deeh-powernv.c295 pnv_pci_cfg_read(pdn, PCI_STATUS, 2, &status); in pnv_eeh_find_cap()
300 pnv_pci_cfg_read(pdn, pos, 1, &pos); in pnv_eeh_find_cap()
305 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
328 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap()
341 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap()
399 pnv_pci_cfg_read(pdn, edev->pcie_cap + PCI_EXP_FLAGS, in pnv_eeh_probe()
1284 return pnv_pci_cfg_read(pdn, where, size, val); in pnv_eeh_read_config()
Dpci.h178 int pnv_pci_cfg_read(struct pci_dn *pdn,
Dpci.c651 int pnv_pci_cfg_read(struct pci_dn *pdn, in pnv_pci_cfg_read() function
758 ret = pnv_pci_cfg_read(pdn, where, size, val); in pnv_pci_read_config()