Home
last modified time | relevance | path

Searched refs:PKUNITY_SPI_BASE (Results 1 – 2 of 2) sorted by relevance

/arch/unicore32/include/mach/
Dregs-spi.h7 #define SPI_CR0 (PKUNITY_SPI_BASE + 0x0000)
11 #define SPI_CR1 (PKUNITY_SPI_BASE + 0x0004)
15 #define SPI_SSIENR (PKUNITY_SPI_BASE + 0x0008)
19 #define SPI_SR (PKUNITY_SPI_BASE + 0x0028)
23 #define SPI_IMR (PKUNITY_SPI_BASE + 0x002C)
27 #define SPI_ISR (PKUNITY_SPI_BASE + 0x0030)
DPKUnity.h78 #define PKUNITY_SPI_BASE (PKUNITY_APB_BASE + 0x300000) /* APB-3 */ macro