Searched refs:chipst (Results 1 – 3 of 3) sorted by relevance
195 uint32_t chipst; in bhnd_pmu_set_ldo_voltage() local259 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() local725 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 …]
154 u32 chipst; /* chip status */ member
454 sii->chipst = bcma_read32(cc, CHIPCREGOFFS(chipstatus)); in ai_buscore_setup()