Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dserial_reg.h109 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
124 #define UART_LCR_CONF_MODE_A UART_LCR_DLAB /* Configutation mode A */
/linux-6.3-rc2/drivers/media/rc/
A Dserial_ir.c422 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in hardware_init_port()
450 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB); in hardware_init_port()
610 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in serial_ir_open()
626 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in serial_ir_close()
689 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB)); in serial_ir_suspend()
/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_early.c148 serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB); in init_port()
151 serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB); in init_port()
A D8250_ingenic.c111 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
119 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8); in ingenic_earlycon_setup_tail()
A D8250_pericom.c76 serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB); in pericom_do_set_divisor()
A D8250_uniphier.c111 value &= ~UART_LCR_DLAB; in uniphier_serial_out()
A D8250_mtk.c370 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in mtk8250_set_termios()
A D8250_port.c2656 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB); in serial8250_do_set_divisor()
3480 serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB); in probe_baud()
/linux-6.3-rc2/arch/powerpc/platforms/embedded6xx/
A Dls_uart.c74 out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in avr_uart_configure()
/linux-6.3-rc2/drivers/usb/serial/
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()
A Dmos7720.c1223 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in set_higher_rates()
1228 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in set_higher_rates()
1337 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB; in send_cmd_write_baud_rate()
1346 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB; in send_cmd_write_baud_rate()
A Df81232.c534 lcr | UART_LCR_DLAB); /* Enable DLAB */ in f81232_set_baudrate()
558 lcr & ~UART_LCR_DLAB); in f81232_set_baudrate()
A Df81534.c622 value = UART_LCR_DLAB; in f81534_set_port_config()
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dserialio.c89 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */ in spk_serial_init()
/linux-6.3-rc2/sound/drivers/
A Dserial-u16550.c381 outb(UART_LCR_DLAB /* Divisor latch access bit */ in snd_uart16550_do_open()
487 outb(UART_LCR_DLAB /* Divisor latch access bit */ in snd_uart16550_do_close()
/linux-6.3-rc2/drivers/tty/serial/
A Dsunsu.c877 serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */ in sunsu_change_speed()
1109 serial_outp(up, UART_LCR, UART_LCR_DLAB); in sunsu_autoconfig()
1120 serial_outp(up, UART_LCR, save_lcr | UART_LCR_DLAB); in sunsu_autoconfig()
A Dserial-tegra.c417 lcr |= UART_LCR_DLAB; in tegra_set_baudrate()
423 lcr &= ~UART_LCR_DLAB; in tegra_set_baudrate()
A Dpxa.c492 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in serial_pxa_set_termios()
/linux-6.3-rc2/drivers/tty/serial/jsm/
A Djsm_cls.c740 writeb(UART_LCR_DLAB, &ch->ch_cls_uart->lcr); in cls_param()
A Djsm_neo.c1014 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr); in neo_param()
/linux-6.3-rc2/drivers/mmc/core/
A Dsdio_uart.c325 sdio_out(port, UART_LCR, cval | UART_LCR_DLAB); in sdio_uart_change_speed()
/linux-6.3-rc2/samples/vfio-mdev/
A Dmtty.c432 if (data & UART_LCR_DLAB) { in handle_bar_write()
/linux-6.3-rc2/drivers/tty/
A Dmxser.c526 outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */ in mxser_set_baud()

Completed in 49 milliseconds