Searched refs:RCR_DIS_LONG (Results 1 – 8 of 8) sorted by relevance
77 #define RCR_DIS_LONG BIT(5) macro82 #define RCR_RX_DISABLE (RCR_DIS_LONG | RCR_DIS_CRC)
101 #define RCR_DIS_LONG (1<<5) 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()
96 #define RCR_DIS_LONG (1<<5) macro
361 DM9000_iow(DM9000_RCR, RCR_DIS_LONG | RCR_DIS_CRC | RCR_RXEN); in dm9000_init()
60 #define RCR_DIS_LONG (1 << 5) macro
273 u8 rx_ctl = RCR_RXEN | RCR_DIS_CRC | RCR_DIS_LONG; in sr9700_set_multicast()