Home
last modified time | relevance | path

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

/arch/mips/rb532/
A Dgpio.c99 struct rb532_gpio_chip *gpch; in rb532_gpio_get() local
101 gpch = gpiochip_get_data(chip); in rb532_gpio_get()
111 struct rb532_gpio_chip *gpch; in rb532_gpio_set() local
113 gpch = gpiochip_get_data(chip); in rb532_gpio_set()
124 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_input() local
126 gpch = gpiochip_get_data(chip); in rb532_gpio_direction_input()
129 rb532_set_bit(0, offset, gpch->regbase + GPIOFUNC); in rb532_gpio_direction_input()
131 rb532_set_bit(0, offset, gpch->regbase + GPIOCFG); in rb532_gpio_direction_input()
141 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_output() local
143 gpch = gpiochip_get_data(chip); in rb532_gpio_direction_output()
[all …]

Completed in 5 milliseconds