Searched refs:EEH_RESET_FUNDAMENTAL (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c729 if (option == EEH_RESET_FUNDAMENTAL ||
775 if (option == EEH_RESET_FUNDAMENTAL)
814 case EEH_RESET_FUNDAMENTAL:
871 case EEH_RESET_FUNDAMENTAL:
943 case EEH_RESET_FUNDAMENTAL:
981 case EEH_RESET_FUNDAMENTAL:
1068 option == EEH_RESET_FUNDAMENTAL)) {
1103 if (option != EEH_RESET_FUNDAMENTAL) {
H A Dpci-ioda.c2795 pnv_eeh_phb_reset(hose, EEH_RESET_FUNDAMENTAL);
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c172 if (option == EEH_RESET_FUNDAMENTAL && ret == -8) {
180 if (option == EEH_RESET_FUNDAMENTAL || option == EEH_RESET_HOT)
873 pseries_eeh_phb_reset(phb, config_addr, EEH_RESET_FUNDAMENTAL);
/linux-master/arch/powerpc/include/asm/
H A Deeh.h211 #define EEH_RESET_FUNDAMENTAL 3 /* Fundamental reset */ macro
/linux-master/arch/powerpc/kernel/
H A Deeh.c762 eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL);
838 type = EEH_RESET_FUNDAMENTAL;
1483 case EEH_RESET_FUNDAMENTAL:
/linux-master/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c811 return eeh_pe_reset(pe, EEH_RESET_FUNDAMENTAL, true);

Completed in 127 milliseconds