Searched refs:TXCA_INW (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | tropic.c | 747 first_txbuf = txbuf = TXCA_INW(sc, TXCA_FREE_QUEUE_HEAD) - XMIT_NEXTBUF; 889 TXCA_INW(sc, TXCA_BUFFER_COUNT); 1412 tail = TXCA_INW(sc, TXCA_COMPLETION_QUEUE_TAIL); 1413 } while (tail != TXCA_INW(sc, TXCA_COMPLETION_QUEUE_TAIL)); 1414 while (tail != TXCA_INW(sc, TXCA_FREE_QUEUE_TAIL)) { 1415 txbuf = TXCA_INW(sc, TXCA_FREE_QUEUE_TAIL) - XMIT_NEXTBUF; 1426 tail = TXCA_INW(sc, TXCA_COMPLETION_QUEUE_TAIL); 1428 tail = TXCA_INW(sc, TXCA_COMPLETION_QUEUE_TAIL); 1429 } while (tail != TXCA_INW(sc, TXCA_COMPLETION_QUEUE_TAIL));
|
| D | tropicreg.h | 92 #define TXCA_INW(sc, reg) SR_INW(sc, sc->sc_txca+(reg)) macro
|