Home
last modified time | relevance | path

Searched defs:aspeed_spi_regs (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c22 struct aspeed_spi_regs { struct
23 u32 conf; /* 0x00 CE Type Setting */
24 u32 ctrl; /* 0x04 Control */
25 u32 intr_ctrl; /* 0x08 Interrupt Control and Status */
26 u32 cmd_ctrl; /* 0x0c Command Control */
27 u32 ce_ctrl[ASPEED_SPI_MAX_CS]; /* 0x10 .. 0x18 CEx Control */
28 u32 _reserved0[5]; /* .. */
29 u32 segment_addr[ASPEED_SPI_MAX_CS];
31 u32 _reserved1[5]; /* .. */
32 u32 soft_rst_cmd_ctrl; /* 0x50 Auto Soft-Reset Command Control */
[all …]