Lines Matching refs:high_count
703 uint16_t high_count, low_count, rcv_count, xmit_count;
711 * limit the divider, so that min(low_count, high_count)
721 * limit the divider, so that max(low_count, high_count)
741 * clock cycles to the low_count and 7 cycles to the high_count.
748 high_count = DIV_ROUND_CLOSEST(divider * 6, (13 + 6));
754 high_count = DIV_ROUND_CLOSEST(divider * 40, (47 + 40));
758 rcv_count = high_count * 3 / 8;
763 speed, clk / divider, divider, low_count, high_count,
767 high_count -= 7;
768 i2c->timing0 = (high_count << 16) | rcv_count;