Home
last modified time | relevance | path

Searched defs:CRC (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/dma/
H A DMCD_dmaApi.c81 #define CRC 2 /* legacy - not used */ macro
/openbmc/u-boot/include/
H A Dlattice.h171 #define CRC 0x47 /* macro
/openbmc/qemu/hw/net/
H A Dpcnet.c527 #define CRC(crc, ch) (crc = (crc >> 8) ^ crctab[(crc ^ (ch)) & 0xff]) macro