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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_neo.c292 u8 linestatus = 0; local
307 linestatus = ch->ch_cached_lsr;
347 * Grab the linestatus register, we need to check
350 linestatus = readb(&ch->ch_neo_uart->lsr);
357 if (linestatus & UART_17158_RX_FIFO_DATA_ERROR)
372 * Since we are grabbing the linestatus register, which
376 if (linestatus & (UART_LSR_THRE | UART_17158_TX_AND_FIFO_CLR))
379 linestatus = 0;
411 * Its possible we have a linestatus from the loop above
414 linestatus |
843 int linestatus; local
[all...]

Completed in 50 milliseconds