Home
last modified time | relevance | path

Searched refs:STLCR (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dregs-uart.h47 #define STLCR __REG(0x4070000C) /* Line Control Register (read/write) */ macro
/linux-4.4.14/drivers/net/irda/
Dpxaficp_ir.c288 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()
691 stuart_writel(si, LCR_WLS0 | LCR_WLS1, STLCR); in pxa_irda_startup()