Searched refs:REG_FR (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | amba-pl011.c | 60 REG_FR, enumerator 88 [REG_FR] = UART01x_FR, 176 [REG_FR] = UART01x_FR, 328 status = pl011_read(uap, REG_FR); in pl011_fifo_to_tty() 767 if (pl011_read(uap, REG_FR) & UART01x_FR_TXFF) { in pl011_dma_tx_start() 1174 while (pl011_read(uap, REG_FR) & uap->vendor->fr_busy) in pl011_dma_shutdown() 1494 pl011_read(uap, REG_FR) & UART01x_FR_TXFF) in pl011_tx_char() 1553 status = pl011_read(uap, REG_FR) & UART01x_FR_MODEM_ANY; in pl011_modem_status() 1637 unsigned int status = pl011_read(uap, REG_FR) ^ uap->vendor->inv_fr; in pl011_tx_empty() 1654 unsigned int status = pl011_read(uap, REG_FR); in pl011_get_mctrl() [all …]
|