Searched refs:GPIO_DIR (Results 1 – 5 of 5) sorted by relevance
28 #define GPIO_DIR (0x04) macro90 void __iomem *pio = nuc900_gpio->regbase + GPIO_DIR; in nuc900_dir_input()109 void __iomem *pio = nuc900_gpio->regbase + GPIO_DIR; in nuc900_dir_output()
30 #define GPIO_DIR 0x8 macro159 reg = __raw_readl(base + GPIO_DIR); in _set_gpio_direction()164 __raw_writel(reg, base + GPIO_DIR); in _set_gpio_direction()
64 #define GPIO_DIR (~((GPIO_IN) | 0xf0000000)) macro
100 writel(GPIO_DIR, GPIO_GPDR); in puv3_init_gpio()
66 #define GPIO_DIR 0x04 macro