Searched refs:otyper (Results 1 – 3 of 3) sorted by relevance
69 u32 otyper; /* GPIO port output type */ member
61 clrsetbits_le32(®s->otyper, OTYPE_MSK << bits, otype << bits); in stm32_gpio_set_otype()67 return (readl(®s->otyper) >> OTYPE_BITS(idx)) & OTYPE_MSK; in stm32_gpio_get_otype()
224 otype = (readl(&priv->regs->otyper) >> gpio_idx) & OTYPE_MSK; in stm32_pinctrl_get_pin_muxing()305 clrsetbits_le32(®s->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()
Completed in 6 milliseconds