Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c1564 BHND_PMU_SET_BITS(xt->wbint, BHND_PMU0_PLL0_PC1_WILD_INT) | in bhnd_pmu0_pllinit0()
1565 BHND_PMU_SET_BITS(xt->wbfrac, BHND_PMU0_PLL0_PC1_WILD_FRAC); in bhnd_pmu0_pllinit0()
1580 pll_data = BHND_PMU_SET_BITS(xt->wbint, BHND_PMU0_PLL0_PC2_WILD_INT); in bhnd_pmu0_pllinit0()
1590 pmu_ctrl |= BHND_PMU_SET_BITS(((xt->freq + 127) / 128) - 1, in bhnd_pmu0_pllinit0()
1592 pmu_ctrl |= BHND_PMU_SET_BITS(xt->xf, BHND_PMU_CTRL_XTALFREQ); in bhnd_pmu0_pllinit0()
1846 BHND_PMU_SET_BITS(xt->p1div, BHND_PMU1_PLL0_PC0_P1DIV) | in bhnd_pmu1_pllinit0()
1847 BHND_PMU_SET_BITS(xt->p2div, BHND_PMU1_PLL0_PC0_P2DIV); in bhnd_pmu1_pllinit0()
1854 plldata |= BHND_PMU_SET_BITS(1, in bhnd_pmu1_pllinit0()
1885 BHND_PMU_SET_BITS(xt->ndiv_int, BHND_PMU1_PLL0_PC2_NDIV_INT) | in bhnd_pmu1_pllinit0()
1886 BHND_PMU_SET_BITS(ndiv_mode, BHND_PMU1_PLL0_PC2_NDIV_MODE), in bhnd_pmu1_pllinit0()
[all …]
H A Dbhnd_pmureg.h32 #define BHND_PMU_SET_BITS(_value, _field) \ macro