Searched refs:MLB_USIO_REG_SCR (Results 1 – 1 of 1) sorted by relevance
25 #define MLB_USIO_REG_SCR 1 macro69 writeb(readb(port->membase + MLB_USIO_REG_SCR) & ~MLB_USIO_SCR_TBIE, in mlb_usio_stop_tx()70 port->membase + MLB_USIO_REG_SCR); in mlb_usio_stop_tx()80 writeb(readb(port->membase + MLB_USIO_REG_SCR) & in mlb_usio_tx_chars()82 port->membase + MLB_USIO_REG_SCR); in mlb_usio_tx_chars()110 writeb(readb(port->membase + MLB_USIO_REG_SCR) | MLB_USIO_SCR_TBIE, in mlb_usio_tx_chars()111 port->membase + MLB_USIO_REG_SCR); in mlb_usio_tx_chars()128 writeb(readb(port->membase + MLB_USIO_REG_SCR) | MLB_USIO_SCR_TBIE, in mlb_usio_start_tx()129 port->membase + MLB_USIO_REG_SCR); in mlb_usio_start_tx()137 writeb(readb(port->membase + MLB_USIO_REG_SCR) & ~MLB_USIO_SCR_RIE, in mlb_usio_stop_rx()[all …]