Searched refs:uart_type (Results 1 – 2 of 2) sorted by relevance
282 void uart16550_set_property(bool enabled, enum serial_dev_type uart_type, uint64_t data) in uart16550_set_property() argument285 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()
140 void uart16550_set_property(bool enabled, enum serial_dev_type uart_type, uint64_t base_addr);
Completed in 4 milliseconds