Searched refs:spl_gpio_set_pull (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | rk3399-board-spl.c | 158 spl_gpio_set_pull(&pmugrf->gpio0_p, GPIO(BANK_B, 2), GPIO_PULL_NORMAL); in board_debug_uart_init() 161 spl_gpio_set_pull(&pmugrf->gpio0_p, GPIO(BANK_B, 4), GPIO_PULL_NORMAL); in board_debug_uart_init()
|
/openbmc/u-boot/include/ |
H A D | spl_gpio.h | 41 int spl_gpio_set_pull(void *regs, uint gpio, int pull);
|
/openbmc/u-boot/drivers/gpio/ |
H A D | rk_gpio.c | 103 int spl_gpio_set_pull(void *vregs, uint gpio, int pull) in spl_gpio_set_pull() function
|