Lines Matching refs:MLB_USIO_REG_FCR
30 #define MLB_USIO_REG_FCR 12 macro
67 writew(readw(port->membase + MLB_USIO_REG_FCR) & ~MLB_USIO_FCR_FTIE, in mlb_usio_stop_tx()
68 port->membase + MLB_USIO_REG_FCR); in mlb_usio_stop_tx()
78 writew(readw(port->membase + MLB_USIO_REG_FCR) & ~MLB_USIO_FCR_FTIE, in mlb_usio_tx_chars()
79 port->membase + MLB_USIO_REG_FCR); in mlb_usio_tx_chars()
108 writew(readw(port->membase + MLB_USIO_REG_FCR) & ~MLB_USIO_FCR_FDRQ, in mlb_usio_tx_chars()
109 port->membase + MLB_USIO_REG_FCR); in mlb_usio_tx_chars()
123 u16 fcr = readw(port->membase + MLB_USIO_REG_FCR); in mlb_usio_start_tx()
125 writew(fcr | MLB_USIO_FCR_FTIE, port->membase + MLB_USIO_REG_FCR); in mlb_usio_start_tx()
199 writew(readw(port->membase + MLB_USIO_REG_FCR) | in mlb_usio_rx_chars()
201 port->membase + MLB_USIO_REG_FCR); in mlb_usio_rx_chars()
276 writew(0, port->membase + MLB_USIO_REG_FCR); in mlb_usio_startup()
278 port->membase + MLB_USIO_REG_FCR); in mlb_usio_startup()
280 port->membase + MLB_USIO_REG_FCR); in mlb_usio_startup()
359 writew(0, port->membase + MLB_USIO_REG_FCR); in mlb_usio_set_termios()
363 writew(0, port->membase + MLB_USIO_REG_FCR); in mlb_usio_set_termios()
366 port->membase + MLB_USIO_REG_FCR); in mlb_usio_set_termios()