Searched refs:UART_PUT_CHAR (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmux.c70 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + IO_DATA_REG_OFFSET) macro
204 UART_PUT_CHAR(port, port->x_char);
217 UART_PUT_CHAR(port, xmit->buf[xmit->tail]);
413 UART_PUT_CHAR(&mux_ports[0].port, '\r');
415 UART_PUT_CHAR(&mux_ports[0].port, *s++);
H A Dapbuart.h53 #define UART_PUT_CHAR(port, v) (__raw_writel(v, APBBASE_DATA_P(port))) macro
H A Dapbuart.c136 UART_PUT_CHAR(port, port->x_char);
150 UART_PUT_CHAR(port, xmit->buf[xmit->tail]);
383 UART_PUT_CHAR(port, 0);
394 UART_PUT_CHAR(port, 0);
430 UART_PUT_CHAR(port, ch);
H A Dserial_ks8695.c49 #define UART_PUT_CHAR(p, c) __raw_writel((c), (p)->membase + KS8695_URTH) macro
218 UART_PUT_CHAR(port, port->x_char);
232 UART_PUT_CHAR(port, xmit->buf[xmit->tail]);
570 UART_PUT_CHAR(port, ch);
H A Dbfin_5xx.c350 UART_PUT_CHAR(uart, uart->port.x_char);
356 UART_PUT_CHAR(uart, xmit->buf[xmit->tail]);
411 UART_PUT_CHAR(uart, uart->port.x_char);
999 UART_PUT_CHAR(uart, (unsigned char)chr);
1225 UART_PUT_CHAR(uart, ch);
1277 UART_PUT_CHAR(uart, ch);
H A Dsa1100.c75 #define UART_PUT_CHAR(sport,v) __raw_writel((v),(sport)->port.membase + UTDR) macro
245 UART_PUT_CHAR(sport, sport->port.x_char);
267 UART_PUT_CHAR(sport, xmit->buf[xmit->tail]);
694 UART_PUT_CHAR(sport, ch);
H A Datmel_serial.c97 #define UART_PUT_CHAR(port,v) __raw_writel(v, (port)->membase + ATMEL_US_THR) macro
527 UART_PUT_CHAR(port, port->x_char);
535 UART_PUT_CHAR(port, xmit->buf[xmit->tail]);
1337 UART_PUT_CHAR(port, ch);
1472 UART_PUT_CHAR(port, ch);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf518/include/mach/
H A Dbfin_serial_5xx.h19 #define UART_PUT_CHAR(uart, v) bfin_write16(((uart)->port.membase + OFFSET_THR), v) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf527/include/mach/
H A Dbfin_serial_5xx.h19 #define UART_PUT_CHAR(uart, v) bfin_write16(((uart)->port.membase + OFFSET_THR), v) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf533/include/mach/
H A Dbfin_serial_5xx.h19 #define UART_PUT_CHAR(uart,v) bfin_write16(((uart)->port.membase + OFFSET_THR),v) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/include/mach/
H A Dbfin_serial_5xx.h19 #define UART_PUT_CHAR(uart,v) bfin_write16(((uart)->port.membase + OFFSET_THR),v) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf538/include/mach/
H A Dbfin_serial_5xx.h19 #define UART_PUT_CHAR(uart, v) bfin_write16(((uart)->port.membase + OFFSET_THR), v) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf548/include/mach/
H A Dbfin_serial_5xx.h21 #define UART_PUT_CHAR(uart,v) bfin_write16(((uart)->port.membase + OFFSET_THR),v) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/include/mach/
H A Dbfin_serial_5xx.h19 #define UART_PUT_CHAR(uart,v) bfin_write16(((uart)->port.membase + OFFSET_THR),v) macro

Completed in 302 milliseconds