Lines Matching defs:istatus
1203 uint32_t istatus;
1205 istatus = bus_space_read_4(sc->jme_bt_misc, sc->jme_bh_misc,
1207 if (istatus == 0 || istatus == 0xFFFFFFFF)
1213 /* and update istatus */
1214 istatus = bus_space_read_4(sc->jme_bt_misc, sc->jme_bh_misc,
1216 if ((istatus & JME_INTRS_CHECK) == 0)
1219 if ((istatus & (INTR_TXQ_COMP | INTR_TXQ_COAL | INTR_TXQ_COAL_TO)) != 0)
1220 istatus |= INTR_TXQ_COAL | INTR_TXQ_COAL_TO | INTR_TXQ_COMP;
1221 if ((istatus & (INTR_RXQ_COMP | INTR_RXQ_COAL | INTR_RXQ_COAL_TO)) != 0)
1222 istatus |= INTR_RXQ_COAL | INTR_RXQ_COAL_TO | INTR_RXQ_COMP;
1224 JME_INTR_STATUS, istatus);
1229 printf("jme_intr 0x%x RXCS 0x%x RXDBA 0x%x 0x%x RXQDC 0x%x RXNDA 0x%x RXMCS 0x%x\n", istatus,
1243 if ((istatus & (INTR_RXQ_COMP | INTR_RXQ_COAL | INTR_RXQ_COAL_TO)) != 0)
1245 if ((istatus & INTR_RXQ_DESC_EMPTY) != 0) {
1260 if ((istatus & (INTR_TXQ_COMP | INTR_TXQ_COAL | INTR_TXQ_COAL_TO)) != 0)