Lines Matching refs:high_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.
741 high_count = DIV_ROUND_CLOSEST(divider * 6, (13 + 6));
747 high_count = DIV_ROUND_CLOSEST(divider * 40, (47 + 40));
751 rcv_count = high_count * 3 / 8;
756 speed, clk / divider, divider, low_count, high_count,
760 high_count -= 7;
761 i2c->timing0 = (high_count << 16) | rcv_count;