Home
last modified time | relevance | path

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

/linux-4.1.27/arch/unicore32/include/mach/
Dregs-gpio.h8 #define GPIO_GPLR (PKUNITY_GPIO_BASE + 0x0000)
12 #define GPIO_GPDR (PKUNITY_GPIO_BASE + 0x0004)
16 #define GPIO_GPSR (PKUNITY_GPIO_BASE + 0x0008)
20 #define GPIO_GPCR (PKUNITY_GPIO_BASE + 0x000C)
24 #define GPIO_GRER (PKUNITY_GPIO_BASE + 0x0010)
28 #define GPIO_GFER (PKUNITY_GPIO_BASE + 0x0014)
32 #define GPIO_GEDR (PKUNITY_GPIO_BASE + 0x0018)
36 #define GPIO_GPIR (PKUNITY_GPIO_BASE + 0x0020)
DPKUnity.h82 #define PKUNITY_GPIO_BASE (PKUNITY_APB_BASE + 0x500000) /* APB-5 */ macro