Home
last modified time | relevance | path

Searched refs:p1div (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1178 uint8_t p1div; member
1846 BHND_PMU_SET_BITS(xt->p1div, BHND_PMU1_PLL0_PC0_P1DIV) | in bhnd_pmu1_pllinit0()
1999 uint32_t ndiv_int, ndiv_frac, p2div, p1div, fvco; in bhnd_pmu1_cpuclk0() local
2012 p1div = BHND_PMU_GET_BITS(tmp, BHND_PMU1_PLL0_PC0_P1DIV); in bhnd_pmu1_cpuclk0()
2028 fvco /= p1div; in bhnd_pmu1_cpuclk0()
2033 "p1div %u fvco %u\n", ndiv_int, ndiv_frac, p2div, p1div, fvco); in bhnd_pmu1_cpuclk0()
2288 uint32_t ndiv, p1div, p2div, tmp; in bhnd_pmu6_4706_clock() local
2297 p1div = BHND_PMU_GET_BITS(tmp, BHND_PMU6_4706_PROC_P1DIV); in bhnd_pmu6_4706_clock()
2310 clock *= ndiv * p2div / p1div; in bhnd_pmu6_4706_clock()
3001 uint8_t p1div, ndiv; in bhnd_pmu_spuravoid_pllupdate() local
[all …]