Searched refs:x_char (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.h148 int x_char; /* xon/xoff character */ member in struct:m68k_serial
H A Dcrisv10.h94 int x_char; /* xon/xoff character */ member in struct:e100_serial
H A Dmux.c203 if(port->x_char) {
204 UART_PUT_CHAR(port, port->x_char);
206 port->x_char = 0;
H A D68328serial.c309 if (info->x_char) {
311 uart->utx.b.txdata = info->x_char;
312 info->x_char = 0;
806 info->x_char = STOP_CHAR(tty);
819 if (info->x_char)
820 info->x_char = 0;
822 info->x_char = START_CHAR(tty);
1315 info->x_char = 0;
H A D21285.c130 if (port->x_char) {
131 *CSR_UARTDR = port->x_char;
133 port->x_char = 0;
H A Daltera_jtaguart.c150 if (port->x_char) {
152 writel(port->x_char, port->membase + ALTERA_JTAGUART_DATA_REG);
153 port->x_char = 0;
H A Dclps711x.c153 if (port->x_char) {
154 clps_writel(port->x_char, UARTDR(port));
156 port->x_char = 0;
H A Dnwpserial.c266 if (port->x_char) {
267 nwpserial_putchar(up, up->port.x_char);
268 port->x_char = 0;
H A Dip22zilog.c396 if (up->port.x_char) {
398 writeb(up->port.x_char, &channel->data);
403 up->port.x_char = 0;
602 if (port->x_char) {
603 writeb(port->x_char, &channel->data);
608 port->x_char = 0;
H A Daltera_uart.c226 if (port->x_char) {
228 writel(port->x_char, port->membase + ALTERA_UART_TXDATA_REG);
229 port->x_char = 0;
H A Dapbuart.c135 if (port->x_char) {
136 UART_PUT_CHAR(port, port->x_char);
138 port->x_char = 0;
H A Dbcm63xx_uart.c309 if (port->x_char) {
310 bcm_uart_writel(port, port->x_char, UART_FIFO_REG);
312 port->x_char = 0;
H A Dmcf.c323 if (port->x_char) {
325 writeb(port->x_char, port->membase + MCFUART_UTB);
326 port->x_char = 0;
H A Dmsm_serial.c130 if (port->x_char) {
131 msm_write(port, port->x_char, UART_TF);
133 port->x_char = 0;
H A Dnetx-serial.c145 if (port->x_char) {
146 writel(port->x_char, port->membase + UART_DR);
148 port->x_char = 0;
H A Dpnx8xxx_uart.c248 if (sport->port.x_char) {
249 serial_out(sport, PNX8XXX_FIFO, sport->port.x_char);
251 sport->port.x_char = 0;
H A Dserial_ks8695.c216 if (port->x_char) {
218 UART_PUT_CHAR(port, port->x_char);
220 port->x_char = 0;
H A Dserial_lh7a40x.c187 if (port->x_char) {
188 UR (port, UART_R_DATA) = port->x_char;
190 port->x_char = 0;
H A Duartlite.c134 if (port->x_char) {
135 iowrite32be(port->x_char, port->membase + ULITE_TX);
136 port->x_char = 0;
H A Dbfin_5xx.c349 if (uart->port.x_char) {
350 UART_PUT_CHAR(uart, uart->port.x_char);
352 uart->port.x_char = 0;
410 if (uart->port.x_char) {
411 UART_PUT_CHAR(uart, uart->port.x_char);
413 uart->port.x_char = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A DserialP.h63 int x_char; /* xon/xoff character */ member in struct:async_struct
H A Dserial167.h42 int x_char; /* to be pushed out ASAP */ member in struct:cyclades_port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c84 unsigned char x_char; member in struct:sdio_uart_port
457 if (port->x_char) {
458 sdio_out(port, UART_TX, port->x_char);
460 port->x_char = 0;
840 port->x_char = ch;
861 port->x_char = STOP_CHAR(tty);
883 if (port->x_char) {
884 port->x_char = 0;
886 port->x_char = START_CHAR(tty);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/
H A Dsimserial.c229 if (info->x_char) {
230 char c = info->x_char;
235 info->x_char = 0;
354 info->x_char = ch;
384 if (info->x_char)
385 info->x_char = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h340 int x_char; /* XON/XOF char */ member in struct:z8530_channel

Completed in 301 milliseconds

123