Searched refs:REG_FR (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/tty/serial/ |
| D | amba-pl011.c | 60 REG_FR, enumerator 88 [REG_FR] = UART01x_FR, 176 [REG_FR] = UART01x_FR, 315 status = pl011_read(uap, REG_FR); in pl011_fifo_to_tty() 779 if (pl011_read(uap, REG_FR) & UART01x_FR_TXFF) { in pl011_dma_tx_start() 1188 while (pl011_read(uap, REG_FR) & uap->vendor->fr_busy) in pl011_dma_shutdown() 1426 pl011_read(uap, REG_FR) & UART01x_FR_TXFF) in pl011_tx_char() 1510 status = pl011_read(uap, REG_FR) & UART01x_FR_MODEM_ANY; in pl011_modem_status() 1596 unsigned int status = pl011_read(uap, REG_FR) ^ uap->vendor->inv_fr; in pl011_tx_empty() 1607 unsigned int status = pl011_read(uap, REG_FR); in pl011_get_mctrl() [all …]
|