Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c240 pnv_pci_cfg_read(pdn, PCI_STATUS, 2, &status); in pnv_eeh_find_cap()
245 pnv_pci_cfg_read(pdn, pos, 1, &pos); in pnv_eeh_find_cap()
250 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pnv_eeh_find_cap()
273 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap()
286 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL) in pnv_eeh_find_ecap()
364 pnv_pci_cfg_read(pdn, edev->pcie_cap + PCI_EXP_FLAGS, in pnv_eeh_probe()
1241 return pnv_pci_cfg_read(pdn, where, size, val); in pnv_eeh_read_config()
H A Dpci.h271 int pnv_pci_cfg_read(struct pci_dn *pdn,
H A 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()