Searched refs:UART010_LCRH (Results 1 – 2 of 2) sorted by relevance
274 lcr_h = readb(port->membase + UART010_LCRH); in pl010_break_ctl()279 writel(lcr_h, port->membase + UART010_LCRH); in pl010_break_ctl()340 writel(readb(port->membase + UART010_LCRH) & in pl010_shutdown()342 port->membase + UART010_LCRH); in pl010_shutdown()438 writel(lcr_h, port->membase + UART010_LCRH); in pl010_set_termios()580 lcr_h = readb(uap->port.membase + UART010_LCRH); in pl010_console_get_options()
23 #define UART010_LCRH 0x08 /* Line control register, high byte. */ macro