Searched refs:pmuctrl (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu_subr.c | 1673 uint32_t pmuctrl; in bhnd_pmu1_pllinit0() local 1707 pmuctrl = BHND_PMU_READ_4(sc, BHND_PMU_CTRL); in bhnd_pmu1_pllinit0() 1708 if (BHND_PMU_GET_BITS(pmuctrl, BHND_PMU_CTRL_XTALFREQ) == xt->xf && in bhnd_pmu1_pllinit0() 1978 pmuctrl = BHND_PMU_READ_4(sc, BHND_PMU_CTRL); in bhnd_pmu1_pllinit0() 1979 pmuctrl &= ~(BHND_PMU_CTRL_ILP_DIV_MASK | BHND_PMU_CTRL_XTALFREQ_MASK); in bhnd_pmu1_pllinit0() 1980 pmuctrl |= BHND_PMU_SET_BITS(((xt->fref + 127) / 128) - 1, in bhnd_pmu1_pllinit0() 1982 pmuctrl |= BHND_PMU_SET_BITS(xt->xf, BHND_PMU_CTRL_XTALFREQ); in bhnd_pmu1_pllinit0() 1987 pmuctrl &= ~BHND_PMU_CTRL_HT_REQ_EN; in bhnd_pmu1_pllinit0() 1990 BHND_PMU_WRITE_4(sc, BHND_PMU_CTRL, pmuctrl); in bhnd_pmu1_pllinit0() 2980 uint32_t pmuctrl; in bhnd_pmu_spuravoid_pllupdate() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | hi3670-clock.txt | 13 - "hisilicon,hi3670-pmuctrl"
|
H A D | hi3660-clock.txt | 13 - "hisilicon,hi3660-pmuctrl"
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hi3670.dtsi | 167 pmuctrl: crg_ctrl@fff34000 { label 168 compatible = "hisilicon,hi3670-pmuctrl", "syscon";
|
H A D | hi3660.dtsi | 362 pmuctrl: crg_ctrl@fff34000 { label 363 compatible = "hisilicon,hi3660-pmuctrl", "syscon";
|