Searched refs:e1_resync (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c945 hc->e1_resync |= 1; /* get SYNC_I */
966 hc->e1_resync |= 2; /* switch to jatt */
981 hc->e1_resync |= 4; /* switch quartz */
2371 if (hc->e1_resync) {
2372 /* lock, so e1_resync gets not changed */
2374 if (hc->e1_resync & 1) {
2382 if (hc->e1_resync & 2) {
2387 if (hc->e1_resync & 4) {
2397 hc->e1_resync = 0;
H A Dhfc_multi.h223 int e1_resync; /* resync jobs */ member in struct:hfc_multi

Completed in 100 milliseconds