Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/ar7/
Dgpio.c131 static struct ar7_gpio_chip titan_gpio_chip = { variable
154 void __iomem *gpio_en0 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_0; in ar7_gpio_enable_titan()
155 void __iomem *gpio_en1 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_1; in ar7_gpio_enable_titan()
181 void __iomem *gpio_en0 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_0; in ar7_gpio_disable_titan()
182 void __iomem *gpio_en1 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_1; in ar7_gpio_disable_titan()
293 titan_gpio_direction_input(&titan_gpio_chip.chip, i); in titan_gpio_init()
307 gpch = &titan_gpio_chip; in ar7_gpio_init()