Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/ar7/
Dgpio.c148 static struct ar7_gpio_chip titan_gpio_chip = { variable
171 void __iomem *gpio_en0 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_0; in ar7_gpio_enable_titan()
172 void __iomem *gpio_en1 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_1; in ar7_gpio_enable_titan()
198 void __iomem *gpio_en0 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_0; in ar7_gpio_disable_titan()
199 void __iomem *gpio_en1 = titan_gpio_chip.regs + TITAN_GPIO_ENBL_1; in ar7_gpio_disable_titan()
310 titan_gpio_direction_input(&titan_gpio_chip.chip, i); in titan_gpio_init()
324 gpch = &titan_gpio_chip; in ar7_gpio_init()