INTR_RX_DONE_ALT
if (status & INTR_RX_DONE_ALT) { /* handle rx separately */
status &= ~INTR_RX_DONE_ALT;
if (status & INTR_RX_DONE_ALT) { /* handle rx separately */
status &= ~INTR_RX_DONE_ALT;
#define INTRN_MASK_CLEAR_ALL (INTR_RX_DONE_ALT | \