Searched refs:get_disconnected_pins (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_gpio-test.c | 143 static uint32_t get_disconnected_pins(unsigned int gpio) in get_disconnected_pins() function 390 g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); in test_push_pull() 398 g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF); in test_push_pull() 403 g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); in test_push_pull() 408 g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF); in test_push_pull() 438 g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); in test_open_drain() 447 g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF & ~(1 << pin)); in test_open_drain() 453 g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); in test_open_drain() 459 g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF & ~(1 << pin)); in test_open_drain()
|