Lines Matching refs:ht_req
3240 uint32 ht_req = (PMURES_BIT(rsc->ht_avail) | PMURES_BIT(rsc->macphy_clkavail)); in si_pmu_htclk_mask() local
3257 ht_req |= PMURES_BIT(rsc->ht_start); in si_pmu_htclk_mask()
3264 return ht_req; in si_pmu_htclk_mask()
4098 uint32 ht_req; in si_pmu_pll_off() local
4105 ht_req = si_pmu_htclk_mask(sih); in si_pmu_pll_off()
4106 if (ht_req == 0) in si_pmu_pll_off()
4129 OR_REG(osh, &pmu->max_res_mask, ht_req); in si_pmu_pll_off()
4142 AND_REG(osh, &pmu->min_res_mask, ~ht_req); in si_pmu_pll_off()
4143 AND_REG(osh, &pmu->max_res_mask, ~ht_req); in si_pmu_pll_off()
4162 uint32 ht_req; in si_pmu_pll_off_PARR() local
4178 ht_req = si_pmu_htclk_mask(sih); in si_pmu_pll_off_PARR()
4179 if (ht_req == 0) { in si_pmu_pll_off_PARR()
4208 OR_REG(osh, &pmu->max_res_mask, ht_req); in si_pmu_pll_off_PARR()
4216 AND_REG(osh, &pmu->min_res_mask, ~ht_req); in si_pmu_pll_off_PARR()
4217 AND_REG(osh, &pmu->max_res_mask, ~ht_req); in si_pmu_pll_off_PARR()
4229 uint32 ht_req; in si_pmu_pll_on() local
4231 ht_req = si_pmu_htclk_mask(sih); in si_pmu_pll_on()
4232 if (ht_req == 0) in si_pmu_pll_on()
4235 max_mask_mask &= ht_req; in si_pmu_pll_on()
4236 min_mask_mask &= ht_req; in si_pmu_pll_on()