Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c90 static inline uint8_t get_byte(int index, bool neg) in get_byte() function
103 *ptr++ = get_byte(i, neg_first); in init_test_data_s8()
105 *ptr++ = get_byte(i, !neg_first); in init_test_data_s8()
/openbmc/qemu/hw/net/
H A Di82596.c86 static uint8_t get_byte(uint32_t addr) in get_byte() function
183 byte_cnt = get_byte(addr + 8) & 0x0f; in i82596_configure()
416 s->sysbus = get_byte(s->scp + 3); /* big endian */ in signal_ca()