Searched refs:RS_VALID_BITS (Results 1 – 1 of 1) sorted by relevance
110 #define RS_VALID_BITS ( RS_PKT_OK | RS_RST_PKT | RS_RUNT | RS_ALIGN | RS_CRC_ERR | RS_OFLW ) macro188 outb(RS_VALID_BITS, EDLC_RCLR); /* Clear all pending Rcv interrupts */ in reset_receiver()225 if (((rcv_stat = inb(EDLC_RSTAT)) & RS_VALID_BITS) != RS_PKT_OK) { in ni5010_poll()