GPIO_GPLR          67 arch/unicore32/include/asm/gpio.h 		return readl(GPIO_GPLR) & GPIO_GPIO(gpio);
GPIO_GPLR          54 arch/unicore32/kernel/gpio.c 	return !!(readl(GPIO_GPLR) & GPIO_GPIO(offset));