diff options
-rw-r--r-- | drivers/net/qlcnic/qlcnic_hdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/qlcnic/qlcnic_hdr.h b/drivers/net/qlcnic/qlcnic_hdr.h index 19328e05b75d..726ef555b6bc 100644 --- a/drivers/net/qlcnic/qlcnic_hdr.h +++ b/drivers/net/qlcnic/qlcnic_hdr.h | |||
@@ -621,7 +621,7 @@ enum { | |||
621 | #define PCIX_INT_MASK (0x10104) | 621 | #define PCIX_INT_MASK (0x10104) |
622 | 622 | ||
623 | #define PCIX_OCM_WINDOW (0x10800) | 623 | #define PCIX_OCM_WINDOW (0x10800) |
624 | #define PCIX_OCM_WINDOW_REG(func) (PCIX_OCM_WINDOW + 0x20 * (func)) | 624 | #define PCIX_OCM_WINDOW_REG(func) (PCIX_OCM_WINDOW + 0x4 * (func)) |
625 | 625 | ||
626 | #define PCIX_TARGET_STATUS (0x10118) | 626 | #define PCIX_TARGET_STATUS (0x10118) |
627 | #define PCIX_TARGET_STATUS_F1 (0x10160) | 627 | #define PCIX_TARGET_STATUS_F1 (0x10160) |