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

/freebsd-10.2-release/sys/dev/si/
H A Dsi.c109 static char * si_modulename(int host_type, int uart_type);
285 int uart_type; local
545 uart_type = 1000; /* arbitary, > uchar_max */
571 if (uart_type == 1000)
572 uart_type = ccbp->type;
573 else if (uart_type != ccbp->type)
577 uart_type, si_modulename(sc->sc_type, uart_type));
597 uart_type,
598 si_modulename(sc->sc_type, uart_type));
1619 si_modulename(int host_type, int uart_type) argument
[all...]

Completed in 89 milliseconds