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

/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c632 int bpv, cd, tsterr, tstreq; local
647 bpv = inb (GERR (c->board->port)) & (c->num ? GERR_BPV1 : GERR_BPV0);
648 outb (GERR (c->board->port), bpv);
658 if (bpv)
659 ++c->currnt.bpv; /* bipolar violation */
676 if (bpv)
682 if (cd && bpv)
703 c->total.bpv += c->currnt.bpv;
726 unsigned long bpv, fa local
[all...]
H A Dif_ct.c1351 opte1->currnt.bpv = c->currnt.bpv;
1364 opte1->total.bpv = c->total.bpv + c->currnt.bpv;
1377 opte1->interval[s].bpv = c->interval[s].bpv;
1879 total.bpv = c->total.bpv + c->currnt.bpv;
[all...]
H A Dctddk.h308 unsigned long bpv; /* bipolar violations */ member in struct:__anon9542
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.h46 unsigned long bpv; /* bipolar violations */ member in struct:__anon9449
H A Dceddk.c754 unsigned bpv, fas, crc4, ebit, pcv, oof, css; local
787 bpv = state->RxViolations;
838 c->currnt.bpv += bpv;
858 if (bpv)
872 if (bpv >= 2048 || pcv >= 832)
883 c->degerr += bpv + pcv;
905 c->total.bpv += c->currnt.bpv;
917 c->currnt.bpv
[all...]
H A Dif_ce.c1422 opte1->currnt.bpv = c->currnt.bpv;
1435 opte1->total.bpv = c->total.bpv + c->currnt.bpv;
1448 opte1->interval[s].bpv = c->interval[s].bpv;
2160 total.bpv = c->total.bpv + c->currnt.bpv;
[all...]
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1137 opte1->currnt.bpv = c->currnt.bpv;
1150 opte1->total.bpv = c->total.bpv + c->currnt.bpv;
1163 opte1->interval[s].bpv = c->interval[s].bpv;
1940 total.bpv = c->total.bpv + c->currnt.bpv;
[all...]
H A Dcpddk.h33 unsigned long bpv; /* bipolar violations */ member in struct:__anon9526
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h43 unsigned long bpv; /* bipolar violations */ member in struct:e1_counters
/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c434 print_frac (0, st.currnt.bpv, st.cursec);
461 print_frac (0, st.total.bpv, st.totsec);
487 print_frac (0, st.interval[i].bpv, 15*60);

Completed in 216 milliseconds