Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_hvc_xen_consoleio.c41 (void) HYPERVISOR_console_io(CONSOLEIO_write, sizeof(c), &c); in xen_consoleio_poll_out()
Duart_hvc_xen.c276 HYPERVISOR_console_io(CONSOLEIO_write, sizeof(symbol), &symbol); in xen_consoleio_putc()
/Zephyr-latest/include/zephyr/xen/public/
Dxen.h168 #define CONSOLEIO_write 0 macro