Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Dgpio.h44 STM32_GPIO_MODE_IN = 0, enumerator
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f4/
H A Dgpio.h78 STM32_GPIO_MODE_IN = 0, enumerator
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c34 clrsetbits_le32(&regs->moder, mask, STM32_GPIO_MODE_IN << bits_index); in stm32_gpio_direction_input()
H A Dstm32_gpio.c135 ctl.mode = STM32_GPIO_MODE_IN; in gpio_direction_input()
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c61 gpio_ctl->mode = STM32_GPIO_MODE_IN; in prep_gpio_ctl()