Lines Matching defs:low_count
696 uint16_t high_count, low_count, rcv_count, xmit_count;
704 * limit the divider, so that min(low_count, high_count)
714 * limit the divider, so that max(low_count, high_count)
734 * clock cycles to the low_count and 7 cycles to the high_count.
740 low_count = DIV_ROUND_CLOSEST(divider * 13, (13 + 6));
746 low_count = DIV_ROUND_CLOSEST(divider * 47, (47 + 40));
752 xmit_count = low_count * 3 / 8;
756 speed, clk / divider, divider, low_count, high_count,
759 low_count -= 2;
762 i2c->timing1 = (low_count << 16) | xmit_count;