aboutsummaryrefslogtreecommitdiff
path: root/include/phb4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phb4.h')
-rw-r--r--include/phb4.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/phb4.h b/include/phb4.h
index fb23d0f..2753496 100644
--- a/include/phb4.h
+++ b/include/phb4.h
@@ -183,10 +183,8 @@ enum phb4_state {
#define PHB4_SLOT_HRESET_DELAY2 (PHB4_SLOT_HRESET + 3)
#define PHB4_SLOT_FRESET PCI_SLOT_STATE_FRESET
#define PHB4_SLOT_FRESET_START (PHB4_SLOT_FRESET + 1)
-#define PHB4_SLOT_PFRESET PCI_SLOT_STATE_PFRESET
-#define PHB4_SLOT_PFRESET_START (PHB4_SLOT_PFRESET + 1)
-#define PHB4_SLOT_PFRESET_ASSERT_DELAY (PHB4_SLOT_PFRESET + 2)
-#define PHB4_SLOT_PFRESET_DEASSERT_DELAY (PHB4_SLOT_PFRESET + 3)
+#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)