• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/

Lines Matching refs:fref

2770 	uint16	fref;	/* x-tal frequency in [hz] */
2947 /* fref xf p1div p2div ndiv_int ndiv_frac */
3159 uint16 fref; /* x-tal frequency in [hz] */
3343 for (xt = si_pmu1_xtaltab0(sih); xt != NULL && xt->fref != 0; xt ++)
3347 if (xt == NULL || xt->fref == 0)
3349 ASSERT(xt != NULL && xt->fref != 0);
3351 return xt->fref * 1000;
4159 for (xt = si_pmu2_xtaltab0(sih), xt_idx = 0; xt != NULL && xt->fref != 0; xt++, xt_idx++) {
4160 if (xt->fref == xtal)
4164 if (xt == NULL || xt->fref == 0) {
4176 xt->fref / 1000, xt->fref % 1000));
4181 PMU_MSG(("Programming PLL for %d.%d MHz\n", xt->fref / 1000, xt->fref % 1000));
4262 for (xt = pmu2_xtaltab0_adfll_480; xt != NULL && xt->fref != 0; xt++) {
4268 for (xt = pmu2_xtaltab0_adfll_485; xt != NULL && xt->fref != 0; xt++) {
4291 for (xt = pmu2_xtaltab0_adfll_480; xt != NULL && xt->fref != 0; xt++) {
4297 if (xt == NULL || xt->fref == 0) {
4298 for (xt = pmu2_xtaltab0_adfll_485; xt != NULL && xt->fref != 0; xt++) {
4306 if (xt == NULL || xt->fref == 0)
4308 ASSERT(xt != NULL && xt->fref != 0);
4310 return xt->fref * 1000;
4393 for (xt = si_pmu1_xtaltab0(sih); xt != NULL && xt->fref != 0; xt ++)
4394 if (xt->fref == xtal)
4400 if (xt == NULL || xt->fref == 0) {
4413 xt->fref / 1000, xt->fref % 1000));
4418 PMU_MSG(("Programming PLL for %d.%d MHz\n", xt->fref / 1000, xt->fref % 1000));
4442 if (xt->fref == 38400)
4444 else if (xt->fref == 37400)
4446 else if (xt->fref == 26000)
4453 if ((xt->fref == 38400) || (xt->fref == 37400) || (xt->fref == 26000))
4590 if ((CHIPID(sih->chip) == BCM4319_CHIP_ID) && (xt->fref != XTAL_FREQ_30000MHZ)) {
4593 if (xt->fref == XTAL_FREQ_24000MHZ) {
4595 } else if (xt->fref == XTAL_FREQ_48000MHZ) {
4608 tmp |= (((((xt->fref + 127) / 128) - 1) << PCTL_ILP_DIV_SHIFT) &
6433 if ((params_tbl->fref) == xtal_freq)
6445 xtal_freq = (uint32) params_tbl->fref/100;
6518 for (; xt != NULL && xt->fref != 0; xt++) {
6519 if (xt->fref == xtal_freq) {