Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_ipa.c23 u32 ref_lkg = data->ref_leakage; in calculate_static_coefficient() local
29 if (ref_lkg) in calculate_static_coefficient()
30 lkg = ref_lkg; in calculate_static_coefficient()
34 if (ref_lkg) { in calculate_static_coefficient()
35 data->static_coefficient = static_coeff * lkg / ref_lkg; in calculate_static_coefficient()