Searched refs:get_uart (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp63 get_uart(addr_t base, int64 clock) { function
74 { "ns16550a", UART_KIND_8250, &get_uart<DebugUART8250> },
75 { "ns16550", UART_KIND_8250, &get_uart<DebugUART8250> },
76 { "snps,dw-apb-uart", UART_KIND_8250, &get_uart<DebugUART8250> },
78 { "sifive,uart0", UART_KIND_SIFIVE, &get_uart<ArchUARTSifive> },
80 { "arm,pl011", UART_KIND_PL011, &get_uart<ArchUARTPL011> },
81 { "brcm,bcm2835-aux-uart", UART_KIND_8250, &get_uart<DebugUART8250> },
83 { "arm,pl011", UART_KIND_PL011, &get_uart<ArchUARTPL011> },
84 { "fsl,s32-linflexuart", UART_KIND_LINFLEX, &get_uart<ArchUARTlinflex> },
85 { "brcm,bcm2835-aux-uart", UART_KIND_8250, &get_uart<DebugUART825
[all...]

Completed in 80 milliseconds