Searched refs:MLB_USIO_REG_FCR (Results 1 – 1 of 1) sorted by relevance
30 #define MLB_USIO_REG_FCR 12 macro67 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()[all …]