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

/freebsd-11-stable/sys/dev/si/
H A Dsi.c109 static char * si_modulename(int host_type, int uart_type);
284 int uart_type; local
544 uart_type = 1000; /* arbitrary, > uchar_max */
570 if (uart_type == 1000)
571 uart_type = ccbp->type;
572 else if (uart_type != ccbp->type)
576 uart_type, si_modulename(sc->sc_type, uart_type));
596 uart_type,
597 si_modulename(sc->sc_type, uart_type));
1620 si_modulename(int host_type, int uart_type) argument
[all...]

Completed in 69 milliseconds