| tag | line | file | source code |
| UART_LCR | 273 | drivers/char/console.c | comstat = serial_echo_inb(UART_LCR); |
| UART_LCR | 274 | drivers/char/console.c | serial_echo_outb(comstat | UART_LCR_DLAB, UART_LCR); |
| UART_LCR | 277 | drivers/char/console.c | serial_echo_outb(comstat, UART_LCR); |
| UART_LCR | 282 | drivers/char/console.c | serial_echo_outb(0x03, UART_LCR); /* No parity, 8 data bits, 1 stop */ |
| UART_LCR | 283 | drivers/char/console.c | serial_echo_outb(0x83, UART_LCR); /* Access divisor latch */ |
| UART_LCR | 286 | drivers/char/console.c | serial_echo_outb(0x03, UART_LCR); /* Done with divisor */ |
| UART_LCR | 1007 | drivers/char/serial.c | serial_outp(info, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */ |
| UART_LCR | 1294 | drivers/char/serial.c | serial_outp(info, UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ |
| UART_LCR | 1297 | drivers/char/serial.c | serial_outp(info, UART_LCR, cval); /* reset DLAB */ |
| UART_LCR | 1730 | drivers/char/serial.c | serial_out(info, UART_LCR, serial_inp(info, UART_LCR) | UART_LCR_SBC); |
| UART_LCR | 1732 | drivers/char/serial.c | serial_out(info, UART_LCR, serial_inp(info, UART_LCR) & ~UART_LCR_SBC); |
| UART_LCR | 2625 | drivers/char/serial.c | scratch2 = serial_in(info, UART_LCR); |
| UART_LCR | 2626 | drivers/char/serial.c | serial_outp(info, UART_LCR, scratch2 | UART_LCR_DLAB); |
| UART_LCR | 2628 | drivers/char/serial.c | serial_outp(info, UART_LCR, scratch2); |
| UART_LCR | 2643 | drivers/char/serial.c | serial_outp(info, UART_LCR, scratch2 | UART_LCR_DLAB); |
| UART_LCR | 2651 | drivers/char/serial.c | serial_outp(info, UART_LCR, scratch2); |