Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-stm32mp/include/mach/
Dgpio.h101 u32 otyper; /* GPIO port output type */ member
/external/u-boot/arch/arm/include/asm/arch-stm32/
Dgpio.h100 u32 otyper; /* GPIO port output type */ member
/external/u-boot/drivers/pinctrl/
Dpinctrl_stm32.c40 clrsetbits_le32(&regs->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()