Searched refs:UART_LCR_DLAB (Results 1 - 24 of 24) sorted by relevance

/linux-master/drivers/tty/serial/8250/
H A D8250_early.c140 serial8250_early_out(port, UART_LCR, c | UART_LCR_DLAB);
143 serial8250_early_out(port, UART_LCR, c & ~UART_LCR_DLAB);
H A D8250_ingenic.c110 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
118 early_out(port, UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
H A D8250_pericom.c76 serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
H A D8250_uniphier.c111 value &= ~UART_LCR_DLAB;
H A D8250_mtk.c379 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
H A D8250_exar.c474 writeb(old_lcr | UART_LCR_DLAB, p + UART_LCR);
H A D8250_port.c2635 serial_port_out(port, UART_LCR, up->lcr | UART_LCR_DLAB);
3434 serial_port_out(port, UART_LCR, lcr | UART_LCR_DLAB);
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c75 out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
/linux-master/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-master/drivers/media/rc/
H A Dserial_ir.c422 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
450 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);
610 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
626 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
689 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
/linux-master/drivers/accessibility/speakup/
H A Dserialio.c89 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */
/linux-master/drivers/usb/serial/
H A Dark3116.c161 ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB);
265 lcr|UART_LCR_DLAB);
H A Dmos7720.c1224 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;
1229 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;
1338 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;
1347 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;
H A Df81232.c536 lcr | UART_LCR_DLAB); /* Enable DLAB */
560 lcr & ~UART_LCR_DLAB);
H A Df81534.c622 value = UART_LCR_DLAB;
/linux-master/drivers/tty/serial/
H A Dsunsu.c877 serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */
1109 serial_outp(up, UART_LCR, UART_LCR_DLAB);
1120 serial_outp(up, UART_LCR, save_lcr | UART_LCR_DLAB);
1129 * while UART_LCR_DLAB was latched.
H A Dserial-tegra.c416 lcr |= UART_LCR_DLAB;
422 lcr &= ~UART_LCR_DLAB;
H A Dpxa.c492 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
/linux-master/sound/drivers/
H A Dserial-u16550.c381 outb(UART_LCR_DLAB /* Divisor latch access bit */
487 outb(UART_LCR_DLAB /* Divisor latch access bit */
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c323 sdio_out(port, UART_LCR, cval | UART_LCR_DLAB);
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c1014 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr);
H A Djsm_cls.c739 writeb(UART_LCR_DLAB, &ch->ch_cls_uart->lcr);
/linux-master/samples/vfio-mdev/
H A Dmtty.c489 if (data & UART_LCR_DLAB) {
/linux-master/drivers/tty/
H A Dmxser.c526 outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */

Completed in 279 milliseconds