Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_gpio.c361 unsigned int shift_2b = SHIFT_U32(gpio->pin, 1); in stm32_gpio_configure() local
386 SHIFT_U32(GPIO_PUPD_PULL_MASK, shift_2b), in stm32_gpio_configure()
387 SHIFT_U32(pupd, shift_2b)); in stm32_gpio_configure()