Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmilbeaut_usio.c62 #define MLB_USIO_FCR_FDRQ BIT(10) macro
107 writew(readw(port->membase + MLB_USIO_REG_FCR) & ~MLB_USIO_FCR_FDRQ, in mlb_usio_tx_chars()
125 if (!(fcr & MLB_USIO_FCR_FDRQ)) in mlb_usio_start_tx()