Searched refs:pl011_write (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | amba-pl011.c | 1319 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 D | pl011.c | 354 static void pl011_write(void *opaque, hwaddr offset, in pl011_write() function 495 .write = pl011_write,
|
H A D | trace-events | 59 pl011_write(uint32_t addr, uint32_t value, const char *regname) "addr 0x%03x value 0x%08x reg %s"
|