Searched defs:aspeed_spi_regs (Results 1 – 1 of 1) sorted by relevance
22 struct aspeed_spi_regs { struct23 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 …]