Lines Matching refs:lcrh_tx
77 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()
2114 lcr_h = readw(uap->port.membase + uap->lcrh_tx); in pl011_console_get_options()
2377 uap->lcrh_tx = vendor->lcrh_tx; in pl011_probe()