Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_gpio.h61 void set_gpio_reset_cfg(uint32_t bank, uint32_t pin);
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c275 set_gpio_reset_cfg(gpio_list[i].bank, gpio_list[i].pin); in stm32mp1_deconfigure_uart_pins()
/rk3399_ARM-atf/drivers/st/gpio/
H A Dstm32_gpio.c321 void set_gpio_reset_cfg(uint32_t bank, uint32_t pin) in set_gpio_reset_cfg() function