Searched refs:spl_gpio_output (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | rk3399-board-spl.c | 157 spl_gpio_output(gpio, GPIO(BANK_B, 2), 1); /* PP1500_EN */ in board_debug_uart_init() 160 spl_gpio_output(gpio, GPIO(BANK_B, 4), 1); /* PP3000_EN */ in board_debug_uart_init()
|
/openbmc/u-boot/include/ |
H A D | spl_gpio.h | 51 int spl_gpio_output(void *regs, uint gpio, int value);
|
/openbmc/u-boot/drivers/gpio/ |
H A D | rk_gpio.c | 127 int spl_gpio_output(void *vregs, uint gpio, int value) in spl_gpio_output() function
|