Searched refs:SPI_BASE (Results 1 – 12 of 12) sorted by relevance
24 #define SPI_BASE 0x1fff0220 macro39 #define SET_SPI(addr,val) KSEG1_STORE8(SPI_BASE+addr,val)40 #define GET_SPI(addr) KSEG1_LOAD8(SPI_BASE+addr)
42 #define SPI0 (SPI_BASE + 0x0000F800U)43 #define SPI1 SPI_BASE44 #define SPI2 (SPI_BASE + 0x00000400U)
53 #define SPI_BASE ((uint32_t)0x4000A200) macro
49 .reg_base = SPI_BASE,
64 #define SPI_BASE ((uint32_t)0x4000A200) macro
75 #define SPI_BASE ((uint32_t)0x2000a200) macro
210 #define SPI_BASE (APB1_BUS_BASE + 0x00003800U) /*!< SPI base address … macro
164 #define SPI_BASE ((uint32_t)0x4000A200) macro
185 #define SPI_BASE ((uint32_t)0x4000A200) macro
209 #define SPI_BASE ((uint32_t)0x2000a200) macro
Completed in 22 milliseconds