Searched refs:pnv_pci_cfg_read (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 294 pnv_pci_cfg_read(pdn, PCI_STATUS, 2, &status); in pnv_eeh_find_cap() 299 pnv_pci_cfg_read(pdn, pos, 1, &pos); in pnv_eeh_find_cap() 304 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap() 327 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap() 340 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap() 394 pnv_pci_cfg_read(pdn, edev->pcie_cap + PCI_EXP_FLAGS, in pnv_eeh_probe() 1120 return pnv_pci_cfg_read(pdn, where, size, val); in pnv_eeh_read_config()
|
D | pci.h | 215 int pnv_pci_cfg_read(struct pci_dn *pdn,
|
D | pci.c | 428 int pnv_pci_cfg_read(struct pci_dn *pdn, in pnv_pci_cfg_read() function 535 ret = pnv_pci_cfg_read(pdn, where, size, val); in pnv_pci_read_config()
|