Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Damba-pl011.c77 unsigned int lcrh_tx; member
95 .lcrh_tx = UART011_LCRH,
120 .lcrh_tx = ST_UART011_LCRH_TX,
171 unsigned int lcrh_tx; /* vendor-specific */ member
1463 lcr_h = readw(uap->port.membase + uap->lcrh_tx); in pl011_break_ctl()
1468 writew(lcr_h, uap->port.membase + uap->lcrh_tx); in pl011_break_ctl()
1572 if (uap->lcrh_rx != uap->lcrh_tx) { in pl011_write_lcr_h()
1580 writew(lcr_h, uap->port.membase + uap->lcrh_tx); in pl011_write_lcr_h()
1707 if (uap->lcrh_rx != uap->lcrh_tx) in pl011_disable_uart()
1708 pl011_shutdown_channel(uap, uap->lcrh_tx); in pl011_disable_uart()
[all …]