Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Damba-pl011.c60 REG_FR, enumerator
88 [REG_FR] = UART01x_FR,
176 [REG_FR] = UART01x_FR,
318 status = pl011_read(uap, REG_FR); in pl011_fifo_to_tty()
757 if (pl011_read(uap, REG_FR) & UART01x_FR_TXFF) { in pl011_dma_tx_start()
1164 while (pl011_read(uap, REG_FR) & uap->vendor->fr_busy) in pl011_dma_shutdown()
1432 pl011_read(uap, REG_FR) & UART01x_FR_TXFF) in pl011_tx_char()
1491 status = pl011_read(uap, REG_FR) & UART01x_FR_MODEM_ANY; in pl011_modem_status()
1575 unsigned int status = pl011_read(uap, REG_FR) ^ uap->vendor->inv_fr; in pl011_tx_empty()
1592 unsigned int status = pl011_read(uap, REG_FR); in pl011_get_mctrl()
[all …]