Searched refs:otyper (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/gpio/ |
H A D | stm32l4x5_gpio.c | 66 return extract32(s->otyper, pin, 1) == 1; in is_open_drain() 71 return extract32(s->otyper, pin, 1) == 0; in is_push_pull() 79 s->otyper = 0x00000000; in stm32l4x5_gpio_reset_hold() 275 s->otyper = value & ~RESERVED_BITS_MASK; in stm32l4x5_gpio_write() 354 return s->otyper; in stm32l4x5_gpio_read() 434 VMSTATE_UINT32(otyper, Stm32l4x5GpioState),
|
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_gpio-test.c | 221 uint32_t otyper = gpio_readl(GPIO_A, OTYPER); in test_idr_reset_value() local 228 g_assert_cmphex(otyper, ==, reset(GPIO_A, OTYPER)); in test_idr_reset_value() 236 otyper = gpio_readl(GPIO_B, OTYPER); in test_idr_reset_value() 243 g_assert_cmphex(otyper, ==, reset(GPIO_B, OTYPER)); in test_idr_reset_value() 251 otyper = gpio_readl(GPIO_C, OTYPER); in test_idr_reset_value() 257 g_assert_cmphex(otyper, ==, reset(GPIO_C, OTYPER)); in test_idr_reset_value() 265 otyper = gpio_readl(GPIO_H, OTYPER); in test_idr_reset_value() 271 g_assert_cmphex(otyper, ==, reset(GPIO_H, OTYPER)); in test_idr_reset_value()
|
/openbmc/qemu/include/hw/gpio/ |
H A D | stm32l4x5_gpio.h | 38 uint32_t otyper; member
|
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/ |
H A D | gpio.h | 103 u32 otyper; /* GPIO port output type */ member
|
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/ |
H A D | gpio.h | 102 u32 otyper; /* GPIO port output type */ member
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl_stm32.c | 266 clrsetbits_le32(®s->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()
|