gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ENB_RXINT (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/ns16450.c - 30.8KB - 891 lines
202:                 li->enbint = 1;
203:                 ENB_RXINT(li);                /* Enable the rcv interrupt only */
204:         }
357: /* Completion of sending or No sending */ 358: ENB_RXINT(li); /* Enable the rcv interrupt only */ 359: }
367: when the send is unavailable in "Tx Ready" status */ 368: if ((lsts & LS_THRE) != 0) ENB_RXINT(li); 369: }