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

/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.h127 int (*get_pe_state)(struct pnv_phb *phb, int pe_no); member in struct:pnv_phb
H A Dpci.c552 if (phb->get_pe_state) {
553 fstate = phb->get_pe_state(phb, pe_no);
H A Deeh-powernv.c592 if (phb->get_pe_state) {
593 fstate = phb->get_pe_state(phb, pe->addr);
H A Dpci-ioda.c2743 phb->get_pe_state = pnv_ioda_get_pe_state;

Completed in 228 milliseconds