Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dendianness-test.c125 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x87654321); in test_endianness()
134 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x88664321); in test_endianness()
143 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x88664422); in test_endianness()
152 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x87664422); in test_endianness()
160 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x87654422); in test_endianness()
169 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x87654322); in test_endianness()
178 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x87654321); in test_endianness()
197 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x87654321); in test_endianness_split()
202 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x88664321); in test_endianness_split()
207 g_assert_cmphex(isa_inl(qts, test, 0xe0), ==, 0x88664422); in test_endianness_split()
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h203 #define isa_inl(port) (ISA_SEX ? in_be32(isa_itl(port)) : in_le32(isa_itl(port))) macro
268 #define isa_inl_p(p) ({u32 v=isa_inl(p);isa_delay();v;})
322 #define inl isa_inl
349 #define inl isa_inl