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()108 ioread8(port->membase + TIMBUART_CTRL), in timbuart_tx_chars()152 u8 ctl = ioread8(port->membase + TIMBUART_CTRL) | in timbuart_handle_rx_port()154 iowrite8(ctl, port->membase + TIMBUART_CTRL); in timbuart_handle_rx_port()195 u8 cts = ioread8(port->membase + TIMBUART_CTRL); in timbuart_get_mctrl()209 iowrite8(TIMBUART_CTRL_RTS, port->membase + TIMBUART_CTRL); in timbuart_set_mctrl()211 iowrite8(0, port->membase + TIMBUART_CTRL); in timbuart_set_mctrl()241 iowrite8(TIMBUART_CTRL_FLSHRX, port->membase + TIMBUART_CTRL); in timbuart_startup()
21 #define TIMBUART_CTRL 0x1c macro