Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1179 uint8_t p2div; member
1847 BHND_PMU_SET_BITS(xt->p2div, BHND_PMU1_PLL0_PC0_P2DIV); in bhnd_pmu1_pllinit0()
1999 uint32_t ndiv_int, ndiv_frac, p2div, p1div, fvco; in bhnd_pmu1_cpuclk0() local
2011 p2div = BHND_PMU_GET_BITS(tmp, BHND_PMU1_PLL0_PC0_P2DIV); in bhnd_pmu1_cpuclk0()
2027 fvco *= p2div; 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
2298 p2div = BHND_PMU_GET_BITS(tmp, BHND_PMU6_4706_PROC_P2DIV); in bhnd_pmu6_4706_clock()
2310 clock *= ndiv * p2div / p1div; in bhnd_pmu6_4706_clock()