MLB_USIO_REG_SSR  136 drivers/tty/serial/milbeaut_usio.c 	if (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI)
MLB_USIO_REG_SSR  162 drivers/tty/serial/milbeaut_usio.c 		status = readb(port->membase + MLB_USIO_REG_SSR);
MLB_USIO_REG_SSR  199 drivers/tty/serial/milbeaut_usio.c 		writeb(readb(port->membase + MLB_USIO_REG_SSR) |
MLB_USIO_REG_SSR  201 drivers/tty/serial/milbeaut_usio.c 				port->membase + MLB_USIO_REG_SSR);
MLB_USIO_REG_SSR  228 drivers/tty/serial/milbeaut_usio.c 	if (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI)
MLB_USIO_REG_SSR  237 drivers/tty/serial/milbeaut_usio.c 	return (readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TBI) ?
MLB_USIO_REG_SSR  280 drivers/tty/serial/milbeaut_usio.c 	writeb(MLB_USIO_SSR_REC, port->membase + MLB_USIO_REG_SSR);
MLB_USIO_REG_SSR  362 drivers/tty/serial/milbeaut_usio.c 	writeb(MLB_USIO_SSR_REC, port->membase + MLB_USIO_REG_SSR);
MLB_USIO_REG_SSR  409 drivers/tty/serial/milbeaut_usio.c 	while (!(readb(port->membase + MLB_USIO_REG_SSR) & MLB_USIO_SSR_TDRE))