Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmilbeaut_usio.c25 #define MLB_USIO_REG_SCR 1 macro
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()
111 port->membase + MLB_USIO_REG_SCR); in mlb_usio_tx_chars()
129 port->membase + MLB_USIO_REG_SCR); in mlb_usio_start_tx()
138 port->membase + MLB_USIO_REG_SCR); in mlb_usio_stop_rx()
143 writeb(readb(port->membase + MLB_USIO_REG_SCR) | in mlb_usio_enable_ms()
145 port->membase + MLB_USIO_REG_SCR); in mlb_usio_enable_ms()
271 writeb(0, port->membase + MLB_USIO_REG_SCR); in mlb_usio_startup()
[all …]