Home
last modified time | relevance | path

Searched refs:EEH_RESET_HOT (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/platforms/powernv/
Deeh-powernv.c749 option == EEH_RESET_HOT) in pnv_eeh_phb_reset()
798 else if (option == EEH_RESET_HOT) in pnv_eeh_root_reset()
834 case EEH_RESET_HOT: in __pnv_eeh_bridge_reset()
890 case EEH_RESET_HOT: in pnv_eeh_bridge_reset()
916 pnv_eeh_root_reset(hose, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
919 pnv_eeh_bridge_reset(dev, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
958 case EEH_RESET_HOT: in pnv_eeh_do_flr()
996 case EEH_RESET_HOT: in pnv_eeh_do_af_flr()
1083 (option == EEH_RESET_HOT || in pnv_eeh_reset()
/arch/powerpc/platforms/pseries/
Deeh_pseries.c500 option = EEH_RESET_HOT; in pseries_eeh_reset()
508 option == EEH_RESET_HOT) in pseries_eeh_reset()
/arch/powerpc/kernel/
Deeh.c777 eeh_ops->reset(pe, EEH_RESET_HOT); in pcibios_set_pcie_reset_state()
839 eeh_ops->reset(pe, EEH_RESET_HOT); in eeh_reset_pe_once()
1641 case EEH_RESET_HOT: in eeh_pe_reset()
/arch/powerpc/include/asm/
Deeh.h197 #define EEH_RESET_HOT 1 /* Hot reset */ macro