Home
last modified time | relevance | path

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

/u-boot/arch/arm/include/asm/arch-stm32/
A Dgpio.h69 u32 otyper; /* GPIO port output type */ member
/u-boot/arch/arm/mach-stm32mp/include/mach/
A Dgpio.h70 u32 otyper; /* GPIO port output type */ member
/u-boot/drivers/gpio/
A Dstm32_gpio.c60 clrsetbits_le32(&regs->otyper, OTYPE_MSK << bits, otype << bits); in stm32_gpio_set_otype()
66 return (readl(&regs->otyper) >> OTYPE_BITS(idx)) & OTYPE_MSK; in stm32_gpio_get_otype()
/u-boot/drivers/pinctrl/
A Dpinctrl_stm32.c219 otype = (readl(&priv->regs->otyper) >> gpio_idx) & OTYPE_MSK; in stm32_pinctrl_get_pin_muxing()
297 clrsetbits_le32(&regs->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()

Completed in 5 milliseconds