Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/amba/
Dserial.h25 #define UART010_LCRM 0x0C /* Line control register, middle byte. */ macro
/linux-5.19.10/drivers/tty/serial/
Damba-pl010.c451 writel((quot & 0xf00) >> 8, port->membase + UART010_LCRM); in pl010_set_termios()
617 readb(uap->port.membase + UART010_LCRM) << 8; in pl010_console_get_options()