Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmilbeaut_usio.c27 #define MLB_USIO_REG_SSR 3 macro
131 if (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI) in mlb_usio_start_tx()
156 status = readb(port->membase + MLB_USIO_REG_SSR); in mlb_usio_rx_chars()
193 writeb(readb(port->membase + MLB_USIO_REG_SSR) | in mlb_usio_rx_chars()
195 port->membase + MLB_USIO_REG_SSR); in mlb_usio_rx_chars()
222 if (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI) in mlb_usio_tx_irq()
231 return (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI) ? in mlb_usio_tx_empty()
274 writeb(MLB_USIO_SSR_REC, port->membase + MLB_USIO_REG_SSR); in mlb_usio_startup()
357 writeb(MLB_USIO_SSR_REC, port->membase + MLB_USIO_REG_SSR); in mlb_usio_set_termios()
404 while (!(readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TDRE)) in mlb_usio_console_putchar()