Lines Matching refs:res_state
3938 sii->res_state[sii->res_pend_count].low_time = in BCMPOSTTRAPFN()
3940 sii->res_state[sii->res_pend_count].low = R_REG(osh, &pmu->res_pending); in BCMPOSTTRAPFN()
3960 sii->res_state[sii->res_pend_count].high_time = in BCMPOSTTRAPFN()
3962 sii->res_state[sii->res_pend_count].high = R_REG(osh, &pmu->res_pending); in BCMPOSTTRAPFN()
4044 rsrc_ht = R_REG(osh, &pmu->res_state) & in si_pmu_pll_on_43012()
6091 SPINWAIT(!(R_REG(osh, &pmu->res_state) & rsrcs), in si_pmu_otp_power()
6093 ASSERT(R_REG(osh, &pmu->res_state) & rsrcs); in si_pmu_otp_power()
6230 st = (R_REG(osh, &pmu->res_state) & PMURES_BIT(rsc->otp_pu)) != 0; in si_pmu_is_otp_powered()
8344 OFFSETOF(pmuregs_t, res_state),
9845 if (PMU_REG(sih, res_state, 0, 0) & PMURES_BIT(RES4387_PWRSW_MAIN)) { in si_pmu_res_state_pwrsw_main_wait()
9846 SPINWAIT((PMU_REG(sih, res_state, 0, 0) & in si_pmu_res_state_pwrsw_main_wait()
9850 ret = (PMU_REG(sih, res_state, 0, 0) & PMURES_BIT(RES4387_PWRSW_MAIN)) ? in si_pmu_res_state_pwrsw_main_wait()
9927 SPINWAIT(!(PMU_REG(sih, res_state, 0, 0) & PMURES_BIT(rsrc)), PMU_MAX_TRANSITION_DLY); in si_pmu_res_state_wait()
9928 ASSERT(PMU_REG(sih, res_state, 0, 0) & PMURES_BIT(rsrc)); in si_pmu_res_state_wait()