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

/freebsd-10.2-release/sys/dev/si/
H A Dsi.c94 static void si_command(struct si_port *, int, int);
638 (void) si_command(pp, FCLOSE, SI_WAIT);
652 si_command(pp, SBREAK, SI_WAIT);
655 si_command(pp, EBREAK, SI_WAIT);
946 si_command(pp, LOPEN, SI_WAIT); /* open it */
948 si_command(pp, CONFIG, SI_WAIT); /* change params */
1206 /* sleeping in si_command */
1494 si_command(pp, WFLUSH, SI_NOWAIT);
1522 si_command(struct si_port *pp, int cmd, int waitflag) function
1529 DPRINT((pp, DBG_ENTRY|DBG_PARAM, "si_command(
[all...]

Completed in 44 milliseconds