Lines Matching refs:current_count
589 int i, j, remaining, current_count, buffer_offset, ret = num; in r500_hw_i2c_xfer() local
713 current_count = 15; in r500_hw_i2c_xfer()
715 current_count = remaining; in r500_hw_i2c_xfer()
726 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer()
745 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer()
747 remaining -= current_count; in r500_hw_i2c_xfer()
748 buffer_offset += current_count; in r500_hw_i2c_xfer()
753 current_count = 15; in r500_hw_i2c_xfer()
755 current_count = remaining; in r500_hw_i2c_xfer()
764 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer()
769 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer()
788 remaining -= current_count; in r500_hw_i2c_xfer()
789 buffer_offset += current_count; in r500_hw_i2c_xfer()