Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_combrxphy.c172 u32 *rd_max_zero, in rk628_combrxphy_chose_round_for_ch() argument
180 if (rd_max_zero[i] > max) { in rk628_combrxphy_chose_round_for_ch()
181 max = rd_max_zero[i]; in rk628_combrxphy_chose_round_for_ch()
184 } else if (rd_max_zero[i] == max && rd_max_val[i] > max_v) { in rk628_combrxphy_chose_round_for_ch()
185 max = rd_max_zero[i]; in rk628_combrxphy_chose_round_for_ch()
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_combrxphy.c158 u32 *rd_max_zero, in rk628_combrxphy_chose_round_for_ch() argument
166 if (rd_max_zero[i] > max) { in rk628_combrxphy_chose_round_for_ch()
167 max = rd_max_zero[i]; in rk628_combrxphy_chose_round_for_ch()
170 } else if (rd_max_zero[i] == max && rd_max_val[i] > max_v) { in rk628_combrxphy_chose_round_for_ch()
171 max = rd_max_zero[i]; in rk628_combrxphy_chose_round_for_ch()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_combrxphy.c103 u32 *rd_max_zero, in rk628_combrxphy_chose_round_for_ch() argument
114 rd_max_zero, MAX_ROUND * sizeof(u32), false); in rk628_combrxphy_chose_round_for_ch()
123 if (rd_max_zero[i] > max) { in rk628_combrxphy_chose_round_for_ch()
124 max = rd_max_zero[i]; in rk628_combrxphy_chose_round_for_ch()
127 } else if (rd_max_zero[i] == max && rd_max_val[i] > max_v) { in rk628_combrxphy_chose_round_for_ch()
128 max = rd_max_zero[i]; in rk628_combrxphy_chose_round_for_ch()