Home
last modified time | relevance | path

Searched refs:bes (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/sys/dev/scc/
Dscc_dev_z8530.c123 uint8_t bes, ip, src; in z8530_bfe_ipend() local
142 bes = scc_getmreg(bas, CHAN_A, CR_RSTXSI); in z8530_bfe_ipend()
143 if (bes & BES_BRK) in z8530_bfe_ipend()
146 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bfe_ipend()
147 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend()
148 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bfe_ipend()
158 bes = scc_getmreg(bas, CHAN_B, CR_RSTXSI); in z8530_bfe_ipend()
159 if (bes & BES_BRK) in z8530_bfe_ipend()
162 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bfe_ipend()
163 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bfe_ipend()
[all …]
/freebsd-12-stable/sys/dev/uart/
Duart_dev_z8530.c375 uint8_t bes; in z8530_bus_getsig() local
381 bes = uart_getmreg(&sc->sc_bas, RR_BES); in z8530_bus_getsig()
383 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bus_getsig()
384 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bus_getsig()
385 SIGCHG(bes & BES_SYNC, sig, SER_DSR, SER_DDSR); in z8530_bus_getsig()
431 uint8_t bes, ip, iv, src; in z8530_bus_ipend() local
470 bes = uart_getmreg(bas, RR_BES); in z8530_bus_ipend()
471 if (bes & BES_BRK) in z8530_bus_ipend()
474 SIGCHG(bes & BES_CTS, sig, SER_CTS, SER_DCTS); in z8530_bus_ipend()
475 SIGCHG(bes & BES_DCD, sig, SER_DCD, SER_DDCD); in z8530_bus_ipend()
[all …]
Duart_dev_imx.c399 uint8_t bes; in imx_uart_bus_getsig() local
405 bes = GETREG(&sc->sc_bas, REG(USR2)); in imx_uart_bus_getsig()
408 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD); in imx_uart_bus_getsig()
/freebsd-12-stable/sys/mips/mediatek/
Duart_dev_mtk.c350 uint8_t bes; in mtk_uart_bus_getsig() local
357 bes = uart_getreg(&sc->sc_bas, UART_MSR_REG); in mtk_uart_bus_getsig()
360 SIGCHG(bes & UART_MSR_CTS, sig, SER_CTS, SER_DCTS); in mtk_uart_bus_getsig()
361 SIGCHG(bes & UART_MSR_DCD, sig, SER_DCD, SER_DDCD); in mtk_uart_bus_getsig()
362 SIGCHG(bes & UART_MSR_DSR, sig, SER_DSR, SER_DDSR); in mtk_uart_bus_getsig()
/freebsd-12-stable/sys/dev/cp/
Dif_cp.c1145 opte1->currnt.bes = c->currnt.bes; in cp_ioctl()
1158 opte1->total.bes = c->total.bes + c->currnt.bes; in cp_ioctl()
1171 opte1->interval[s].bes = c->interval[s].bes; in cp_ioctl()
1948 total.bes = c->total.bes + c->currnt.bes; in print_e1_stats()
1974 length += print_frac (s + length, 1, c->currnt.bes, c->cursec); in print_e1_stats()
1996 length += print_frac (s + length, 1, total.bes, totsec); in print_e1_stats()
Dcpddk.h40 unsigned long bes; /* bursty errored seconds */ member
/freebsd-12-stable/sys/dev/ctau/
Dif_ct.c1358 opte1->currnt.bes = c->currnt.bes; in ct_ioctl()
1371 opte1->total.bes = c->total.bes + c->currnt.bes; in ct_ioctl()
1384 opte1->interval[s].bes = c->interval[s].bes; in ct_ioctl()
1886 total.bes = c->total.bes + c->currnt.bes; in print_e1_stats()
1912 length += print_frac (s + length, 1, c->currnt.bes, c->cursec); in print_e1_stats()
1934 length += print_frac (s + length, 1, total.bes, totsec); in print_e1_stats()
Dctddk.c710 c->total.bes += c->currnt.bes; in ct_g703_timer()
824 ++c->currnt.bes; in ct_e1timer_interrupt()
858 c->total.bes += c->currnt.bes; in ct_e1timer_interrupt()
Dctddk.h315 unsigned long bes; /* bursty errored seconds */ member
/freebsd-12-stable/sys/dev/ce/
Dif_ce.c1430 opte1->currnt.bes = c->currnt.bes; in ce_ioctl()
1443 opte1->total.bes = c->total.bes + c->currnt.bes; in ce_ioctl()
1456 opte1->interval[s].bes = c->interval[s].bes; in ce_ioctl()
2168 total.bes = c->total.bes + c->currnt.bes;
2194 length += print_frac (s + length, 1, c->currnt.bes, c->cursec);
2216 length += print_frac (s + length, 1, total.bes, totsec);
Dceddk.h53 unsigned long bes; /* bursty errored seconds */ member
Dceddk.c878 ++c->currnt.bes; in ce_e1_timer()
912 c->total.bes += c->currnt.bes; in ce_e1_timer()
924 c->currnt.bes = 0; in ce_e1_timer()
/freebsd-12-stable/sbin/sconfig/
Dsconfig.c447 print_frac (1, st.currnt.bes, st.cursec); in print_e1_stats()
471 print_frac (1, st.total.bes, st.totsec); in print_e1_stats()
497 print_frac (1, st.interval[i].bes, 15*60); in print_e1_stats()
/freebsd-12-stable/sys/i386/include/
Dcserial.h50 unsigned long bes; /* bursty errored seconds */ member
/freebsd-12-stable/contrib/file/magic/Magdir/
Dgnu35 #>20 ulelong >1 \bes
/freebsd-12-stable/contrib/binutils/gas/po/
Dgas.pot10628 msgid ".space/.bes repeat count is negative, ignored"
10632 msgid ".space/.bes repeat count is zero, ignored"
10977 msgid "non-absolute value used with .space/.bes"
10987 msgid "attempt to .space/.bes backwards? (%ld)"
/freebsd-12-stable/share/dict/
Dweb221249 bes