Home
last modified time | relevance | path

Searched refs:OTYPE_MSK (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/gpio/
A Dstm32_gpio.c33 #define OTYPE_MSK 1 macro
60 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.c27 #define OTYPE_MSK 1 macro
219 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 8 milliseconds