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
111
serial_port_out(p, UART_FCR, up->fcr);
drivers/tty/serial/8250/8250_dw.c
112
serial_port_out(p, UART_MCR, up->mcr);
drivers/tty/serial/8250/8250_dw.c
113
serial_port_out(p, UART_IER, up->ier);
drivers/tty/serial/8250/8250_dw.c
145
serial_port_out(p, UART_IER, 0);
drivers/tty/serial/8250/8250_dw.c
162
serial_port_out(p, UART_MCR, up->mcr | UART_MCR_LOOP);
drivers/tty/serial/8250/8250_dw.c
198
serial_port_out(p, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_dw.c
203
serial_port_out(p, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_dw.c
237
serial_port_out(p, UART_LCR, value);
drivers/tty/serial/8250/8250_dw.c
390
serial_port_out(p, UART_IER, up->ier | UART_IER_THRI);
drivers/tty/serial/8250/8250_dw.c
392
serial_port_out(p, UART_IER, up->ier);
drivers/tty/serial/8250/8250_dw.c
504
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
101
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_loongson.c
103
serial_port_out(port, LOONGSON_UART_DLF, quot_frac);
drivers/tty/serial/8250/8250_mtk.c
365
serial_port_out(port, MTK_UART_HIGHS, 0x0);
drivers/tty/serial/8250/8250_mtk.c
368
serial_port_out(port, MTK_UART_HIGHS, 0x3);
drivers/tty/serial/8250/8250_mtk.c
384
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_mtk.c
388
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_mtk.c
394
serial_port_out(port, MTK_UART_SAMPLE_COUNT, tmp);
drivers/tty/serial/8250/8250_mtk.c
395
serial_port_out(port, MTK_UART_SAMPLE_POINT,
drivers/tty/serial/8250/8250_mtk.c
401
serial_port_out(port, MTK_UART_FRACDIV_L,
drivers/tty/serial/8250/8250_mtk.c
403
serial_port_out(port, MTK_UART_FRACDIV_M,
drivers/tty/serial/8250/8250_mtk.c
406
serial_port_out(port, MTK_UART_SAMPLE_COUNT, 0x00);
drivers/tty/serial/8250/8250_mtk.c
407
serial_port_out(port, MTK_UART_SAMPLE_POINT, 0xff);
drivers/tty/serial/8250/8250_mtk.c
408
serial_port_out(port, MTK_UART_FRACDIV_L, 0x00);
drivers/tty/serial/8250/8250_mtk.c
409
serial_port_out(port, MTK_UART_FRACDIV_M, 0x00);
drivers/tty/serial/8250/8250_ni.c
126
serial_port_out(port, NI16550_PCR_OFFSET, pcr);
drivers/tty/serial/8250/8250_ni.c
99
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
1279
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_port.c
1312
serial_port_out(&p->port, UART_IER, p->ier);
drivers/tty/serial/8250/8250_port.c
1566
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_port.c
1585
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_port.c
1964
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
2071
serial_port_out(port, UART_TX, c);
drivers/tty/serial/8250/8250_port.c
2078
serial_port_out(port, UART_IER, ier);
drivers/tty/serial/8250/8250_port.c
2096
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2097
serial_port_out(port, UART_EFR, UART_EFR_ECB);
drivers/tty/serial/8250/8250_port.c
2098
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2099
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2101
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2102
serial_port_out(port, UART_EFR, UART_EFR_ECB);
drivers/tty/serial/8250/8250_port.c
2103
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2113
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2114
serial_port_out(port, UART_DA830_PWREMU_MGMT, 0);
drivers/tty/serial/8250/8250_port.c
2119
serial_port_out(port, UART_DA830_PWREMU_MGMT,
drivers/tty/serial/8250/8250_port.c
2143
serial_port_out(port, UART_FCTR, fctr | UART_FCTR_RX);
drivers/tty/serial/8250/8250_port.c
2144
serial_port_out(port, UART_TRG, UART_TRG_96);
drivers/tty/serial/8250/8250_port.c
2145
serial_port_out(port, UART_FCTR, fctr | UART_FCTR_TX);
drivers/tty/serial/8250/8250_port.c
2146
serial_port_out(port, UART_TRG, UART_TRG_96);
drivers/tty/serial/8250/8250_port.c
2148
serial_port_out(port, UART_LCR, 0);
drivers/tty/serial/8250/8250_port.c
2163
serial_port_out(port, UART_ALTR_AFR, UART_ALTR_EN_TXFIFO_LW);
drivers/tty/serial/8250/8250_port.c
2164
serial_port_out(port, UART_ALTR_TX_LOW, port->fifosize - up->tx_loadsz);
drivers/tty/serial/8250/8250_port.c
2196
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2200
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2236
serial_port_out(port, UART_IER, UART_IER_THRI);
drivers/tty/serial/8250/8250_port.c
2239
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2265
serial_port_out(port, UART_LCR, UART_LCR_WLEN8);
drivers/tty/serial/8250/8250_port.c
2392
serial_port_out(port, UART_IER, 0);
drivers/tty/serial/8250/8250_port.c
2413
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/8250/8250_port.c
2542
serial_port_out(port, UART_OMAP_OSC_12M_SEL, 1);
drivers/tty/serial/8250/8250_port.c
2544
serial_port_out(port, UART_OMAP_OSC_12M_SEL, 0);
drivers/tty/serial/8250/8250_port.c
2552
serial_port_out(port, UART_LCR, 0xe0);
drivers/tty/serial/8250/8250_port.c
2554
serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
2726
serial_port_out(port, UART_IER, up->ier);
drivers/tty/serial/8250/8250_port.c
2749
serial_port_out(port, UART_LCR, UART_LCR_CONF_MODE_B);
drivers/tty/serial/8250/8250_port.c
2750
serial_port_out(port, efr_reg, efr);
drivers/tty/serial/8250/8250_port.c
2759
serial_port_out(port, UART_FCR, up->fcr);
drivers/tty/serial/8250/8250_port.c
2765
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
2772
serial_port_out(port, UART_FCR, UART_FCR_ENABLE_FIFO);
drivers/tty/serial/8250/8250_port.c
2774
serial_port_out(port, UART_FCR, up->fcr);
drivers/tty/serial/8250/8250_port.c
3245
serial_port_out(port, UART_TX, ch);
drivers/tty/serial/8250/8250_port.c
3278
serial_port_out(port, UART_LCR, up->lcr);
drivers/tty/serial/8250/8250_port.c
3401
serial_port_out(port, UART_IER, ier);
drivers/tty/serial/8250/8250_port.c
3423
serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
drivers/tty/serial/8250/8250_port.c
3426
serial_port_out(port, UART_LCR, lcr);
drivers/tty/serial/serial_core.c
696
serial_port_out(uport, offset, uport->x_char);