Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/include/mach/
Dregs-gpio.h9 #define GPIO_GPLR (PKUNITY_GPIO_BASE + 0x0000)
13 #define GPIO_GPDR (PKUNITY_GPIO_BASE + 0x0004)
17 #define GPIO_GPSR (PKUNITY_GPIO_BASE + 0x0008)
21 #define GPIO_GPCR (PKUNITY_GPIO_BASE + 0x000C)
25 #define GPIO_GRER (PKUNITY_GPIO_BASE + 0x0010)
29 #define GPIO_GFER (PKUNITY_GPIO_BASE + 0x0014)
33 #define GPIO_GEDR (PKUNITY_GPIO_BASE + 0x0018)
37 #define GPIO_GPIR (PKUNITY_GPIO_BASE + 0x0020)
DPKUnity.h79 #define PKUNITY_GPIO_BASE (PKUNITY_APB_BASE + 0x500000) /* APB-5 */ macro