Home
last modified time | relevance | path

Searched refs:UART_LCR_DLAB (Results 1 – 21 of 21) sorted by relevance

/linux/include/uapi/linux/
H A Dserial_reg.h110 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
125 #define UART_LCR_CONF_MODE_A UART_LCR_DLAB /* Configutation mode A */
/linux/drivers/media/rc/
H A Dserial_ir.c423 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in hardware_init_port()
451 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in hardware_init_port()
611 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in serial_ir_open()
627 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in serial_ir_close()
690 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in serial_ir_suspend()
/linux/drivers/tty/serial/8250/
H A D8250_early.c146 serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB); in init_port()
149 serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB); in init_port()
H A D8250_ingenic.c110 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
118 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
H A D8250_uniphier.c111 value &= ~UART_LCR_DLAB; in uniphier_serial_out()
H A D8250_pericom.c76 serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB); in pericom_do_set_divisor()
H A D8250_mtk.c383 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in mtk8250_set_termios()
H A D8250_exar.c1220 writeb(old_lcr | UART_LCR_DLAB, p + UART_LCR); in sealevel_rs485_config()
H A D8250_port.c2560 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in serial8250_do_set_divisor()
3434 serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB); in probe_baud()
/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c75 out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in avr_uart_configure()
/linux/drivers/usb/serial/
H A Dark3116.c161 ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB); in ark3116_port_probe()
265 lcr|UART_LCR_DLAB); in ark3116_set_termios()
H A Dmos7720.c1224 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in set_higher_rates()
1229 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in set_higher_rates()
1338 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in send_cmd_write_baud_rate()
1347 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in send_cmd_write_baud_rate()
H A Df81232.c536 lcr | UART_LCR_DLAB); /* Enable DLAB */ in f81232_set_baudrate()
560 lcr & ~UART_LCR_DLAB); in f81232_set_baudrate()
/linux/drivers/accessibility/speakup/
H A Dserialio.c89 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */ in spk_serial_init()
/linux/sound/drivers/
H A Dserial-u16550.c382 outb(UART_LCR_DLAB /* Divisor latch access bit */ in snd_uart16550_do_open()
488 outb(UART_LCR_DLAB /* Divisor latch access bit */ in snd_uart16550_do_close()
/linux/drivers/tty/serial/
H A Dsunsu.c854 serial_out(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in sunsu_change_speed()
1086 serial_out(up, UART_LCR, UART_LCR_DLAB); in sunsu_autoconfig()
1097 serial_out(up, UART_LCR, save_lcr | UART_LCR_DLAB); in sunsu_autoconfig()
1106 * while UART_LCR_DLAB was latched. in sunsu_autoconfig()
H A Dserial-tegra.c416 lcr |= UART_LCR_DLAB; in tegra_set_baudrate()
422 lcr &= ~UART_LCR_DLAB; in tegra_set_baudrate()
H A Dpxa.c492 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios()
/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c1002 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr); in neo_param()
/linux/samples/vfio-mdev/
H A Dmtty.c489 if (data & UART_LCR_DLAB) { in handle_bar_write()
/linux/drivers/tty/
H A Dmxser.c523 outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */ in mxser_set_baud()