Searched defs:lcr (Results 1 - 10 of 10) sorted by relevance

/arch/mn10300/kernel/
H A Dgdb-io-serial.c85 u8 lcr; local
89 lcr = GDBPORT_SERIAL_LCR;
93 GDBPORT_SERIAL_LCR = lcr;
/arch/frv/kernel/
H A Dgdb-io.c84 u8 lcr; local
97 lcr = __UART(LCR);
103 __UART(LCR) = lcr;
H A Ddebug-stub.c204 u8 lcr; local
217 lcr = __UART0(LCR);
223 __UART0(LCR) = lcr;
235 u8 lcr; local
237 lcr = __UART0(LCR);
242 __UART0(LCR) = lcr;
/arch/x86/boot/
H A Dearly_serial_console.c101 unsigned char lcr, dll, dlh; local
104 lcr = inb(port + LCR);
105 outb(lcr | DLAB, port + LCR);
108 outb(lcr, port + LCR);
/arch/mips/include/asm/netlogic/xlp-hal/
H A Duart.h104 uint32_t lcr; local
106 lcr = nlm_read_uart_reg(base, UART_LINE_CTL);
109 nlm_write_uart_reg(base, UART_LINE_CTL, lcr | (1 << 7));
115 /* restore default lcr */
116 nlm_write_uart_reg(base, UART_LINE_CTL, lcr);
157 uint32_t lcr; local
159 lcr = 0;
161 lcr |= LCR_8BITS;
163 lcr |= LCR_7BITS;
165 lcr |
[all...]
/arch/powerpc/kernel/
H A Dudbg_16550.c26 unsigned char lcr; /* 3 */ member in struct:NS16550
37 #define dlab lcr
106 out_8(&udbg_comport->lcr, 0x00);
109 out_8(&udbg_comport->lcr, LCR_DLAB);
113 out_8(&udbg_comport->lcr, 0x03);
131 old_lcr = in_8(&port->lcr);
134 out_8(&port->lcr, LCR_DLAB);
148 out_8(&port->lcr, old_lcr);
/arch/arm/plat-omap/include/plat/
H A Domap-serial.h112 unsigned char lcr; member in struct:uart_omap_port
/arch/frv/include/asm/
H A Dregisters.h82 unsigned long lcr; /* Loop Count Register */ member in struct:pt_regs
173 unsigned long lcr; /* Loop Count Register */ member in struct:user_int_regs
/arch/x86/platform/mrst/
H A Dearly_printk_mrst.c255 u8 lcr; local
271 lcr = readb(phsu + UART_LCR);
272 writeb((0x80 | lcr), phsu + UART_LCR);
274 writeb(lcr, phsu + UART_LCR);
/arch/sh/include/asm/
H A Dsmc37c93x.h74 volatile __u16 lcr; member in struct:uart_reg

Completed in 191 milliseconds