Symbol: serial_port_out
drivers/tty/serial/8250/8250_bcm7271.c
610
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_bcm7271.c
820
serial_port_out(p, UART_IER, ier);
drivers/tty/serial/8250/8250_bcm7271.c
823
serial_port_out(p, UART_MCR, mcr);
drivers/tty/serial/8250/8250_bcm7271.c
869
serial_port_out(p, UART_IER, status);
drivers/tty/serial/8250/8250_bcm7271.c
872
serial_port_out(p, UART_MCR, status);
drivers/tty/serial/8250/8250_core.c
615
serial_port_out(port, UART_LCR, 0xE0);
drivers/tty/serial/8250/8250_core.c
619
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_dw.c
137
serial_port_out(p, UART_FCR, up->fcr);
drivers/tty/serial/8250/8250_dw.c
138
serial_port_out(p, UART_MCR, up->mcr);
drivers/tty/serial/8250/8250_dw.c
139
serial_port_out(p, UART_IER, up->ier);
drivers/tty/serial/8250/8250_dw.c
171
serial_port_out(p, UART_IER, 0);
drivers/tty/serial/8250/8250_dw.c
188
serial_port_out(p, UART_MCR, up->mcr | UART_MCR_LOOP);
drivers/tty/serial/8250/8250_dw.c
224
serial_port_out(p, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_dw.c
229
serial_port_out(p, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_dw.c
263
serial_port_out(p, UART_LCR, value);
drivers/tty/serial/8250/8250_dw.c
416
serial_port_out(p, UART_IER, up->ier | UART_IER_THRI);
drivers/tty/serial/8250/8250_dw.c
418
serial_port_out(p, UART_IER, up->ier);
drivers/tty/serial/8250/8250_dw.c
574
serial_port_out(p, UART_MCR, mcr);
drivers/tty/serial/8250/8250_exar.c
430
serial_port_out(port, UART_EXAR_SLEEP, state ? 0xff : 0);
drivers/tty/serial/8250/8250_exar.c
455
serial_port_out(p, 0x2, quot_frac);
drivers/tty/serial/8250/8250_exar.c
464
serial_port_out(port, UART_XR_EFR, UART_EFR_ECB);
drivers/tty/serial/8250/8250_exar.c
473
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_loongson.c
102
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_loongson.c
104
serial_port_out(port, LOONGSON_UART_DLF, quot_frac);
drivers/tty/serial/8250/8250_mtk.c
364
serial_port_out(port, MTK_UART_HIGHS, 0x0);
drivers/tty/serial/8250/8250_mtk.c
367
serial_port_out(port, MTK_UART_HIGHS, 0x3);
drivers/tty/serial/8250/8250_mtk.c
383
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_mtk.c
387
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_mtk.c
393
serial_port_out(port, MTK_UART_SAMPLE_COUNT, tmp);
drivers/tty/serial/8250/8250_mtk.c
394
serial_port_out(port, MTK_UART_SAMPLE_POINT,
drivers/tty/serial/8250/8250_mtk.c
400
serial_port_out(port, MTK_UART_FRACDIV_L,
drivers/tty/serial/8250/8250_mtk.c
402
serial_port_out(port, MTK_UART_FRACDIV_M,
drivers/tty/serial/8250/8250_mtk.c
405
serial_port_out(port, MTK_UART_SAMPLE_COUNT, 0x00);
drivers/tty/serial/8250/8250_mtk.c
406
serial_port_out(port, MTK_UART_SAMPLE_POINT, 0xff);
drivers/tty/serial/8250/8250_mtk.c
407
serial_port_out(port, MTK_UART_FRACDIV_L, 0x00);
drivers/tty/serial/8250/8250_mtk.c
408
serial_port_out(port, MTK_UART_FRACDIV_M, 0x00);
drivers/tty/serial/8250/8250_ni.c
100
serial_port_out(port, NI16550_PCR_OFFSET, pcr);
drivers/tty/serial/8250/8250_ni.c
127
serial_port_out(port, NI16550_PCR_OFFSET, pcr);
drivers/tty/serial/8250/8250_of.c
45
serial_port_out(port, UART_NPCM_TOR, UART_NPCM_TOIE | 0x20);
drivers/tty/serial/8250/8250_pericom.c
76
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_pericom.c
78
serial_port_out(port, 2, 16 - scr);
drivers/tty/serial/8250/8250_pericom.c
79
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
1277
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_port.c
1310
serial_port_out(&p->port, UART_IER, p->ier);
drivers/tty/serial/8250/8250_port.c
1564
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_port.c
1583
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_port.c
1952
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
2049
serial_port_out(port, UART_TX, c);
drivers/tty/serial/8250/8250_port.c
2056
serial_port_out(port, UART_IER, ier);
drivers/tty/serial/8250/8250_port.c
2074
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2075
serial_port_out(port, UART_EFR, UART_EFR_ECB);
drivers/tty/serial/8250/8250_port.c
2076
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2077
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2079
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2080
serial_port_out(port, UART_EFR, UART_EFR_ECB);
drivers/tty/serial/8250/8250_port.c
2081
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2091
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2092
serial_port_out(port, UART_DA830_PWREMU_MGMT, 0);
drivers/tty/serial/8250/8250_port.c
2097
serial_port_out(port, UART_DA830_PWREMU_MGMT,
drivers/tty/serial/8250/8250_port.c
2121
serial_port_out(port, UART_FCTR, fctr | UART_FCTR_RX);
drivers/tty/serial/8250/8250_port.c
2122
serial_port_out(port, UART_TRG, UART_TRG_96);
drivers/tty/serial/8250/8250_port.c
2123
serial_port_out(port, UART_FCTR, fctr | UART_FCTR_TX);
drivers/tty/serial/8250/8250_port.c
2124
serial_port_out(port, UART_TRG, UART_TRG_96);
drivers/tty/serial/8250/8250_port.c
2126
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2141
serial_port_out(port, UART_ALTR_AFR, UART_ALTR_EN_TXFIFO_LW);
drivers/tty/serial/8250/8250_port.c
2142
serial_port_out(port, UART_ALTR_TX_LOW, port->fifosize - up->tx_loadsz);
drivers/tty/serial/8250/8250_port.c
2174
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2178
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2214
serial_port_out(port, UART_IER, UART_IER_THRI);
drivers/tty/serial/8250/8250_port.c
2217
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2243
serial_port_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_port.c
2370
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2391
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
2520
serial_port_out(port, UART_OMAP_OSC_12M_SEL, 1);
drivers/tty/serial/8250/8250_port.c
2522
serial_port_out(port, UART_OMAP_OSC_12M_SEL, 0);
drivers/tty/serial/8250/8250_port.c
2530
serial_port_out(port, UART_LCR, 0xe0);
drivers/tty/serial/8250/8250_port.c
2532
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
2704
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_port.c
2727
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2728
serial_port_out(port, efr_reg, efr);
drivers/tty/serial/8250/8250_port.c
2737
serial_port_out(port, UART_FCR, up->fcr);
drivers/tty/serial/8250/8250_port.c
2743
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
2750
serial_port_out(port, UART_FCR, UART_FCR_ENABLE_FIFO);
drivers/tty/serial/8250/8250_port.c
2752
serial_port_out(port, UART_FCR, up->fcr);
drivers/tty/serial/8250/8250_port.c
3217
serial_port_out(port, UART_TX, ch);
drivers/tty/serial/8250/8250_port.c
3250
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
3373
serial_port_out(port, UART_IER, ier);
drivers/tty/serial/8250/8250_port.c
3395
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
3398
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/serial_core.c
700
serial_port_out(uport, offset, uport->x_char);