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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dtimbuart.h33 #define TIMBUART_CTRL 0x1c macro
H A Dtimbuart.c81 u8 ctl = ioread8(port->membase + TIMBUART_CTRL) |
84 iowrite8(ctl, port->membase + TIMBUART_CTRL);
123 ioread8(port->membase + TIMBUART_CTRL),
167 u8 ctl = ioread8(port->membase + TIMBUART_CTRL) |
169 iowrite8(ctl, port->membase + TIMBUART_CTRL);
210 u8 cts = ioread8(port->membase + TIMBUART_CTRL);
224 iowrite8(TIMBUART_CTRL_RTS, port->membase + TIMBUART_CTRL);
226 iowrite8(0, port->membase + TIMBUART_CTRL);
261 iowrite8(TIMBUART_CTRL_FLSHRX, port->membase + TIMBUART_CTRL);

Completed in 54 milliseconds