Searched refs:RCR_STRIP_CRC (Results 1 – 2 of 2) sorted by relevance
406 #define RCR_STRIP_CRC 0x0200 /* When set strips CRC from rx packets */ macro412 #define RCR_DEFAULT (RCR_STRIP_CRC | RCR_RXEN)
99 #define RCR_STRIP_CRC 0x0200 macro814 crc = (s->rcr & RCR_STRIP_CRC) == 0; in smc91c111_receive()