Searched refs:UART010_LCRH (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Damba-pl010.c317 lcr_h = readb(uap->port.membase + UART010_LCRH); pl010_break_ctl()
322 writel(lcr_h, uap->port.membase + UART010_LCRH); pl010_break_ctl()
383 writel(readb(uap->port.membase + UART010_LCRH) & pl010_shutdown()
385 uap->port.membase + UART010_LCRH); pl010_shutdown()
486 writel(lcr_h, uap->port.membase + UART010_LCRH); pl010_set_termios()
629 lcr_h = readb(uap->port.membase + UART010_LCRH); pl010_console_get_options()
/linux-4.1.27/include/linux/amba/
H A Dserial.h36 #define UART010_LCRH 0x08 /* Line control register, high byte. */ macro

Completed in 199 milliseconds