Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dmilbeaut_usio.c27 #define MLB_USIO_REG_SSR 3 macro
132 if (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI) in mlb_usio_start_tx()
157 status = readb(port->membase + MLB_USIO_REG_SSR); in mlb_usio_rx_chars()
194 writeb(readb(port->membase + MLB_USIO_REG_SSR) | in mlb_usio_rx_chars()
196 port->membase + MLB_USIO_REG_SSR); in mlb_usio_rx_chars()
223 if (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI) in mlb_usio_tx_irq()
232 return (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI) ? in mlb_usio_tx_empty()
275 writeb(MLB_USIO_SSR_REC, port->membase + MLB_USIO_REG_SSR); in mlb_usio_startup()
358 writeb(MLB_USIO_SSR_REC, port->membase + MLB_USIO_REG_SSR); in mlb_usio_set_termios()
405 while (!(readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TDRE)) in mlb_usio_console_putchar()