Searched refs:TL_ACOMMIT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/tl/ |
| D | if_tl.c | 788 tl_dio_setbit(sc, TL_ACOMMIT, TL_AC_MTXD1); 790 tl_dio_clrbit(sc, TL_ACOMMIT, TL_AC_MTXD1); 792 tl_dio_clrbit(sc, TL_ACOMMIT, TL_AC_MTXD3); 795 tl_dio_setbit(sc, TL_ACOMMIT, TL_AC_MTXD3); 1744 tx_thresh = tl_dio_read8(sc, TL_ACOMMIT) & TL_AC_TXTHRESH; 1751 tl_dio_clrbit(sc, TL_ACOMMIT, TL_AC_TXTHRESH); 1752 tl_dio_setbit(sc, TL_ACOMMIT, tx_thresh << 4); 1995 tl_dio_clrbit(sc, TL_ACOMMIT, TL_AC_TXTHRESH); 1996 tl_dio_setbit(sc, TL_ACOMMIT, TL_AC_TXTHRESH_16LONG); 2103 if (tl_dio_read8(sc, TL_ACOMMIT) & TL_AC_MTXD1) [all …]
|
| D | if_tlreg.h | 330 #define TL_ACOMMIT 0x43 macro
|