| /linux-6.15/drivers/soc/mediatek/ |
| H A D | mtk-dvfsrc.c | 273 u32 new_bw = (u32)div_u64(bw, 100 * 1000); in __dvfsrc_set_dram_bw_v1() local 277 new_bw = min(new_bw, max_bw); in __dvfsrc_set_dram_bw_v1() 278 if (min_bw && new_bw > 0) in __dvfsrc_set_dram_bw_v1() 279 new_bw = max(new_bw, min_bw); in __dvfsrc_set_dram_bw_v1() 281 dvfsrc_writel(dvfsrc, reg, new_bw); in __dvfsrc_set_dram_bw_v1()
|
| /linux-6.15/kernel/sched/ |
| H A D | deadline.c | 342 __add_rq_bw(new_bw, &rq->dl); in dl_rq_change_utilization() 1698 u64 new_bw = dl_se->dl_bw; in __dl_server_attach_root() local 1732 __add_rq_bw(new_bw, &rq->dl); in dl_server_apply_params() 1733 __dl_add(dl_b, new_bw, cpus); in dl_server_apply_params() 1736 __dl_add(dl_b, new_bw, cpus); in dl_server_apply_params() 3207 if (new_bw * cpus < dl_b->total_bw) in sched_dl_global_validate() 3236 u64 new_bw = -1; in sched_dl_do_global() local 3256 dl_b->bw = new_bw; in sched_dl_do_global() 3302 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow() 3314 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow() [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_tunnel.c | 77 int new_bw; in update_tunnel_state() local 99 new_bw = get_current_link_bw(intel_dp, &new_bw_below_dprx); in update_tunnel_state() 110 kbytes_to_mbits(old_bw), kbytes_to_mbits(new_bw)); in update_tunnel_state() 686 int new_bw; in atomic_decrease_bw() local 701 new_bw = drm_dp_tunnel_atomic_get_required_bw(new_tunnel_state); in atomic_decrease_bw() 703 if (new_bw >= old_bw) in atomic_decrease_bw() 706 drm_dp_tunnel_alloc_bw(tunnel, new_bw); in atomic_decrease_bw()
|
| /linux-6.15/net/mac80211/ |
| H A D | he.c | 258 enum ieee80211_sta_rx_bandwidth new_bw; in ieee80211_link_sta_rc_update_omi() local 264 new_bw = ieee80211_sta_cur_vht_bw(link_sta); in ieee80211_link_sta_rc_update_omi() 265 if (link_sta->pub->bandwidth == new_bw) in ieee80211_link_sta_rc_update_omi() 268 link_sta->pub->bandwidth = new_bw; in ieee80211_link_sta_rc_update_omi()
|
| H A D | vht.c | 651 enum ieee80211_sta_rx_bandwidth new_bw; in __ieee80211_vht_handle_opmode() local 701 new_bw = ieee80211_sta_cur_vht_bw(link_sta); in __ieee80211_vht_handle_opmode() 702 if (new_bw != link_sta->pub->bandwidth) { in __ieee80211_vht_handle_opmode() 703 link_sta->pub->bandwidth = new_bw; in __ieee80211_vht_handle_opmode()
|
| H A D | rx.c | 3581 enum ieee80211_sta_rx_bandwidth max_bw, new_bw; in ieee80211_rx_h_action() local 3596 new_bw = ieee80211_sta_cur_vht_bw(rx->link_sta); in ieee80211_rx_h_action() 3598 if (rx->link_sta->pub->bandwidth == new_bw) in ieee80211_rx_h_action() 3601 rx->link_sta->pub->bandwidth = new_bw; in ieee80211_rx_h_action()
|
| /linux-6.15/drivers/edac/ |
| H A D | edac_mc_sysfs.c | 729 int new_bw = 0; in mci_sdram_scrub_rate_store() local 734 new_bw = mci->set_sdram_scrub_rate(mci, bandwidth); in mci_sdram_scrub_rate_store() 735 if (new_bw < 0) { in mci_sdram_scrub_rate_store()
|
| H A D | i7core_edac.c | 1957 static int set_sdram_scrub_rate(struct mem_ctl_info *mci, u32 new_bw) in set_sdram_scrub_rate() argument 1971 if (new_bw == 0) { in set_sdram_scrub_rate() 1992 do_div(scrub_interval, new_bw); in set_sdram_scrub_rate() 2011 return new_bw; in set_sdram_scrub_rate()
|
| H A D | e752x_edac.c | 988 static int set_sdram_scrub_rate(struct mem_ctl_info *mci, u32 new_bw) in set_sdram_scrub_rate() argument 1005 if (scrubrates[i].bandwidth >= new_bw) in set_sdram_scrub_rate()
|
| H A D | amd64_edac.c | 189 static int __set_scrub_rate(struct amd64_pvt *pvt, u32 new_bw, u32 min_rate) in __set_scrub_rate() argument 211 if (scrubrates[i].bandwidth <= new_bw) in __set_scrub_rate()
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | tunnel.c | 768 u32 new_rate, new_lanes, new_bw; in tb_dp_xchg_caps() local 778 new_bw = tb_dp_bandwidth(new_rate, new_lanes); in tb_dp_xchg_caps() 781 new_rate, new_lanes, new_bw); in tb_dp_xchg_caps()
|