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

/freebsd-10.2-release/sys/dev/si/
H A Dsi.c108 static void si_modem_state(struct si_port *pp, struct tty *tp, int hi_ip);
777 dp->tc_int = xpp->sp_ccb->hi_ip;
987 x = ccbp->hi_ip;
1016 si_modem_state(struct si_port *pp, struct tty *tp, int hi_ip) argument
1020 if (hi_ip & IP_DCD) {
1036 pp->sp_last_hi_ip = hi_ip;
1225 si_modem_state(pp, tp, ccbp->hi_ip);
H A Dsi.h122 BYTE hi_ip; /* Input pins */ member in struct:si_channel
/freebsd-10.2-release/usr.sbin/sicontrol/
H A Dsicontrol.c601 printf("\thi_ip 0x%x %s\n", CCB.hi_ip, s_ip(CCB.hi_ip)); /* BYTE hi_ip - Input pins */

Completed in 26 milliseconds