Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c80 clrsetbits_le32(&regs->moder, mask, STM32_GPIO_MODE_OUT << bits_index); in stm32_gpio_direction_output()
132 if (mode == STM32_GPIO_MODE_OUT) in stm32_gpio_get_function()
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dgpio.h46 STM32_GPIO_MODE_OUT, enumerator
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/
H A Dgpio.h45 STM32_GPIO_MODE_OUT, enumerator
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c300 gpio_ctl->mode = STM32_GPIO_MODE_OUT; in prep_gpio_ctl()