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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp.c82 int32 Y_low_limit, Y_high_limit, C_low_limit, C_high_limit; local
103 Y_high_limit = (int32) clamp_vector[1];
168 if (comp_C0 > Y_high_limit)
169 comp_C0 = Y_high_limit;
197 int32 Y_low_limit, Y_high_limit, C_low_limit, C_high_limit; local
218 Y_high_limit = (int32) clamp_vector[1];
231 if (comp_C0 > Y_high_limit)
232 comp_C0 = Y_high_limit;

Completed in 100 milliseconds