Searched refs:LCR (Results 1 – 6 of 6) sorted by relevance
217 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()
58 __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()
35 writel(0x83, UART1_REG(LCR)); in qnap_tsx09_power_off()38 writel(0x03, UART1_REG(LCR)); in qnap_tsx09_power_off()
281 writel(0x83, UART1_REG(LCR)); in tsp2_power_off()284 writel(0x1b, UART1_REG(LCR)); in tsp2_power_off()
301 writel(0x83, UART1_REG(LCR)); in kurobox_pro_power_off()304 writel(0x1b, UART1_REG(LCR)); in kurobox_pro_power_off()
79 #define LCR 3 /* Line control */ macro137 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()