Home
last modified time | relevance | path

Searched refs:EEH_PE_PHB (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/kernel/
Deeh_event.c77 if (pe->type & EEH_PE_PHB) in eeh_event_handler()
185 } else if (pe->type & EEH_PE_PHB) { in eeh_remove_event()
Deeh_pe.c98 pe = eeh_pe_alloc(phb, EEH_PE_PHB); in eeh_phb_pe_create()
130 if ((pe->type & EEH_PE_PHB) && pe->phb == phb) in eeh_phb_pe_get()
239 if (pe->type & EEH_PE_PHB) in __eeh_pe_get()
443 if (pe->type & EEH_PE_PHB) in eeh_rmv_from_parent_pe()
884 if (pe->type & EEH_PE_PHB) { in eeh_pe_bus_get()
Deeh.c297 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail()
511 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
/arch/powerpc/platforms/powernv/
Deeh-ioda.c481 if (pe->type & EEH_PE_PHB) in ioda_eeh_get_state()
682 if (pe->type & EEH_PE_PHB) { in ioda_eeh_reset()
916 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) { in ioda_eeh_get_pe()
1100 if (parent_pe->type & EEH_PE_PHB) in ioda_eeh_next_error()
/arch/powerpc/include/asm/
Deeh.h68 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro