Home
last modified time | relevance | path

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

/linux-4.1.27/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()
466 if (pe->type & EEH_PE_PHB) in eeh_rmv_from_parent_pe()
905 if (pe->type & EEH_PE_PHB) { in eeh_pe_bus_get()
Deeh.c310 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail()
543 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Deeh-powernv.c728 if (pe->type & EEH_PE_PHB) in pnv_eeh_get_state()
943 if (pe->type & EEH_PE_PHB) { in pnv_eeh_reset()
1264 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) { in pnv_eeh_get_pe()
1456 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()
/linux-4.1.27/arch/powerpc/include/asm/
Deeh.h70 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro