Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dtulip.c871 static void tulip_idblock_crc(TULIPState *s, uint16_t *srom) in tulip_idblock_crc() argument
886 srom[len - 1] = (srom[len - 1] & 0xff00) | (unsigned short)crc; in tulip_idblock_crc()
889 bitval = ((srom[word] >> bit) & 1) ^ ((crc >> 7) & 1); in tulip_idblock_crc()