Lines Matching refs:current_count
583 int i, j, remaining, current_count, buffer_offset, ret = num; in r500_hw_i2c_xfer() local
707 current_count = 15; in r500_hw_i2c_xfer()
709 current_count = remaining; in r500_hw_i2c_xfer()
720 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer()
739 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer()
741 remaining -= current_count; in r500_hw_i2c_xfer()
742 buffer_offset += current_count; in r500_hw_i2c_xfer()
747 current_count = 15; in r500_hw_i2c_xfer()
749 current_count = remaining; in r500_hw_i2c_xfer()
758 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer()
763 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer()
782 remaining -= current_count; in r500_hw_i2c_xfer()
783 buffer_offset += current_count; in r500_hw_i2c_xfer()