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

/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c241 pnv_pci_cfg_read(pdn, PCI_STATUS, 2, &status);
246 pnv_pci_cfg_read(pdn, pos, 1, &pos);
251 pnv_pci_cfg_read(pdn, pos + PCI_CAP_LIST_ID, 1, &id);
274 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL)
287 if (pnv_pci_cfg_read(pdn, pos, 4, &header) != PCIBIOS_SUCCESSFUL)
365 pnv_pci_cfg_read(pdn, edev->pcie_cap + PCI_EXP_FLAGS,
1242 return pnv_pci_cfg_read(pdn, where, size, val);
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, function
692 ret = pnv_pci_cfg_read(pdn, where, size, val);

Completed in 127 milliseconds