Searched refs:qecstat (Results 1 – 1 of 1) sorted by relevance
541 uint32_t qecstat, qestat; in qeintr() local548 qecstat = bus_space_read_4(t, sc->sc_qr, QEC_QRI_STAT); in qeintr()551 printf("qe%d: intr: qecstat=%x\n", sc->sc_channel, qecstat); in qeintr()556 qecstat = qecstat >> (4 * sc->sc_channel); in qeintr()557 if ((qecstat & 0xf) == 0) in qeintr()