Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.c109 static char * si_modulename(int host_type, int uart_type);
284 int uart_type; in siattach() local
544 uart_type = 1000; /* arbitary, > uchar_max */ in siattach()
570 if (uart_type == 1000) in siattach()
571 uart_type = ccbp->type; in siattach()
572 else if (uart_type != ccbp->type) in siattach()
576 uart_type, si_modulename(sc->sc_type, uart_type)); in siattach()
596 uart_type, in siattach()
597 si_modulename(sc->sc_type, uart_type)); in siattach()
1618 si_modulename(int host_type, int uart_type) in si_modulename() argument
[all …]