Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/powernv/
Deeh-powernv.c241 pnv_pci_cfg_read(pdn, PCI_STATUS, 2, &status); in pnv_eeh_find_cap()
246 pnv_pci_cfg_read(pdn, pos, 1, &pos); in pnv_eeh_find_cap()
251 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
274 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap()
287 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap()
365 pnv_pci_cfg_read(pdn, edev->pcie_cap + PCI_EXP_FLAGS, in pnv_eeh_probe()
1243 return pnv_pci_cfg_read(pdn, where, size, val); in pnv_eeh_read_config()
Dpci.h276 int pnv_pci_cfg_read(struct pci_dn *pdn,
Dpci.c585 int pnv_pci_cfg_read(struct pci_dn *pdn, in pnv_pci_cfg_read() function
692 ret = pnv_pci_cfg_read(pdn, where, size, val); in pnv_pci_read_config()