Home
last modified time | relevance | path

Searched refs:temp_rate (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_ap.c329 hi_u8 temp_rate; /* 临时速率,用于数据交换 */ in hmac_user_sort_op_rates() local
350 temp_rate = hmac_user->op_rates.auc_rs_rates[loop]; in hmac_user_sort_op_rates()
352 hmac_user->op_rates.auc_rs_rates[temp_index] = temp_rate; in hmac_user_sort_op_rates()
510 hi_u8 temp_rate; in hmac_resort_rates_info() local
549 temp_rate = hmac_user->op_rates.auc_rs_rates[5]; in hmac_resort_rates_info()
552 hmac_user->op_rates.auc_rs_rates[3] = temp_rate; /* 3 元素索引 */ in hmac_resort_rates_info()
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c1934 unsigned long temp_rate = 0; in rockchip_get_system_status_rate() local
1993 temp_rate = (unsigned long)freq * 0x3e8; in rockchip_get_system_status_rate()
1994 if (dmcfreq->fixed_rate < temp_rate) { in rockchip_get_system_status_rate()
1995 dmcfreq->fixed_rate = temp_rate; in rockchip_get_system_status_rate()
2037 unsigned long temp_rate = 0; in rockchip_get_system_status_level() local
2137 temp_rate = rockchip_freq_level_2_rate(dmcfreq, level); in rockchip_get_system_status_level()
2138 if (dmcfreq->fixed_rate < temp_rate) { in rockchip_get_system_status_level()
2139 dmcfreq->fixed_rate = temp_rate; in rockchip_get_system_status_level()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c2086 unsigned long temp_rate = 0; in rockchip_get_system_status_rate() local
2143 temp_rate = freq * 1000; in rockchip_get_system_status_rate()
2144 if (dmcfreq->fixed_rate < temp_rate) in rockchip_get_system_status_rate()
2145 dmcfreq->fixed_rate = temp_rate; in rockchip_get_system_status_rate()
2189 unsigned long temp_rate = 0; in rockchip_get_system_status_level() local
2290 temp_rate = rockchip_freq_level_2_rate(dmcfreq, level); in rockchip_get_system_status_level()
2291 if (dmcfreq->fixed_rate < temp_rate) { in rockchip_get_system_status_level()
2292 dmcfreq->fixed_rate = temp_rate; in rockchip_get_system_status_level()

Completed in 11 milliseconds