Home
last modified time | relevance | path

Searched refs:uart_getregiowidth (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/uart/
H A Duart_bus_fdt.c247 iowidth = uart_getregiowidth(class); in uart_cpu_fdt_probe()
289 iowidth = uart_getregiowidth(sc->sc_class); in uart_fdt_probe()
H A Duart_cpu.h92 u_int uart_getregiowidth(struct uart_class *);
H A Duart_core.c259 uart_getregiowidth(struct uart_class *uc) in uart_getregiowidth() function