Searched refs:TIMBUART_CTRL (Results 1 – 2 of 2) sorted by relevance
72 u8 ctl = ioread8(port->membase + TIMBUART_CTRL) | in timbuart_flush_buffer()75 iowrite8(ctl, port->membase + TIMBUART_CTRL); in timbuart_flush_buffer()114 ioread8(port->membase + TIMBUART_CTRL), in timbuart_tx_chars()158 u8 ctl = ioread8(port->membase + TIMBUART_CTRL) | in timbuart_handle_rx_port()160 iowrite8(ctl, port->membase + TIMBUART_CTRL); in timbuart_handle_rx_port()201 u8 cts = ioread8(port->membase + TIMBUART_CTRL); in timbuart_get_mctrl()215 iowrite8(TIMBUART_CTRL_RTS, port->membase + TIMBUART_CTRL); in timbuart_set_mctrl()217 iowrite8(0, port->membase + TIMBUART_CTRL); in timbuart_set_mctrl()247 iowrite8(TIMBUART_CTRL_FLSHRX, port->membase + TIMBUART_CTRL); in timbuart_startup()
21 #define TIMBUART_CTRL 0x1c macro