Searched refs:EEH_PE_PHB (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c85 pe = eeh_pe_alloc(phb, EEH_PE_PHB);
168 if ((pe->type & EEH_PE_PHB) && pe->phb == phb)
266 if (pe->type & EEH_PE_PHB)
429 if (pe->type & EEH_PE_PHB)
853 if (pe->type & EEH_PE_PHB)
H A Deeh_event.c190 } else if (pe->type & EEH_PE_PHB) {
H A Deeh_driver.c874 if (pe->type & EEH_PE_PHB) {
945 if ((pe->type & EEH_PE_PHB) && result != PCI_ERS_RESULT_NONE)
H A Deeh.c311 if (!(pe->type & EEH_PE_PHB)) {
526 if (parent_pe->type & EEH_PE_PHB)
/linux-master/arch/powerpc/include/asm/
H A Deeh.h58 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c682 if (pe->type & EEH_PE_PHB)
1055 if (pe->type & EEH_PE_PHB)
1376 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) {
1570 if (parent_pe->type & EEH_PE_PHB)

Completed in 142 milliseconds