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

/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.h129 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt); member in struct:pnv_phb
H A Dpci.c501 if (phb->unfreeze_pe) {
502 ret = phb->unfreeze_pe(phb,
H A Deeh-powernv.c501 if (phb->unfreeze_pe)
502 return phb->unfreeze_pe(phb, pe->addr, opt);
H A Dpci-ioda.c2745 phb->unfreeze_pe = pnv_ioda_unfreeze_pe;

Completed in 124 milliseconds