Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dmen_z135_uart.c229 u8 rxc_lo; in get_rx_fifo_content() local
233 rxc_lo = stat_reg >> 24; in get_rx_fifo_content()
236 rxc = rxc_lo | (rxc_hi << 8); in get_rx_fifo_content()