Home
last modified time | relevance | path

Searched refs:rxc_hi (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dmen_z135_uart.c230 u8 rxc_hi; in get_rx_fifo_content() local
234 rxc_hi = (stat_reg & 0xC0) >> 6; in get_rx_fifo_content()
236 rxc = rxc_lo | (rxc_hi << 8); in get_rx_fifo_content()