Home
last modified time | relevance | path

Searched refs:current_count (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Datombios_i2c.c112 int i, remaining, current_count, buffer_offset, max_bytes, ret; in radeon_atom_hw_i2c_xfer() local
141 current_count = max_bytes; in radeon_atom_hw_i2c_xfer()
143 current_count = remaining; in radeon_atom_hw_i2c_xfer()
146 &p->buf[buffer_offset], current_count); in radeon_atom_hw_i2c_xfer()
149 remaining -= current_count; in radeon_atom_hw_i2c_xfer()
150 buffer_offset += current_count; in radeon_atom_hw_i2c_xfer()
H A Dradeon_i2c.c710 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()
785 remaining -= current_count; in r500_hw_i2c_xfer()
[all …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Datombios_i2c.c117 int i, remaining, current_count, buffer_offset, max_bytes, ret; in amdgpu_atombios_i2c_xfer() local
146 current_count = max_bytes; in amdgpu_atombios_i2c_xfer()
148 current_count = remaining; in amdgpu_atombios_i2c_xfer()
151 &p->buf[buffer_offset], current_count); in amdgpu_atombios_i2c_xfer()
154 remaining -= current_count; in amdgpu_atombios_i2c_xfer()
155 buffer_offset += current_count; in amdgpu_atombios_i2c_xfer()