Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Damba-pl010.c273 lcr_h = readb(port->membase + UART010_LCRH); in pl010_break_ctl()
278 writel(lcr_h, port->membase + UART010_LCRH); in pl010_break_ctl()
339 writel(readb(port->membase + UART010_LCRH) & in pl010_shutdown()
341 port->membase + UART010_LCRH); in pl010_shutdown()
437 writel(lcr_h, port->membase + UART010_LCRH); in pl010_set_termios()
579 lcr_h = readb(uap->port.membase + UART010_LCRH); in pl010_console_get_options()
/linux-6.3-rc2/include/linux/amba/
A Dserial.h23 #define UART010_LCRH 0x08 /* Line control register, high byte. */ macro

Completed in 5 milliseconds