Searched refs:get_disconnected_pins (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_gpio-test.c | 144 static uint32_t get_disconnected_pins(unsigned int gpio) in get_disconnected_pins() function 391 g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); in test_push_pull() 399 g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF); in test_push_pull() 404 g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); in test_push_pull() 409 g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF); in test_push_pull() 439 g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); in test_open_drain() 448 g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF & ~(1 << pin)); in test_open_drain() 454 g_assert_cmphex(get_disconnected_pins(gpio), ==, 0xFFFF); in test_open_drain() 460 g_assert_cmphex(get_disconnected_pins(gpio2), ==, 0xFFFF & ~(1 << pin)); in test_open_drain()
|