igc_i225.c | 899 uint32_t tw_system, ltrc, ltrv, ltr_min, ltr_max, scale_min, scale_max; local in function:igc_set_ltr_i225 964 scale_max = (ltr_max / 1024) < 1024 ? IGC_LTRMAXV_SCALE_1024 : 967 ltr_max /= scale_max == IGC_LTRMAXV_SCALE_1024 ? 1024 : 32768;
|