Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/gpio/
H A Dlpc32xx_gpio.c150 static int gpio_set(struct udevice *dev, unsigned gpio) in gpio_set() function
222 return gpio_set(dev, offset); in lpc32xx_gpio_set_value()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/include/mach/
H A Dau1x00.h104 #define gpio_set(Value) outl(Value, SYS_OUTPUTSET) macro