Searched refs:GPIO_GPDR (Results 1 - 2 of 2) sorted by relevance

/arch/unicore32/kernel/
H A Dgpio.c71 writel(readl(GPIO_GPDR) & ~GPIO_GPIO(offset), GPIO_GPDR);
83 writel(readl(GPIO_GPDR) | GPIO_GPIO(offset), GPIO_GPDR);
100 writel(GPIO_DIR, GPIO_GPDR);
/arch/unicore32/include/mach/
H A Dregs-gpio.h10 * Pin Direction Reg GPIO_GPDR.
12 #define GPIO_GPDR (PKUNITY_GPIO_BASE + 0x0004) macro

Completed in 50 milliseconds