Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/rb532/
Dgpio.c50 struct rb532_gpio_chip { struct
99 struct rb532_gpio_chip *gpch; in rb532_gpio_get()
111 struct rb532_gpio_chip *gpch; in rb532_gpio_set()
122 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_input()
139 struct rb532_gpio_chip *gpch; in rb532_gpio_direction_output()
158 static struct rb532_gpio_chip rb532_gpio_chip[] = { variable
178 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOILEVEL); in rb532_gpio_set_ilevel()
187 rb532_set_bit(bit, gpio, rb532_gpio_chip->regbase + GPIOISTAT); in rb532_gpio_set_istat()
196 rb532_set_bit(1, gpio, rb532_gpio_chip->regbase + GPIOFUNC); in rb532_gpio_set_func()
205 rb532_gpio_chip->regbase = ioremap(r->start, resource_size(r)); in rb532_gpio_init()
[all …]