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

/freebsd-10.2-release/sys/dev/scc/
H A Dscc_dev_z8530.c121 uint8_t bes, ip, src; local
140 bes = scc_getmreg(bas, CHAN_A, CR_RSTXSI);
141 if (bes & BES_BRK)
144 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS);
145 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
146 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR);
156 bes = scc_getmreg(bas, CHAN_B, CR_RSTXSI);
157 if (bes & BES_BRK)
160 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS);
161 SIGCHG(bes
[all...]
/freebsd-10.2-release/sys/dev/uart/
H A Duart_dev_z8530.c372 uint8_t bes; local
378 bes = uart_getmreg(&sc->sc_bas, RR_BES);
380 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS);
381 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD);
382 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR);
428 uint8_t bes, ip, iv, src; local
467 bes = uart_getmreg(bas, RR_BES);
468 if (bes & BES_BRK)
471 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS);
472 SIGCHG(bes
534 uint8_t bes, src; local
[all...]
H A Duart_dev_imx.c396 uint8_t bes; local
402 bes = GETREG(&sc->sc_bas, REG(USR2));
405 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD);
/freebsd-10.2-release/sys/mips/adm5120/
H A Duart_dev_adm5120.c261 uint8_t bes; local
267 bes = uart_getreg(&sc->sc_bas, UART_FR_REG);
269 SIGCHG(bes & UART_FR_CTS, sig, SER_CTS, SER_DCTS);
270 SIGCHG(bes & UART_FR_DCD, sig, SER_DCD, SER_DDCD);
271 SIGCHG(bes & UART_FR_DSR, sig, SER_DSR, SER_DDSR);
/freebsd-10.2-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c323 uint8_t bes; local
329 bes = uart_getreg(&sc->sc_bas, UART_MSR_REG);
332 SIGCHG(bes & UART_MSR_CTS, sig, SER_CTS, SER_DCTS);
333 SIGCHG(bes & UART_MSR_DCD, sig, SER_DCD, SER_DDCD);
334 SIGCHG(bes & UART_MSR_DSR, sig, SER_DSR, SER_DDSR);
/freebsd-10.2-release/sys/dev/ce/
H A Dceddk.h53 unsigned long bes; /* bursty errored seconds */ member in struct:__anon8166
H A Dif_ce.c1455 opte1->currnt.bes = c->currnt.bes;
1468 opte1->total.bes = c->total.bes + c->currnt.bes;
1481 opte1->interval[s].bes = c->interval[s].bes;
2193 total.bes = c->total.bes + c->currnt.bes;
[all...]
H A Dceddk.c878 ++c->currnt.bes;
912 c->total.bes += c->currnt.bes;
924 c->currnt.bes = 0;
/freebsd-10.2-release/sys/dev/cp/
H A Dif_cp.c1161 opte1->currnt.bes = c->currnt.bes;
1174 opte1->total.bes = c->total.bes + c->currnt.bes;
1187 opte1->interval[s].bes = c->interval[s].bes;
1964 total.bes = c->total.bes + c->currnt.bes;
[all...]
H A Dcpddk.h40 unsigned long bes; /* bursty errored seconds */ member in struct:__anon8243
/freebsd-10.2-release/sys/dev/ctau/
H A Dif_ct.c1374 opte1->currnt.bes = c->currnt.bes;
1387 opte1->total.bes = c->total.bes + c->currnt.bes;
1400 opte1->interval[s].bes = c->interval[s].bes;
1902 total.bes = c->total.bes + c->currnt.bes;
[all...]
H A Dctddk.c710 c->total.bes += c->currnt.bes;
824 ++c->currnt.bes;
858 c->total.bes += c->currnt.bes;
H A Dctddk.h315 unsigned long bes; /* bursty errored seconds */ member in struct:__anon8259
/freebsd-10.2-release/sys/i386/include/
H A Dcserial.h50 unsigned long bes; /* bursty errored seconds */ member in struct:e1_counters
/freebsd-10.2-release/sbin/sconfig/
H A Dsconfig.c447 print_frac (1, st.currnt.bes, st.cursec);
471 print_frac (1, st.total.bes, st.totsec);
497 print_frac (1, st.interval[i].bes, 15*60);

Completed in 184 milliseconds