Searched refs:shift_count (Results 1 – 4 of 4) sorted by relevance
67 extern int shift_count;2297 shift_count = (int) number; in commands()2299 number = (shift_count > 0) ? shift_count : sc_width / 2; in commands()2313 shift_count = (int) number; in commands()2315 number = (shift_count > 0) ? shift_count : sc_width / 2; in commands()
50 extern int shift_count;261 toggle_fraction(&shift_count, &shift_count_fraction, in opt_shift()265 query_fraction(shift_count, shift_count_fraction, in opt_shift()275 shift_count = (int) muldiv(sc_width, shift_count_fraction, NUM_FRAC_DENOM); in calc_shift_count()
45 public int shift_count; /* Number of positions to shift horizontally */ variable
141 const uint32_t shift_count = (ops->wait_shift_count != 0) in exponential_backoff() local175 shift_count); in exponential_backoff()