Searched refs:EEH_PE_CFG_RESTRICTED (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c548 if (pe->state & EEH_PE_CFG_RESTRICTED)
616 if (pe->state & EEH_PE_CFG_RESTRICTED)
H A Deeh_driver.c206 if (edev->pe && (edev->pe->state & EEH_PE_CFG_RESTRICTED))
392 if (edev->pe && (edev->pe->state & EEH_PE_CFG_RESTRICTED)) {
/linux-master/arch/powerpc/include/asm/
H A Deeh.h69 #define EEH_PE_CFG_RESTRICTED (1 << 9) /* Block config on error */ macro
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c393 * one more flag (EEH_PE_CFG_RESTRICTED) is introduced, which
412 edev->pe->state |= EEH_PE_CFG_RESTRICTED;

Completed in 180 milliseconds