Home
last modified time | relevance | path

Searched refs:uart_getenv (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_cpu_fdt.c83 err = uart_getenv(devtype, di, class); in uart_cpu_getdev()
H A Duart_cpu_x86.c64 if (uart_getenv(devtype, di, class) == 0) in uart_cpu_getdev()
H A Duart_cpu_arm64.c122 err = uart_getenv(devtype, di, class); in uart_cpu_getdev()
H A Duart_cpu.h87 int uart_getenv(int, struct uart_devinfo *, struct uart_class *);
H A Duart_subr.c195 uart_getenv(int devtype, struct uart_devinfo *di, struct uart_class *class) in uart_getenv() function