Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Damba-pl011.c285 static unsigned int pl011_read(const struct uart_amba_port *uap, in pl011_read() function
318 status = pl011_read(uap, REG_FR); in pl011_fifo_to_tty()
323 ch = pl011_read(uap, REG_DR) | UART_DUMMY_DR_RX; in pl011_fifo_to_tty()
774 if (pl011_read(uap, REG_FR) & UART01x_FR_TXFF) { in pl011_dma_tx_start()
1186 while (pl011_read(uap, REG_FR) & uap->vendor->fr_busy) in pl011_dma_shutdown()
1309 cr = pl011_read(uap, REG_CR); in pl011_rs485_tx_stop()
1354 cr = pl011_read(uap, REG_CR); in pl011_rs485_tx_start()
1455 pl011_read(uap, REG_FR) & UART01x_FR_TXFF) in pl011_tx_char()
1509 status = pl011_read(uap, REG_FR) & UART01x_FR_MODEM_ANY; in pl011_modem_status()
1543 pl011_read(uap, REG_ICR); in check_apply_cts_event_workaround()
[all …]
/openbmc/qemu/rust/hw/char/pl011/src/
H A Dmemory_ops.rs13 read: Some(pl011_read),
26 unsafe extern "C" fn pl011_read(opaque: *mut c_void, addr: hwaddr, size: c_uint) -> u64 { in pl011_read() function
/openbmc/qemu/hw/char/
H A Dpl011.c270 static uint64_t pl011_read(void *opaque, hwaddr offset, in pl011_read() function
524 .read = pl011_read,
H A Dtrace-events57 pl011_read(uint32_t addr, uint32_t value, const char *regname) "addr 0x%03x value 0x%08x reg %s"