Searched refs:SSB_PMU1_PLLCTL2_NDIVINT (Results 1 – 2 of 2) sorted by relevance
289 pllctl &= ~(SSB_PMU1_PLLCTL2_NDIVINT | SSB_PMU1_PLLCTL2_NDIVMODE); in ssb_pmu1_pllinit_r0()290 pllctl |= ((u32)e->ndiv_int << SSB_PMU1_PLLCTL2_NDIVINT_SHIFT) & SSB_PMU1_PLLCTL2_NDIVINT; in ssb_pmu1_pllinit_r0()
298 #define SSB_PMU1_PLLCTL2_NDIVINT 0x1FF00000 /* NDIV int */ macro