Home
last modified time | relevance | path

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

/openbmc/linux/drivers/interconnect/qcom/
H A Dbcm-voter.c50 static u64 bcm_div(u64 num, u32 base) in bcm_div() function
102 temp = bcm_div(node->sum_avg[bucket] * bcm->aux_data.width, in bcm_aggregate()
106 temp = bcm_div(node->max_peak[bucket] * bcm->aux_data.width, in bcm_aggregate()
112 bcm->vote_x[bucket] = bcm_div(temp, bcm->aux_data.unit); in bcm_aggregate()
115 bcm->vote_y[bucket] = bcm_div(temp, bcm->aux_data.unit); in bcm_aggregate()