Searched refs:GPIO_GPDR (Results 1 – 2 of 2) sorted by relevance
71 writel(readl(GPIO_GPDR) & ~GPIO_GPIO(offset), GPIO_GPDR); in puv3_direction_input()83 writel(readl(GPIO_GPDR) | GPIO_GPIO(offset), GPIO_GPDR); in puv3_direction_output()100 writel(GPIO_DIR, GPIO_GPDR); in puv3_init_gpio()
12 #define GPIO_GPDR (PKUNITY_GPIO_BASE + 0x0004) macro