Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/rb532/
Dgpio.c40 struct rb532_gpio_chip { struct
89 struct rb532_gpio_chip *gpch; in rb532_gpio_get()
101 struct rb532_gpio_chip *gpch; in rb532_gpio_set()
112 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_input()
129 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_output()
148 static struct rb532_gpio_chip rb532_gpio_chip[] = { variable
168 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOILEVEL); in rb532_gpio_set_ilevel()
177 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOISTAT); in rb532_gpio_set_istat()
186 rb532_set_bit(1, gpio, rb532_gpio_chip->regbase + GPIOFUNC); in rb532_gpio_set_func()
195 rb532_gpio_chip->regbase = ioremap(r->start, resource_size(r)); in rb532_gpio_init()
[all …]