Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powernv/
Deeh-ioda.c519 else if (option == EEH_RESET_DEACTIVATE) in ioda_eeh_phb_reset()
533 if (option == EEH_RESET_DEACTIVATE) { in ioda_eeh_phb_reset()
567 else if (option == EEH_RESET_DEACTIVATE) in ioda_eeh_root_reset()
576 if (option == EEH_RESET_DEACTIVATE) in ioda_eeh_root_reset()
615 case EEH_RESET_DEACTIVATE: in ioda_eeh_bridge_reset()
643 ioda_eeh_root_reset(hose, EEH_RESET_DEACTIVATE); in pnv_pci_reset_secondary_bus()
646 ioda_eeh_bridge_reset(dev, EEH_RESET_DEACTIVATE); in pnv_pci_reset_secondary_bus()
Dpci-ioda.c2000 ioda_eeh_phb_reset(hose, EEH_RESET_DEACTIVATE); in pnv_pci_init_ioda_phb()
/arch/powerpc/kernel/
Deeh.c682 eeh_ops->reset(pe, EEH_RESET_DEACTIVATE); in pcibios_set_pcie_reset_state()
747 eeh_ops->reset(pe, EEH_RESET_DEACTIVATE); in eeh_reset_pe_once()
1531 case EEH_RESET_DEACTIVATE: in eeh_pe_reset()
/arch/powerpc/include/asm/
Deeh.h189 #define EEH_RESET_DEACTIVATE 0 /* Deactivate the PE reset */ macro