Home
last modified time | relevance | path

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

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