Searched refs:LCR_DLAB (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | udbg_16550.c | 44 #define LCR_DLAB 0x80 macro 117 udbg_uart_out(UART_LCR, LCR_DLAB); in udbg_uart_setup() 136 udbg_uart_out(UART_LCR, old_lcr | LCR_DLAB); in udbg_probe_uart_speed()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | smc37c93x.h | 126 #define LCR_DLAB 0x8000 /* Divisor Latch Access Bit */ macro
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
D | regs-uart.h | 101 #define LCR_DLAB (1 << 7) /* Divisor Latch Access Bit */ macro
|
/linux-4.4.14/arch/mips/include/asm/netlogic/xlp-hal/ |
D | uart.h | 69 #define LCR_DLAB 0x80 macro
|
/linux-4.4.14/drivers/net/hamradio/ |
D | yam.c | 222 #define LCR_DLAB 0x80 macro 309 outb(LCR_DLAB | LCR_BIT5, LCR(iobase)); in fpga_reset() 481 outb(LCR_DLAB | LCR_BIT8, LCR(dev->base_addr)); in yam_set_uart()
|
/linux-4.4.14/drivers/net/irda/ |
D | pxaficp_ir.c | 288 stuart_writel(si, stuart_readl(si, STLCR) | LCR_DLAB, STLCR); in pxa_irda_set_speed() 291 stuart_writel(si, stuart_readl(si, STLCR) & ~LCR_DLAB, STLCR); in pxa_irda_set_speed()
|