XL_INTRS
if ((status & XL_INTRS) == 0 || status == 0xFFFF)
XL_CMD_INTR_ACK|(status & XL_INTRS));
if ((status & XL_INTRS) == 0 || status == 0xFFFF)
XL_CMD_INTR_ACK|(status & XL_INTRS));
if (status & XL_INTRS && status != 0xFFFF) {
XL_CMD_INTR_ACK|(status & XL_INTRS));
CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_STAT_ENB|XL_INTRS);
CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_INTR_ENB|XL_INTRS);
XL_CMD_INTR_ENB | XL_INTRS);
if (status == 0xffff || (status & XL_INTRS) == 0)
CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_INTR_ACK | (status & XL_INTRS));
CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_STAT_ENB | XL_INTRS);