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

12

/linux-master/drivers/mmc/core/
H A Dsdio_uart.c79 unsigned char x_char; member in struct:sdio_uart_port
415 if (port->x_char) {
416 sdio_out(port, UART_TX, port->x_char);
418 port->x_char = 0;
798 port->x_char = ch;
819 port->x_char = STOP_CHAR(tty);
841 if (port->x_char) {
842 port->x_char = 0;
844 port->x_char = START_CHAR(tty);
/linux-master/drivers/tty/serial/
H A Darc_uart.c162 if (unlikely(port->x_char)) {
163 UART_SET_DATA(port, port->x_char);
165 port->x_char = 0;
H A Dip22zilog.c388 if (up->port.x_char) {
390 writeb(up->port.x_char, &channel->data);
395 up->port.x_char = 0;
595 if (port->x_char) {
596 writeb(port->x_char, &channel->data);
601 port->x_char = 0;
H A Ddz.c263 if (dport->port.x_char) { /* XON/XOFF chars */
264 dz_out(dport, DZ_TDR, dport->port.x_char);
266 dport->port.x_char = 0;
H A Dclps711x.c151 if (port->x_char) {
152 writew(port->x_char, port->membase + UARTDR_OFFSET);
154 port->x_char = 0;
H A Ddigicolor-usart.c190 if (port->x_char) {
191 writeb_relaxed(port->x_char, port->membase + UA_EMI_REC);
193 port->x_char = 0;
H A Dmilbeaut_usio.c84 if (port->x_char) {
85 writew(port->x_char, port->membase + MLB_USIO_REG_DR);
87 port->x_char = 0;
H A Dsunplus-uart.c205 if (port->x_char) {
206 sp_uart_put_char(port, port->x_char);
208 port->x_char = 0;
H A Drda-uart.c340 if (port->x_char) {
345 rda_uart_write(port, port->x_char, RDA_UART_RXTX_BUFFER);
347 port->x_char = 0;
761 rda_port->port.x_char = 0;
H A Dmeson_uart.c154 if (port->x_char) {
155 writel(port->x_char, port->membase + AML_UART_WFIFO);
157 port->x_char = 0;
771 port->x_char = 0;
H A Dar933x_uart.c402 (up->port.x_char || !uart_circ_empty(xmit))) {
416 if (up->port.x_char) {
417 ar933x_uart_putc(up, up->port.x_char);
419 up->port.x_char = 0;
H A Dsunzilog.c486 if (up->port.x_char) {
488 writeb(up->port.x_char, &channel->data);
493 up->port.x_char = 0;
695 if (port->x_char) {
696 writeb(port->x_char, &channel->data);
701 port->x_char = 0;
H A Dpch_uart.c825 if (port->x_char) {
826 iowrite8(port->x_char, priv->membase + PCH_UART_THR);
828 port->x_char = 0;
882 if (port->x_char) {
883 iowrite8(port->x_char, priv->membase + PCH_UART_THR);
885 port->x_char = 0;
H A Dpmac_zilog.c376 if (uap->port.x_char) {
378 write_zsdata(uap, uap->port.x_char);
381 uap->port.x_char = 0;
603 if (port->x_char) {
604 write_zsdata(uap, port->x_char);
607 port->x_char = 0;
H A Dmax3100.c289 if (s->port.x_char) {
290 tx = s->port.x_char;
292 s->port.x_char = 0;
H A Dsb1250-duart.c390 if (sport->port.x_char) {
391 write_sbdchn(sport, R_DUART_TX_HOLD, sport->port.x_char);
393 sport->port.x_char = 0;
H A Duartlite.c197 if (port->x_char) {
198 uart_out32(port->x_char, ULITE_TX, port);
199 port->x_char = 0;
H A Dsccnxp.c445 if (unlikely(port->x_char)) {
446 sccnxp_port_write(port, SCCNXP_THR_REG, port->x_char);
448 port->x_char = 0;
H A Dpic32_uart.c348 if (port->x_char) {
349 pic32_uart_writel(sport, PIC32_UART_TX, port->x_char);
351 port->x_char = 0;
H A Damba-pl011.c744 if (!uap->port.x_char) {
779 pl011_write(uap->port.x_char, uap, REG_DR);
781 uap->port.x_char = 0;
1460 if (uap->port.x_char) {
1461 if (!pl011_tx_char(uap, uap->port.x_char, from_irq))
1463 uap->port.x_char = 0;
/linux-master/include/linux/
H A Dserial_core.h468 unsigned char x_char; /* xon/xoff char */ member in struct:uart_port
771 if (__port->x_char) { \
772 (ch) = __port->x_char; \
774 __port->x_char = 0; \
/linux-master/drivers/tty/serial/8250/
H A D8250_dma.c95 if (up->x_char) {
101 } else if (up->x_char) {
H A D8250_pci1xxxx.c446 if (port->x_char) {
447 writeb(port->x_char, port->membase + UART_TX);
449 port->x_char = 0;
/linux-master/drivers/tty/
H A Damiserial.c84 u8 x_char; /* xon/xoff character */ member in struct:serial_state
267 if (info->x_char) {
268 amiga_custom.serdat = info->x_char | 0x100;
271 info->x_char = 0;
819 info->x_char = ch;
874 if (info->x_char)
875 info->x_char = 0;
H A Dmxser.c267 u8 x_char; /* xon/xoff character */ member in struct:mxser_port
1285 info->x_char = STOP_CHAR(tty);
1304 if (info->x_char)
1305 info->x_char = 0;
1311 info->x_char = START_CHAR(tty);
1573 if (port->x_char) {
1574 outb(port->x_char, port->ioaddr + UART_TX);
1575 port->x_char = 0;

Completed in 343 milliseconds

12