Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmen_z135_uart.c228 u8 rxc_lo; in get_rx_fifo_content() local
232 rxc_lo = stat_reg >> 24; in get_rx_fifo_content()
235 rxc = rxc_lo | (rxc_hi << 8); in get_rx_fifo_content()