Home
last modified time | relevance | path

Searched refs:ATW_INTR_TPS (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Datwreg.h282 #define ATW_INTR_TPS (1<<1) /* stopped transmit process */ macro
Datw.c1349 sc->sc_inten |= ATW_INTR_TPS | ATW_INTR_TLT | ATW_INTR_TRT | in atw_init()
2793 PRINTINTR(ATW_INTR_TPS); in atw_intr()
2873 if (status & (ATW_INTR_TPS|ATW_INTR_RPS)) { in atw_intr()
2874 if (status & ATW_INTR_TPS) in atw_intr()
2936 ackmask |= ATW_INTR_TPS; in atw_idle()
2958 if ((bits & ATW_NAR_ST) != 0 && (stsr & ATW_INTR_TPS) == 0 && in atw_idle()