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