• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/lmc/

Lines Matching defs:ictl

177   sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC5200;
201 sc->lmc_media->set_clock_source (sc, sc->ictl.clock_source);
210 if (ctl->clock_source && !sc->ictl.clock_source)
215 else if (!ctl->clock_source && sc->ictl.clock_source)
231 old = sc->ictl.clock_source;
236 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_EXT;
244 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_INT;
285 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32;
291 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16;
316 sc->ictl.cable_length = LMC_CTL_CABLE_LENGTH_GT_100FT;
321 sc->ictl.cable_length = LMC_CTL_CABLE_LENGTH_LT_100FT;
346 sc->lmc_media->set_cable_length (sc, sc->ictl.cable_length);
347 sc->lmc_media->set_scrambler (sc, sc->ictl.scrambler_onoff);
356 if (ctl->cable_length && !sc->ictl.cable_length)
358 else if (!ctl->cable_length && sc->ictl.cable_length)
364 if (ctl->scrambler_onoff && !sc->ictl.scrambler_onoff)
366 else if (!ctl->scrambler_onoff && sc->ictl.scrambler_onoff)
377 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC5245;
413 sc->ictl.scrambler_onoff = LMC_CTL_ON;
418 sc->ictl.scrambler_onoff = LMC_CTL_OFF;
520 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32;
526 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16;
549 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC1000;
554 sc->ictl.cable_type = cable;
584 sc->lmc_media->set_clock_source (sc, sc->ictl.clock_source);
585 sc->lmc_media->set_speed (sc, &sc->ictl);
595 && sc->ictl.clock_source == LMC_CTL_CLOCK_SOURCE_EXT)
601 && sc->ictl.clock_source == LMC_CTL_CLOCK_SOURCE_INT)
607 if (ctl->clock_rate != sc->ictl.clock_rate)
625 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_EXT;
633 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_INT;
642 lmc_ctl_t *ictl = &sc->ictl;
653 av = &ictl->cardspec.ssi;
654 ictl->clock_rate = 1500000;
655 av->f = ictl->clock_rate;
671 ictl->clock_rate = av->f; /* really, this is the rate we are */
672 ictl->cardspec.ssi = *av;
797 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32;
805 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16;
939 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC1200;
1004 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_INT;
1013 sc->lmc_media->set_circuit_type (sc, sc->ictl.circuit_type);
1021 && sc->ictl.circuit_type ==
1025 && sc->ictl.circuit_type == LMC_CTL_CIRCUIT_TYPE_T1)
1155 sc->ictl.circuit_type = LMC_CTL_CIRCUIT_TYPE_T1;
1160 sc->ictl.circuit_type = LMC_CTL_CIRCUIT_TYPE_E1;
1177 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32;
1184 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16;
1204 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_EXT;
1212 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_INT;
1228 sc->ictl.keepalive_onoff = LMC_CTL_ON;