Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/include/mach/
Dregs-spi.h8 #define SPI_CR0 (PKUNITY_SPI_BASE + 0x0000)
12 #define SPI_CR1 (PKUNITY_SPI_BASE + 0x0004)
16 #define SPI_SSIENR (PKUNITY_SPI_BASE + 0x0008)
20 #define SPI_SR (PKUNITY_SPI_BASE + 0x0028)
24 #define SPI_IMR (PKUNITY_SPI_BASE + 0x002C)
28 #define SPI_ISR (PKUNITY_SPI_BASE + 0x0030)
DPKUnity.h75 #define PKUNITY_SPI_BASE (PKUNITY_APB_BASE + 0x300000) /* APB-3 */ macro