Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_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 …]
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Daiutils.h154 u32 chipst; /* chip status */ member
H A Daiutils.c454 sii->chipst = bcma_read32(cc, CHIPCREGOFFS(chipstatus)); in ai_buscore_setup()