Searched refs:stmfx_conf_set_pupd (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/pinctrl/ |
A D | pinctrl-stmfx.c | 105 static int stmfx_conf_set_pupd(struct udevice *dev, unsigned int offset, in stmfx_conf_set_pupd() function 190 ret = stmfx_conf_set_pupd(dev, offset, 1); in stmfx_gpio_set_dir_flags() 195 ret = stmfx_conf_set_pupd(dev, offset, 0); in stmfx_gpio_set_dir_flags() 313 ret = stmfx_conf_set_pupd(dev, pin, 0); in stmfx_pinctrl_conf_set() 319 ret = stmfx_conf_set_pupd(dev, pin, 1); in stmfx_pinctrl_conf_set()
|
Completed in 4 milliseconds