Home
last modified time | relevance | path

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

/src/sys/dev/msk/
H A Dif_msk.c4151 CSR_WRITE_4(sc, Q_ADDR(sc_if->msk_txq, Q_CSR), BMU_STOP); in msk_stop()
4154 if ((val & (BMU_STOP | BMU_IDLE)) == 0) { in msk_stop()
4156 BMU_STOP); in msk_stop()
H A Dif_mskreg.h1106 #define BMU_STOP BIT_9 /* Stop Rx/Tx Queue */ macro