Searched refs:RCR_DIS_CRC (Results 1 – 6 of 6) sorted by relevance
78 #define RCR_DIS_CRC BIT(4) macro82 #define RCR_RX_DISABLE (RCR_DIS_LONG | RCR_DIS_CRC)
102 #define RCR_DIS_CRC (1<<4) macro
951 db->rctl.rcr_all = RCR_DIS_LONG | RCR_DIS_CRC | RCR_RXEN; in dm9051_open()1036 u8 rcr = RCR_DIS_LONG | RCR_DIS_CRC | RCR_RXEN; in dm9051_set_rx_mode()
843 u8 rcr = RCR_DIS_LONG | RCR_DIS_CRC | RCR_RXEN; in dm9000_hash_table_unlocked()
59 #define RCR_DIS_CRC (1 << 4) macro
273 u8 rx_ctl = RCR_RXEN | RCR_DIS_CRC | RCR_DIS_LONG; in sr9700_set_multicast()