X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fspi%2Fsh_spi.h;h=96b4b6850185a3bb8983d7331919bc4e8a994db7;hb=3cbb15d04f77d39e176253c537798f9e66b57082;hp=b1cf98cc335186029d8cf0148abfcbe5f4e9c365;hpb=e9e481f74b4ebb75858a535a79dbb1cde6aff0b6;p=u-boot diff --git a/drivers/spi/sh_spi.h b/drivers/spi/sh_spi.h index b1cf98cc33..96b4b68501 100644 --- a/drivers/spi/sh_spi.h +++ b/drivers/spi/sh_spi.h @@ -60,10 +60,12 @@ struct sh_spi_regs { #define SH_SPI_TBFI 0x40 #define SH_SPI_RBEI 0x20 #define SH_SPI_RBFI 0x10 +#define SH_SPI_SSS1 0x08 #define SH_SPI_WPABRT 0x04 -#define SH_SPI_SSS 0x01 +#define SH_SPI_SSS0 0x01 #define SH_SPI_FIFO_SIZE 32 +#define SH_SPI_NUM_CS 4 struct sh_spi { struct spi_slave slave; @@ -76,4 +78,3 @@ static inline struct sh_spi *to_sh_spi(struct spi_slave *slave) } #endif -