• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/shared/

Lines Matching defs:fref

3341 	uint16	fref;	/* x-tal frequency in [hz] */
3518 /* fref xf p1div p2div ndiv_int ndiv_frac */
3761 uint16 fref; /* x-tal frequency in [hz] */
3984 for (xt = si_pmu1_xtaltab0(sih); xt != NULL && xt->fref != 0; xt ++)
3988 if (xt == NULL || xt->fref == 0)
3990 ASSERT(xt != NULL && xt->fref != 0);
3992 return xt->fref * 1000;
4530 for (xt = si_pmu1_xtaltab0(sih); xt != NULL && xt->fref != 0; xt ++)
4531 if (xt->fref == xtal)
4538 if (xt == NULL || xt->fref == 0)
4547 PMU_MSG(("Programming PLL for %d.%d MHz\n", xt->fref / 1000, xt->fref % 1000));
4579 tmp |= (((((xt->fref + 127) / 128) - 1) << PCTL_ILP_DIV_SHIFT) &
4999 for (xt = si_pmu2_xtaltab0(sih), xt_idx = 0; xt != NULL && xt->fref != 0; xt++, xt_idx++) {
5000 if (xt->fref == xtal)
5004 if (xt == NULL || xt->fref == 0) {
5016 xt->fref / 1000, xt->fref % 1000));
5021 PMU_MSG(("Programming PLL for %d.%d MHz\n", xt->fref / 1000, xt->fref % 1000));
5091 for (xt = pmu2_xtaltab0_adfll_480; xt != NULL && xt->fref != 0; xt++) {
5097 for (xt = pmu2_xtaltab0_adfll_485; xt != NULL && xt->fref != 0; xt++) {
5120 for (xt = pmu2_xtaltab0_adfll_480; xt != NULL && xt->fref != 0; xt++) {
5126 if (xt == NULL || xt->fref == 0) {
5127 for (xt = pmu2_xtaltab0_adfll_485; xt != NULL && xt->fref != 0; xt++) {
5135 if (xt == NULL || xt->fref == 0)
5137 ASSERT(xt != NULL && xt->fref != 0);
5139 return xt->fref * 1000;
5223 for (xt = si_pmu1_xtaltab0(sih); xt != NULL && xt->fref != 0; xt ++)
5224 if (xt->fref == xtal)
5230 if (xt == NULL || xt->fref == 0) {
5243 xt->fref / 1000, xt->fref % 1000));
5248 PMU_MSG(("Programming PLL for %d.%d MHz\n", xt->fref / 1000, xt->fref % 1000));
5272 if (xt->fref == 38400)
5274 else if (xt->fref == 37400)
5276 else if (xt->fref == 26000)
5283 if ((xt->fref == 38400) || (xt->fref == 37400) || (xt->fref == 26000))
5420 if ((CHIPID(sih->chip) == BCM4319_CHIP_ID) && (xt->fref != XTAL_FREQ_30000MHZ)) {
5423 if (xt->fref == XTAL_FREQ_24000MHZ) {
5425 } else if (xt->fref == XTAL_FREQ_48000MHZ) {
5438 tmp |= (((((xt->fref + 127) / 128) - 1) << PCTL_ILP_DIV_SHIFT) &
7556 if ((params_tbl->fref) == xtal_freq)
7568 xtal_freq = (uint32) params_tbl->fref/100;
7642 for (; xt != NULL && xt->fref != 0; xt++) {
7643 if (xt->fref == xtal_freq) {