Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Damba-pl011.c77 unsigned int lcrh_tx; member
93 .lcrh_tx = UART011_LCRH,
108 .lcrh_tx = ST_UART011_LCRH_TX,
157 unsigned int lcrh_tx; /* vendor-specific */ member
1499 lcr_h = readw(uap->port.membase + uap->lcrh_tx); in pl011_break_ctl()
1504 writew(lcr_h, uap->port.membase + uap->lcrh_tx); in pl011_break_ctl()
1608 if (uap->lcrh_rx != uap->lcrh_tx) { in pl011_write_lcr_h()
1616 writew(lcr_h, uap->port.membase + uap->lcrh_tx); in pl011_write_lcr_h()
1737 if (uap->lcrh_rx != uap->lcrh_tx) in pl011_shutdown()
1738 pl011_shutdown_channel(uap, uap->lcrh_tx); in pl011_shutdown()
[all …]