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()111 ioread8(port->membase + TIMBUART_CTRL), in timbuart_tx_chars()155 u8 ctl = ioread8(port->membase + TIMBUART_CTRL) | in timbuart_handle_rx_port()157 iowrite8(ctl, port->membase + TIMBUART_CTRL); in timbuart_handle_rx_port()198 u8 cts = ioread8(port->membase + TIMBUART_CTRL); in timbuart_get_mctrl()212 iowrite8(TIMBUART_CTRL_RTS, port->membase + TIMBUART_CTRL); in timbuart_set_mctrl()214 iowrite8(0, port->membase + TIMBUART_CTRL); in timbuart_set_mctrl()244 iowrite8(TIMBUART_CTRL_FLSHRX, port->membase + TIMBUART_CTRL); in timbuart_startup()
21 #define TIMBUART_CTRL 0x1c macro