INTSTAT_TXU
if (intstat & (INTSTAT_TXC | INTSTAT_TXU)) {
if (intstat & INTSTAT_TXU) {
#define INTMASK (INTSTAT_FATAL_INT | INTSTAT_TXU | \