Lines Matching defs:low_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.
747 low_count = DIV_ROUND_CLOSEST(divider * 13, (13 + 6));
753 low_count = DIV_ROUND_CLOSEST(divider * 47, (47 + 40));
759 xmit_count = low_count * 3 / 8;
763 speed, clk / divider, divider, low_count, high_count,
766 low_count -= 2;
769 i2c->timing1 = (low_count << 16) | xmit_count;