Home
last modified time | relevance | path

Searched refs:uart_type (Results 1 – 2 of 2) sorted by relevance

/hypervisor/debug/
A Duart16550.c282 void uart16550_set_property(bool enabled, enum serial_dev_type uart_type, uint64_t data) in uart16550_set_property() argument
285 uart.type = uart_type; in uart16550_set_property()
288 if (uart_type == PIO) { in uart16550_set_property()
290 } else if (uart_type == PCI) { in uart16550_set_property()
293 } else if (uart_type == MMIO) { in uart16550_set_property()
/hypervisor/include/debug/
A Duart16550.h140 void uart16550_set_property(bool enabled, enum serial_dev_type uart_type, uint64_t base_addr);

Completed in 5 milliseconds