Lines Matching refs:ie
223 lmc_hssi_set_clock (lmc_softc_t * const sc, int ie)
227 if (ie == LMC_CTL_CLOCK_SOURCE_EXT)
232 if(old != ie)
240 if(old != ie)
306 lmc_ds3_set_100ft (lmc_softc_t * const sc, int ie)
308 if (ie == LMC_CTL_CABLE_LENGTH_GT_100FT)
313 else if (ie == LMC_CTL_CABLE_LENGTH_LT_100FT)
403 lmc_ds3_set_scram (lmc_softc_t * const sc, int ie)
405 if (ie == LMC_CTL_ON)
611 lmc_ssi_set_clock (lmc_softc_t * const sc, int ie)
614 old = ie;
615 if (ie == LMC_CTL_CLOCK_SOURCE_EXT)
620 if(ie != old)
628 if(ie != old)
1129 lmc_t1_set_circuit_type (lmc_softc_t * const sc, int ie)
1131 if (ie == LMC_CTL_CIRCUIT_TYPE_T1) {
1174 lmc_t1_set_clock (lmc_softc_t * const sc, int ie)
1177 old = ie;
1178 if (ie == LMC_CTL_CLOCK_SOURCE_EXT)
1183 if(old != ie)
1191 if(old != ie)