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

/linux-4.1.27/arch/mips/ath79/
H A Dgpio.c28 static void __iomem *ath79_gpio_base; variable
34 void __iomem *base = ath79_gpio_base; __ath79_gpio_set_value()
44 return (__raw_readl(ath79_gpio_base + AR71XX_GPIO_REG_IN) >> gpio) & 1; __ath79_gpio_get_value()
61 void __iomem *base = ath79_gpio_base; ath79_gpio_direction_input()
77 void __iomem *base = ath79_gpio_base; ath79_gpio_direction_output()
97 void __iomem *base = ath79_gpio_base; ar934x_gpio_direction_input()
113 void __iomem *base = ath79_gpio_base; ar934x_gpio_direction_output()
154 return ath79_gpio_base + reg; ath79_gpio_get_function_reg()
202 ath79_gpio_base = ioremap_nocache(AR71XX_GPIO_BASE, AR71XX_GPIO_SIZE); ath79_gpio_init()

Completed in 29 milliseconds