Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Damba-pl011.c1319 pl011_write(cr, uap, REG_CR); in pl011_rs485_tx_stop()
1366 pl011_write(cr, uap, REG_CR); in pl011_rs485_tx_start()
1458 pl011_write(c, uap, REG_DR); in pl011_tx_char()
1536 pl011_write(0x00, uap, REG_ICR); in check_apply_cts_event_workaround()
1646 pl011_write(cr, uap, REG_CR); in pl011_set_mctrl()
1719 pl011_write(ch, uap, REG_DR); in pl011_put_poll_char()
1869 pl011_write(cr, uap, REG_CR); in pl011_startup()
1936 pl011_write(cr, uap, REG_CR); in pl011_disable_uart()
2246 pl011_write(cr, uap, REG_CR); in pl011_rs485_config()
2318 pl011_write(ch, uap, REG_DR); in pl011_console_putchar()
[all …]
/openbmc/qemu/hw/char/
H A Dpl011.c354 static void pl011_write(void *opaque, hwaddr offset, in pl011_write() function
495 .write = pl011_write,
H A Dtrace-events59 pl011_write(uint32_t addr, uint32_t value, const char *regname) "addr 0x%03x value 0x%08x reg %s"