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

/freebsd-11-stable/sys/dev/si/
H A Dsi.c108 static void si_modem_state(struct si_port *pp, struct tty *tp, int hi_ip);
778 dp->tc_int = xpp->sp_ccb->hi_ip;
988 x = ccbp->hi_ip;
1017 si_modem_state(struct si_port *pp, struct tty *tp, int hi_ip) argument
1021 if (hi_ip & IP_DCD) {
1037 pp->sp_last_hi_ip = hi_ip;
1226 si_modem_state(pp, tp, ccbp->hi_ip);
H A Dsi.h122 BYTE hi_ip; /* Input pins */ member in struct:si_channel
/freebsd-11-stable/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 80 milliseconds