Home
last modified time | relevance | path

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

/u-boot/drivers/pinctrl/
A Dpinctrl_stm32.c304 static int prep_gpio_dsc(struct stm32_gpio_dsc *gpio_dsc, u32 port_pin) in prep_gpio_dsc() argument
306 gpio_dsc->port = (port_pin & 0x1F000) >> 12; in prep_gpio_dsc()
307 gpio_dsc->pin = (port_pin & 0x0F00) >> 8; in prep_gpio_dsc()

Completed in 3 milliseconds