Lines Matching refs:ndiv_mode
3512 uint8 ndiv_mode = PMU1_PLL0_PC2_NDIV_MODE_MASH; in BCMATTACHFN() local
3765 ((ndiv_mode << PMU1_PLL0_PC2_NDIV_MODE_SHIFT) in BCMATTACHFN()
4941 uint32 vcofreq_withfrac, p1div, ndiv_int, fraca, ndiv_mode, reg; in BCMATTACHFN() local
4973 ndiv_mode = (vcofreq_withfrac % (xtalfreq * 10000)) ? 3 : 0; in BCMATTACHFN()
4975 vcofreq, xtalfreq, frac, ndiv_mode, ndiv_int)); in BCMATTACHFN()
4978 (ndiv_mode << ndiv_mode_shift) | in BCMATTACHFN()
4983 if (ndiv_mode) { in BCMATTACHFN()
5005 ndiv_mode, in si_pmu_get_bb_vcofreq() local
5020 ndiv_mode = (reg >> 4) & 7; in si_pmu_get_bb_vcofreq()
5023 if (ndiv_mode) in si_pmu_get_bb_vcofreq()
5035 ndiv_mode = 1; in si_pmu_get_bb_vcofreq()
5045 if (ndiv_mode) { in si_pmu_get_bb_vcofreq()