pnv_pci_cfg_read
return pnv_pci_cfg_read(pdn, where, size, val);
pnv_pci_cfg_read(pdn, PCI_STATUS, 2, &status);
pnv_pci_cfg_read(pdn, pos, 1, &pos);
pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id);
if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL)
if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL)
pnv_pci_cfg_read(pdn, edev->pcie_cap + PCI_EXP_FLAGS,
ret = pnv_pci_cfg_read(pdn, where, size, val);
int pnv_pci_cfg_read(struct pci_dn *pdn,