Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powernv/
Deeh-ioda.c514 if (option == EEH_RESET_FUNDAMENTAL || in ioda_eeh_phb_reset()
559 if (option == EEH_RESET_FUNDAMENTAL) in ioda_eeh_root_reset()
598 case EEH_RESET_FUNDAMENTAL: in ioda_eeh_bridge_reset()
698 option == EEH_RESET_FUNDAMENTAL)) { in ioda_eeh_reset()
Dpci-ioda.c1999 ioda_eeh_phb_reset(hose, EEH_RESET_FUNDAMENTAL); in pnv_pci_init_ioda_phb()
/arch/powerpc/platforms/pseries/
Deeh_pseries.c520 if (option == EEH_RESET_FUNDAMENTAL && in pseries_eeh_reset()
529 if (option == EEH_RESET_FUNDAMENTAL || in pseries_eeh_reset()
/arch/powerpc/kernel/
Deeh.c691 eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL); in pcibios_set_pcie_reset_state()
743 eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL); in eeh_reset_pe_once()
1540 case EEH_RESET_FUNDAMENTAL: in eeh_pe_reset()
/arch/powerpc/include/asm/
Deeh.h191 #define EEH_RESET_FUNDAMENTAL 3 /* Fundamental reset */ macro