summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hw/phb4.c5
-rw-r--r--include/phb4.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index 75a306a7..8f75a956 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2999,11 +2999,6 @@ static int64_t phb4_freset(struct pci_slot *slot)
PHBDBG(p, "FRESET: Deassert\n");
phb4_assert_perst(slot, false);
- pci_slot_set_state(slot, PHB4_SLOT_FRESET_DEASSERT_DELAY);
- return pci_slot_set_sm_timeout(slot, msecs_to_tb(1));
-
- case PHB4_SLOT_FRESET_DEASSERT_DELAY:
- PHBDBG(p, "FRESET: Starting training\n");
phb4_training_trace(p);
diff --git a/include/phb4.h b/include/phb4.h
index 605effec..c52a840d 100644
--- a/include/phb4.h
+++ b/include/phb4.h
@@ -125,7 +125,6 @@
#define PHB4_SLOT_FRESET PCI_SLOT_STATE_FRESET
#define PHB4_SLOT_FRESET_START (PHB4_SLOT_FRESET + 1)
#define PHB4_SLOT_FRESET_ASSERT_DELAY (PHB4_SLOT_FRESET + 2)
-#define PHB4_SLOT_FRESET_DEASSERT_DELAY (PHB4_SLOT_FRESET + 3)
#define PHB4_SLOT_CRESET PCI_SLOT_STATE_CRESET
#define PHB4_SLOT_CRESET_START (PHB4_SLOT_CRESET + 1)
#define PHB4_SLOT_CRESET_WAIT_CQ (PHB4_SLOT_CRESET + 2)
OpenPOWER on IntegriCloud