Home
last modified time | relevance | path

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

/u-boot/drivers/gpio/
A Dstm32_gpio_priv.h69 u32 otyper; /* GPIO port output type */ member
A Dstm32_gpio.c61 clrsetbits_le32(&regs->otyper, OTYPE_MSK << bits, otype << bits); in stm32_gpio_set_otype()
67 return (readl(&regs->otyper) >> OTYPE_BITS(idx)) & OTYPE_MSK; in stm32_gpio_get_otype()
/u-boot/drivers/pinctrl/
A Dpinctrl_stm32.c224 otype = (readl(&priv->regs->otyper) >> gpio_idx) & OTYPE_MSK; in stm32_pinctrl_get_pin_muxing()
305 clrsetbits_le32(&regs->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()

Completed in 6 milliseconds