search for: zt_config_cc

Displaying 1 result from an estimated 1 matches for "zt_config_cc".

Did you mean: zt_config_ccs
2003 Sep 18
1
e100p and E-bit alarm indication
...ng flags; char *crcing = ""; - unsigned char ccr1, tcr1; + unsigned char ccr1, tcr1, tcr2; spin_lock_irqsave(&wc->lock, flags); /* Build up config */ ccr1 = 0; tcr1 = 8; + tcr2 = 0; if (wc->span.lineconfig & ZT_CONFIG_CCS) { coding = "CCS"; /* Receive CCS */ ccr1 |= 8; @@ -433,9 +434,11 @@ } if (wc->span.lineconfig & ZT_CONFIG_CRC4) { ccr1 |= 0x11; + tcr2 |= 0x02; // xxx Enable E-bit alarm crcing = &quot...