Lines Matching refs:current_count
581 int i, j, remaining, current_count, buffer_offset, ret = num; in r500_hw_i2c_xfer() local
705 current_count = 15; in r500_hw_i2c_xfer()
707 current_count = remaining; in r500_hw_i2c_xfer()
718 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer()
737 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer()
739 remaining -= current_count; in r500_hw_i2c_xfer()
740 buffer_offset += current_count; in r500_hw_i2c_xfer()
745 current_count = 15; in r500_hw_i2c_xfer()
747 current_count = remaining; in r500_hw_i2c_xfer()
756 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer()
761 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer()
780 remaining -= current_count; in r500_hw_i2c_xfer()
781 buffer_offset += current_count; in r500_hw_i2c_xfer()