Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c283 static int prep_gpio_ctl(struct stm32_gpio_ctl *gpio_ctl, u32 gpio_fn, int node) in prep_gpio_ctl() argument
285 gpio_fn &= 0x00FF; in prep_gpio_ctl()
288 switch (gpio_fn) { in prep_gpio_ctl()
294 gpio_ctl->af = gpio_fn - 1; in prep_gpio_ctl()
319 __func__, gpio_fn, gpio_ctl->speed, gpio_ctl->otype, in prep_gpio_ctl()