|
@@ -40,7 +40,7 @@ typedef struct spi8xxx {
|
|
u32 com; /* command register */
|
|
u32 com; /* command register */
|
|
u32 tx; /* transmit register */
|
|
u32 tx; /* transmit register */
|
|
u32 rx; /* receive register */
|
|
u32 rx; /* receive register */
|
|
- u8 res1[0xC8]; /* fill up to 0x100 */
|
|
|
|
|
|
+ u8 res1[0xFC8]; /* fill up to 0x1000 */
|
|
} spi8xxx_t;
|
|
} spi8xxx_t;
|
|
|
|
|
|
#endif
|
|
#endif
|