Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c44 static int prep_gpio_dsc(struct stm32_gpio_dsc *gpio_dsc, u32 port_pin) in prep_gpio_dsc() argument
46 gpio_dsc->port = (port_pin & 0xF000) >> 12; in prep_gpio_dsc()
47 gpio_dsc->pin = (port_pin & 0x0F00) >> 8; in prep_gpio_dsc()