Home
last modified time | relevance | path

Searched refs:bcm_div (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/interconnect/qcom/
Dbcm-voter.c50 static u64 bcm_div(u64 num, u32 base) in bcm_div() function
72 temp = bcm_div(node->sum_avg[bucket] * bcm->aux_data.width, in bcm_aggregate()
76 temp = bcm_div(node->max_peak[bucket] * bcm->aux_data.width, in bcm_aggregate()
82 bcm->vote_x[bucket] = bcm_div(temp, bcm->aux_data.unit); in bcm_aggregate()
85 bcm->vote_y[bucket] = bcm_div(temp, bcm->aux_data.unit); in bcm_aggregate()