Home
last modified time | relevance | path

Searched refs:DLAB (Results 1 – 3 of 3) sorted by relevance

/arch/x86/boot/
Dearly_serial_console.c7 #define DLAB 0x80 macro
35 outb(c | DLAB, port + LCR); in early_serial_init()
38 outb(c & ~DLAB, port + LCR); in early_serial_init()
105 outb(lcr | DLAB, port + LCR); in probe_baud()
/arch/x86/kernel/
Dearly_printk.c83 #define DLAB 0x80 macro
161 outb(c | DLAB, early_serial_base + LCR); in early_serial_init()
164 outb(c & ~DLAB, early_serial_base + LCR); in early_serial_init()
/arch/blackfin/include/asm/
Dbfin_serial.h122 #define DLAB 0x80 /* Divisor Latch Access */ macro
380 #define UART_CLEAR_DLAB(p) do { UART_PUT_LCR(p, UART_GET_LCR(p) & ~DLAB); SSYNC(); } while (0)
381 #define UART_SET_DLAB(p) do { UART_PUT_LCR(p, UART_GET_LCR(p) | DLAB); SSYNC(); } while (0)