Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/ar7/
Dgpio.c144 static struct ar7_gpio_chip titan_gpio_chip = { variable
167 void __iomem *gpio_en0 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_0; in ar7_gpio_enable_titan()
168 void __iomem *gpio_en1 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_1; in ar7_gpio_enable_titan()
194 void __iomem *gpio_en0 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_0; in ar7_gpio_disable_titan()
195 void __iomem *gpio_en1 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_1; in ar7_gpio_disable_titan()
306 titan_gpio_direction_input(&titan_gpio_chip.chip, i); in titan_gpio_init()
320 gpch = &titan_gpio_chip; in ar7_gpio_init()