Go to the documentation of this file.
26 #ifndef _MVS64XX_REG_H_
27 #define _MVS64XX_REG_H_
29 #include <linux/types.h>
31 #define MAX_LINK_RATE SAS_LINK_RATE_3_0_GBPS
132 #define MAX_SG_ENTRY 64
140 #define SPI_CTRL_REG 0xc0
141 #define SPI_CTRL_VENDOR_ENABLE (1U<<29)
142 #define SPI_CTRL_SPIRDY (1U<<22)
143 #define SPI_CTRL_SPISTART (1U<<20)
145 #define SPI_CMD_REG 0xc4
146 #define SPI_DATA_REG 0xc8
148 #define SPI_CTRL_REG_64XX 0x10
149 #define SPI_CMD_REG_64XX 0x14
150 #define SPI_DATA_REG_64XX 0x18