Searched refs:UART_LCR_DLAB (Results 1 – 7 of 7) sorted by relevance
25 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro58 out_8(reg_base + (UART_LCR << reg_shift), UART_LCR_DLAB); in virtex_ns16550_console_init()
43 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
218 __UART0(LCR) |= UART_LCR_DLAB; in console_set_baud()238 __UART0(LCR) |= UART_LCR_DLAB; in console_get_baud()
98 __UART(LCR) |= UART_LCR_DLAB; in gdbstub_set_baud()
152 uart[UART_LCR << DEBUG_UART_SHIFT] |= UART_LCR_DLAB; in arch_decomp_setup()
90 GDBPORT_SERIAL_LCR |= UART_LCR_DLAB; in gdbstub_io_set_baud()
74 out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in avr_uart_configure()