Lines Matching refs:current_count
586 int i, j, remaining, current_count, buffer_offset, ret = num; in r500_hw_i2c_xfer() local
710 current_count = 15; in r500_hw_i2c_xfer()
712 current_count = remaining; in r500_hw_i2c_xfer()
723 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer()
742 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer()
744 remaining -= current_count; in r500_hw_i2c_xfer()
745 buffer_offset += current_count; in r500_hw_i2c_xfer()
750 current_count = 15; in r500_hw_i2c_xfer()
752 current_count = remaining; in r500_hw_i2c_xfer()
761 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer()
766 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer()
785 remaining -= current_count; in r500_hw_i2c_xfer()
786 buffer_offset += current_count; in r500_hw_i2c_xfer()