Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Deeh_pe.c84 pe = eeh_pe_alloc(phb, EEH_PE_PHB); in eeh_phb_pe_create()
167 if ((pe->type & EEH_PE_PHB) && pe->phb == phb) in eeh_phb_pe_get()
265 if (pe->type & EEH_PE_PHB) in __eeh_pe_get()
428 if (pe->type & EEH_PE_PHB) in eeh_pe_tree_remove()
853 if (pe->type & EEH_PE_PHB) in eeh_pe_bus_get()
Deeh_event.c190 } else if (pe->type & EEH_PE_PHB) { in eeh_remove_event()
Deeh_driver.c875 if (pe->type & EEH_PE_PHB) { in eeh_handle_normal_event()
939 if ((pe->type & EEH_PE_PHB) && in eeh_handle_normal_event()
Deeh.c311 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail()
539 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
/arch/powerpc/platforms/powernv/
Deeh-powernv.c681 if (pe->type & EEH_PE_PHB) in pnv_eeh_get_state()
1055 if (pe->type & EEH_PE_PHB) in pnv_eeh_reset()
1376 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) { in pnv_eeh_get_pe()
1570 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()
/arch/powerpc/include/asm/
Deeh.h58 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro