Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtimbuart.c84 u8 ctl = ioread8(port->membase + TIMBUART_CTRL) | in timbuart_flush_buffer()
87 iowrite8(ctl, port->membase + TIMBUART_CTRL); in timbuart_flush_buffer()
126 ioread8(port->membase + TIMBUART_CTRL), in timbuart_tx_chars()
170 u8 ctl = ioread8(port->membase + TIMBUART_CTRL) | in timbuart_handle_rx_port()
172 iowrite8(ctl, port->membase + TIMBUART_CTRL); in timbuart_handle_rx_port()
213 u8 cts = ioread8(port->membase + TIMBUART_CTRL); in timbuart_get_mctrl()
227 iowrite8(TIMBUART_CTRL_RTS, port->membase + TIMBUART_CTRL); in timbuart_set_mctrl()
229 iowrite8(0, port->membase + TIMBUART_CTRL); in timbuart_set_mctrl()
259 iowrite8(TIMBUART_CTRL_FLSHRX, port->membase + TIMBUART_CTRL); in timbuart_startup()
Dtimbuart.h33 #define TIMBUART_CTRL 0x1c macro