Searched refs:crc4 (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/dev/ce/
H A Dceddk.c448 /* unfram=off, scrambler=off, use16=off, crc4=off,
455 b->chan[0].crc4 = 0;
463 /* unfram=off, scrambler=off, use16=off, crc4=off,
469 b->chan[1].crc4 = 0;
754 unsigned bpv, fas, crc4, ebit, pcv, oof, css; local
789 crc4 = 0;
806 (c->crc4 && (acc_status & TAU32_RCRC4))) {
811 crc4 = state->Crc4Errors;
840 if (c->crc4) {
841 c->currnt.crce += crc4;
[all...]
H A Dceddk.h130 unsigned char crc4; member in struct:_ce_chan_t
H A Dif_ce.c1825 *(int*)data = c->crc4;
/freebsd-9.3-release/sbin/sconfig/
H A Dsconfig.c584 int loop, dpll, nrzi, invclk, clk, higain, phony, use16, crc4; local
614 crc4_valid = ioctl (fd, SERIAL_GETCRC4, &crc4) >= 0;
705 printf (" crc4=%s", crc4 ? "on" : "off");
733 int i, mode, loop, nrzi, dpll, invclk, phony, use16, crc4, unfram, ami; local
855 } else if (strncasecmp ("crc4=", argv[i], 5) == 0) {
856 crc4 = (strcasecmp ("on", argv[i] + 5) == 0);
857 ioctl (fd, SERIAL_SETCRC4, &crc4);
/freebsd-9.3-release/sys/dev/ctau/
H A Dctddk.c726 unsigned long bpv, fas, crc4, ebit, pcv, oof; local
770 (c->gopt.crc4 && (ssr & SSR_SYNC_CRC4))) {
781 crc4 = CRCCR (cte_in (port, DS_CRCCR1), cte_in (port, DS_CRCCR2));
786 if (c->gopt.crc4) {
787 c->currnt.crce += crc4;
794 if (c->gopt.crc4)
795 pcv += crc4;
H A Dctddk.h251 unsigned char crc4; /* E1 CRC4 enable */ member in struct:__anon7328
H A Dctau.c671 if (c->gopt.crc4) {
/freebsd-9.3-release/sys/dev/cp/
H A Dcpddk.h123 unsigned char crc4; /* E1 enable CRC4 */ member in struct:_cp_chan_t
H A Dif_cp.c1481 *(int*)data = c->crc4;

Completed in 161 milliseconds