Searched refs:IER_TxRdy (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/ic/
H A Dcd180.h120 #define IER_TxRdy 0x04 /* Enable interrupt on TX FIFO empty */ macro
/freebsd-10.3-release/sys/dev/rc/
H A Drc.c564 rcout(sc, CD180_IER, rc->rc_ier &= ~IER_TxRdy);
637 if (!(rc->rc_ier & IER_TxRdy)) {
643 rcout(sc, CD180_IER, rc->rc_ier |= IER_TxRdy);
1011 rc->rc_ier |= IER_TxRdy;

Completed in 154 milliseconds