Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bhnd/cores/pmu/
HDbhnd_pmu_subr.c195 uint32_t chipst; in bhnd_pmu_set_ldo_voltage() local
259 chipst = BHND_CHIPC_READ_CHIPST(sc->chipc_dev); in bhnd_pmu_set_ldo_voltage()
260 if (BHND_PMU_GET_BITS(chipst, CHIPC_CST4325_PMUTOP_2B)) in bhnd_pmu_set_ldo_voltage()
268 chipst = BHND_CHIPC_READ_CHIPST(sc->chipc_dev); in bhnd_pmu_set_ldo_voltage()
269 if (BHND_PMU_GET_BITS(chipst, CHIPC_CST4325_PMUTOP_2B)) in bhnd_pmu_set_ldo_voltage()
707 uint32_t chipst, otpsel; in bhnd_pmu_res_masks() local
725 chipst = BHND_CHIPC_READ_CHIPST(sc->chipc_dev); in bhnd_pmu_res_masks()
726 if (BHND_PMU_GET_BITS(chipst, CHIPC_CST4325_PMUTOP_2B)) in bhnd_pmu_res_masks()
730 otpsel = BHND_PMU_GET_BITS(chipst, CHIPC_CST4325_SPROM_OTP_SEL); in bhnd_pmu_res_masks()
828 chipst = BHND_CHIPC_READ_CHIPST(sc->chipc_dev); in bhnd_pmu_res_masks()
[all …]