Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dstm32_gpio.c30 u32 otyper; /* GPIO port output type */ member
68 clrsetbits_le32(&gpio_regs->otyper, 0x3 << i, ctl->otype << i); in stm32_gpio_config()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Dgpio.h102 u32 otyper; /* GPIO port output type */ member
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c40 clrsetbits_le32(&regs->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()