Searched refs:ht_req (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | hndpmu.c | 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 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | hndpmu.c | 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 [all …]
|