Home
last modified time | relevance | path

Searched refs:UART_KIND_SIFIVE (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug_console.cpp110 } else if (strncmp(args->arch_args.uart.kind, UART_KIND_SIFIVE, in arch_debug_console_init()
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_uart_sifive.h12 #define UART_KIND_SIFIVE "sifive" macro
/haiku/src/system/boot/platform/riscv/
H A Dfdt.cpp160 strcpy(sUart.kind, UART_KIND_SIFIVE); in HandleFdt()
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp78 { "sifive,uart0", UART_KIND_SIFIVE, &get_uart<ArchUARTSifive> },