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