diff options
Diffstat (limited to 'drivers/scsi/pm8001/pm80xx_hwi.h')
-rw-r--r-- | drivers/scsi/pm8001/pm80xx_hwi.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/drivers/scsi/pm8001/pm80xx_hwi.h b/drivers/scsi/pm8001/pm80xx_hwi.h index 2b760ba75d7b..c86816bea424 100644 --- a/drivers/scsi/pm8001/pm80xx_hwi.h +++ b/drivers/scsi/pm8001/pm80xx_hwi.h | |||
@@ -168,6 +168,11 @@ | |||
168 | #define LINKRATE_15 (0x01 << 8) | 168 | #define LINKRATE_15 (0x01 << 8) |
169 | #define LINKRATE_30 (0x02 << 8) | 169 | #define LINKRATE_30 (0x02 << 8) |
170 | #define LINKRATE_60 (0x06 << 8) | 170 | #define LINKRATE_60 (0x06 << 8) |
171 | #define LINKRATE_120 (0x08 << 8) | ||
172 | |||
173 | /* phy_profile */ | ||
174 | #define SAS_PHY_ANALOG_SETTINGS_PAGE 0x04 | ||
175 | #define PHY_DWORD_LENGTH 0xC | ||
171 | 176 | ||
172 | /* Thermal related */ | 177 | /* Thermal related */ |
173 | #define THERMAL_ENABLE 0x1 | 178 | #define THERMAL_ENABLE 0x1 |
@@ -1223,10 +1228,10 @@ typedef struct SASProtocolTimerConfig SASProtocolTimerConfig_t; | |||
1223 | 1228 | ||
1224 | /* MSGU CONFIGURATION TABLE*/ | 1229 | /* MSGU CONFIGURATION TABLE*/ |
1225 | 1230 | ||
1226 | #define SPCv_MSGU_CFG_TABLE_UPDATE 0x01 | 1231 | #define SPCv_MSGU_CFG_TABLE_UPDATE 0x001 |
1227 | #define SPCv_MSGU_CFG_TABLE_RESET 0x02 | 1232 | #define SPCv_MSGU_CFG_TABLE_RESET 0x002 |
1228 | #define SPCv_MSGU_CFG_TABLE_FREEZE 0x04 | 1233 | #define SPCv_MSGU_CFG_TABLE_FREEZE 0x004 |
1229 | #define SPCv_MSGU_CFG_TABLE_UNFREEZE 0x08 | 1234 | #define SPCv_MSGU_CFG_TABLE_UNFREEZE 0x008 |
1230 | #define MSGU_IBDB_SET 0x00 | 1235 | #define MSGU_IBDB_SET 0x00 |
1231 | #define MSGU_HOST_INT_STATUS 0x08 | 1236 | #define MSGU_HOST_INT_STATUS 0x08 |
1232 | #define MSGU_HOST_INT_MASK 0x0C | 1237 | #define MSGU_HOST_INT_MASK 0x0C |
@@ -1520,4 +1525,6 @@ typedef struct SASProtocolTimerConfig SASProtocolTimerConfig_t; | |||
1520 | #define DEVREG_FAILURE_PORT_NOT_VALID_STATE 0x06 | 1525 | #define DEVREG_FAILURE_PORT_NOT_VALID_STATE 0x06 |
1521 | #define DEVREG_FAILURE_DEVICE_TYPE_NOT_VALID 0x07 | 1526 | #define DEVREG_FAILURE_DEVICE_TYPE_NOT_VALID 0x07 |
1522 | 1527 | ||
1528 | |||
1529 | #define MEMBASE_II_SHIFT_REGISTER 0x1010 | ||
1523 | #endif | 1530 | #endif |