Home
last modified time | relevance | path

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

/Linux-v5.4/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()
272 if (pe->type & EEH_PE_PHB) in __eeh_pe_get()
496 if (pe->type & EEH_PE_PHB) in eeh_rmv_from_parent_pe()
926 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.c899 if (pe->type & EEH_PE_PHB) { in eeh_handle_normal_event()
963 if ((pe->type & EEH_PE_PHB) && in eeh_handle_normal_event()
Deeh.c317 if (!(pe->type & EEH_PE_PHB)) { in eeh_slot_error_detail()
553 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Deeh-powernv.c726 if (pe->type & EEH_PE_PHB) in pnv_eeh_get_state()
1099 if (pe->type & EEH_PE_PHB) in pnv_eeh_reset()
1416 while (dev_pe && !(dev_pe->type & EEH_PE_PHB)) { in pnv_eeh_get_pe()
1610 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()
/Linux-v5.4/arch/powerpc/include/asm/
Deeh.h59 #define EEH_PE_PHB (1 << 1) /* PHB PE */ macro