Home
last modified time | relevance | path

Searched refs:LCR (Results 1 – 6 of 6) sorted by relevance

/arch/frv/kernel/
Ddebug-stub.c217 lcr = __UART0(LCR); in console_set_baud()
218 __UART0(LCR) |= UART_LCR_DLAB; in console_set_baud()
223 __UART0(LCR) = lcr; in console_set_baud()
237 lcr = __UART0(LCR); in console_get_baud()
238 __UART0(LCR) |= UART_LCR_DLAB; in console_get_baud()
242 __UART0(LCR) = lcr; in console_get_baud()
Dgdb-io.c58 __UART(LCR) = UART_LCR_WLEN8; /* 1N8 */ in gdbstub_io_init()
98 lcr = __UART(LCR); in gdbstub_set_baud()
99 __UART(LCR) |= UART_LCR_DLAB; in gdbstub_set_baud()
104 __UART(LCR) = lcr; in gdbstub_set_baud()
/arch/arm/mach-orion5x/
Dtsx09-common.c35 writel(0x83, UART1_REG(LCR)); in qnap_tsx09_power_off()
38 writel(0x03, UART1_REG(LCR)); in qnap_tsx09_power_off()
Dterastation_pro2-setup.c281 writel(0x83, UART1_REG(LCR)); in tsp2_power_off()
284 writel(0x1b, UART1_REG(LCR)); in tsp2_power_off()
Dkurobox_pro-setup.c301 writel(0x83, UART1_REG(LCR)); in kurobox_pro_power_off()
304 writel(0x1b, UART1_REG(LCR)); in kurobox_pro_power_off()
/arch/x86/kernel/
Dearly_printk.c79 #define LCR 3 /* Line control */ macro
137 outb(0x3, early_serial_base + LCR); /* 8n1 */ in early_serial_init()
149 c = inb(early_serial_base + LCR); in early_serial_init()
150 outb(c | DLAB, early_serial_base + LCR); in early_serial_init()
153 outb(c & ~DLAB, early_serial_base + LCR); in early_serial_init()