Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pmdomain/qcom/
H A Drpmhpd.c616 unsigned int this_active_corner = 0, this_sleep_corner = 0; in rpmhpd_aggregate_corner() local
621 to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner); in rpmhpd_aggregate_corner()
624 this_active_corner = pd->level_count - 1; in rpmhpd_aggregate_corner()
634 active_corner = max(this_active_corner, peer_active_corner); in rpmhpd_aggregate_corner()
H A Drpmpd.c823 unsigned int this_active_corner = 0, this_sleep_corner = 0; in rpmpd_aggregate_corner() local
828 this_active_corner = this_sleep_corner = pd->max_state - 1; in rpmpd_aggregate_corner()
830 to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner); in rpmpd_aggregate_corner()
836 active_corner = max(this_active_corner, peer_active_corner); in rpmpd_aggregate_corner()