Searched refs:UART_LCR (Results 1 - 5 of 5) sorted by relevance

/external/grub/stage2/
H A Dserial.h34 #define UART_LCR 3 macro
H A Dserial.c146 outb (port + UART_LCR, UART_DLAB);
164 outb (port + UART_LCR, status);
/external/kernel-headers/original/linux/
H A Dserial_reg.h84 #define UART_LCR 3 /* Out: Line Control Register */ macro
/external/kernel-headers/original/asm-mips/mach-au1x00/
H A Dau1000.h1212 #define UART_LCR 0x14 /* Line Control Register */ macro
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1397 #define UART_LCR 0x03 macro
2169 outb(BX_DEBUG_PORT+UART_LCR, 0x03); /* setup for serial logging: 8N1 */

Completed in 114 milliseconds