Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmen_z135_uart.c226 u8 rxc_hi; in get_rx_fifo_content() local
230 rxc_hi = (stat_reg & 0xC0) >> 6; in get_rx_fifo_content()
232 rxc = rxc_lo | (rxc_hi << 8); in get_rx_fifo_content()