Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Damba-pl011.c60 [REG_FR] = UART01x_FR,
148 [REG_FR] = UART01x_FR,
193 [REG_FR] = ZX_UART011_FR,
316 status = pl011_read(uap, REG_FR); in pl011_fifo_to_tty()
780 if (pl011_read(uap, REG_FR) & UART01x_FR_TXFF) { in pl011_dma_tx_start()
1191 while (pl011_read(uap, REG_FR) & uap->vendor->fr_busy) in pl011_dma_shutdown()
1385 pl011_read(uap, REG_FR) & UART01x_FR_TXFF) in pl011_tx_char()
1439 status = pl011_read(uap, REG_FR) & UART01x_FR_MODEM_ANY; in pl011_modem_status()
1525 unsigned int status = pl011_read(uap, REG_FR) ^ uap->vendor->inv_fr; in pl011_tx_empty()
1536 unsigned int status = pl011_read(uap, REG_FR); in pl011_get_mctrl()
[all …]
H A Damba-pl011.h9 REG_FR, enumerator