Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dpci-testdev.c68 #define IOTEST_TYPE(i) (iotest_type[((i) / ARRAY_SIZE(iotest_test))]) macro
100 #define IOTEST_IS_MEM(i) (strcmp(IOTEST_TYPE(i), "portio")) in OBJECT_DECLARE_SIMPLE_TYPE()
274 name = g_strdup_printf("%s-%s", IOTEST_TYPE(i), IOTEST_TEST(i)); in pci_testdev_realize()