Home
last modified time | relevance | path

Searched refs:unfreeze_pe (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci.h116 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); member
Dpci.c341 if (phb->unfreeze_pe) { in pnv_pci_handle_eeh_config()
342 ret = phb->unfreeze_pe(phb, in pnv_pci_handle_eeh_config()
Deeh-powernv.c522 if (phb->unfreeze_pe) in pnv_eeh_set_option()
523 return phb->unfreeze_pe(phb, pe->addr, opt); in pnv_eeh_set_option()
Dpci-ioda.c3186 phb->unfreeze_pe = pnv_ioda_unfreeze_pe; in pnv_pci_init_ioda_phb()