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

/freebsd-11-stable/sys/dev/si/
H A Dsi.c94 static void si_command(struct si_port *, int, int);
639 (void) si_command(pp, FCLOSE, SI_WAIT);
653 si_command(pp, SBREAK, SI_WAIT);
656 si_command(pp, EBREAK, SI_WAIT);
947 si_command(pp, LOPEN, SI_WAIT); /* open it */
949 si_command(pp, CONFIG, SI_WAIT); /* change params */
1207 /* sleeping in si_command */
1495 si_command(pp, WFLUSH, SI_NOWAIT);
1523 si_command(struct si_port *pp, int cmd, int waitflag) function
1530 DPRINT((pp, DBG_ENTRY|DBG_PARAM, "si_command(
[all...]

Completed in 54 milliseconds