Home
last modified time | relevance | path

Searched refs:UART_LCR_DLAB (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/boot/
Dvirtex.c25 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
58 out_8(reg_base + (UART_LCR << reg_shift), UART_LCR_DLAB); in virtex_ns16550_console_init()
/arch/frv/kernel/
Dgdb-io.h43 #define UART_LCR_DLAB 0x80 /* Divisor latch access bit */ macro
Ddebug-stub.c218 __UART0(LCR) |= UART_LCR_DLAB; in console_set_baud()
238 __UART0(LCR) |= UART_LCR_DLAB; in console_get_baud()
Dgdb-io.c98 __UART(LCR) |= UART_LCR_DLAB; in gdbstub_set_baud()
/arch/arm/mach-tegra/include/mach/
Duncompress.h152 uart[UART_LCR << DEBUG_UART_SHIFT] |= UART_LCR_DLAB; in arch_decomp_setup()
/arch/mn10300/kernel/
Dgdb-io-serial.c90 GDBPORT_SERIAL_LCR |= UART_LCR_DLAB; in gdbstub_io_set_baud()
/arch/powerpc/platforms/embedded6xx/
Dls_uart.c74 out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ in avr_uart_configure()