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

/drivers/tty/serial/
H A Dm32r_sio_reg.h111 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
H A Dsunsu.c875 serial_outp(up, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */
1105 serial_outp(up, UART_LCR, UART_LCR_DLAB);
1116 serial_outp(up, UART_LCR, save_lcr | UART_LCR_DLAB);
1125 * while UART_LCR_DLAB was latched.
H A Dpxa.c560 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
H A Dvr41xx_siu.c585 siu_write(port, UART_LCR, lcr | UART_LCR_DLAB);
H A Dmfd.c1010 serial_out(up, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */
H A Dioc3_serial.c342 writeb(lcr | UART_LCR_DLAB, &uart->iu_lcr);
H A Dioc4_serial.c730 writeb(lcr | UART_LCR_DLAB, &uart->i4u_lcr);
/drivers/tty/serial/8250/
H A D8250_early.c123 serial_out(port, UART_LCR, lcr | UART_LCR_DLAB);
145 serial_out(port, UART_LCR, c | UART_LCR_DLAB);
148 serial_out(port, UART_LCR, c & ~UART_LCR_DLAB);
H A D8250.c2392 serial_port_out(port, UART_LCR, cval | UART_LCR_DLAB);
/drivers/staging/media/lirc/
H A Dlirc_sir.c842 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
849 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);
856 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
889 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);
904 outb(UART_LCR_DLAB | UART_LCR_WLEN7, io + UART_LCR);
1086 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN8);
1125 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);
1128 soutp(UART_LCR, UART_LCR_DLAB | UART_LCR_WLEN7);
1135 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
1156 soutp(UART_LCR, UART_LCR_DLAB|UART_LCR_WLEN
[all...]
H A Dlirc_serial.c781 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
823 soutp(UART_LCR, sinp(UART_LCR) | UART_LCR_DLAB);
946 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
961 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
1103 soutp(UART_LCR, sinp(UART_LCR) & (~UART_LCR_DLAB));
/drivers/staging/speakup/
H A Dserialio.c51 outb(cval | UART_LCR_DLAB, ser->port + UART_LCR); /* set DLAB */
/drivers/usb/serial/
H A Dark3116.c180 ark3116_write_reg(serial, UART_LCR, UART_LCR_DLAB);
315 lcr|UART_LCR_DLAB);
H A Dmos7720.c1444 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;
1448 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;
1558 mos7720_port->shadowLCR = mos7720_port->shadowLCR | UART_LCR_DLAB;
1566 mos7720_port->shadowLCR = mos7720_port->shadowLCR & ~UART_LCR_DLAB;
/drivers/bluetooth/
H A Dbtuart_cs.c380 outb(UART_LCR_DLAB | lcr, iobase + UART_LCR); /* Set DLAB */
/drivers/tty/
H A Dmxser.c610 outb(cval | UART_LCR_DLAB, info->ioaddr + UART_LCR); /* set DLAB */
2476 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB);
2477 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR);
/drivers/isdn/hisax/
H A Delsa_ser.c135 serial_outp(cs, UART_LCR, cval | UART_LCR_DLAB);/* set DLAB */
/drivers/mmc/card/
H A Dsdio_uart.c360 sdio_out(port, UART_LCR, cval | UART_LCR_DLAB);
/drivers/tty/serial/jsm/
H A Djsm_neo.c1044 writeb(UART_LCR_DLAB, &ch->ch_neo_uart->lcr);
/drivers/net/ethernet/sgi/
H A Dioc3-eth.c1163 uart->iu_lcr = lcr | UART_LCR_DLAB;
/drivers/net/irda/
H A Dali-ircc.c1106 outb(UART_LCR_DLAB | lcr, iobase+UART_LCR); /* Set DLAB */
H A Dsmsc-ircc2.c1172 outb(UART_LCR_DLAB | lcr, iobase + UART_LCR); /* Set DLAB */
/drivers/net/wireless/bcmdhd/include/
H A Dsbchipc.h990 #define UART_LCR_DLAB 0x80 macro

Completed in 763 milliseconds