Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_gpio.c131 uint16_t otype: 1; member
358 uint32_t otype = 0; in stm32_gpio_configure() local
373 otype = GPIO_OTYPE_OPEN_DRAIN; in stm32_gpio_configure()
375 otype = GPIO_OTYPE_PUSH_PULL; in stm32_gpio_configure()
383 SHIFT_U32(otype, shift_1b)); in stm32_gpio_configure()
594 cfg->otype = (io_read32(bank->base + GPIO_OTYPER_OFFSET) >> pin) & 1; in get_gpio_cfg()
632 SHIFT_U32(cfg->otype, pin)); in set_gpio_cfg()
765 ref->cfg.otype = GPIO_OTYPE_OPEN_DRAIN; in get_pinctrl_from_fdt()
767 ref->cfg.otype = GPIO_OTYPE_PUSH_PULL; in get_pinctrl_from_fdt()