Home
last modified time | relevance | path

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

/u-boot/drivers/gpio/
A Drk_gpio.c104 int spl_gpio_set_pull(void *vregs, uint gpio, int pull) in spl_gpio_set_pull() argument
106 u32 *regs = vregs; in spl_gpio_set_pull()
128 int spl_gpio_output(void *vregs, uint gpio, int value) in spl_gpio_output() argument
130 struct rockchip_gpio_regs * const regs = vregs; in spl_gpio_output()

Completed in 3 milliseconds