Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Damba-pl010.c304 lcr_h = readb(uap->port.membase + UART010_LCRH); in pl010_break_ctl()
309 writel(lcr_h, uap->port.membase + UART010_LCRH); in pl010_break_ctl()
370 writel(readb(uap->port.membase + UART010_LCRH) & in pl010_shutdown()
372 uap->port.membase + UART010_LCRH); in pl010_shutdown()
473 writel(lcr_h, uap->port.membase + UART010_LCRH); in pl010_set_termios()
616 lcr_h = readb(uap->port.membase + UART010_LCRH); in pl010_console_get_options()
/Linux-v5.4/include/linux/amba/
Dserial.h23 #define UART010_LCRH 0x08 /* Line control register, high byte. */ macro