Home
last modified time | relevance | path

Searched refs:buffer_offset (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/drm/radeon/
H A Datombios_i2c.c105 int i, remaining, current_count, buffer_offset, max_bytes, ret; in radeon_atom_hw_i2c_xfer() local
123 buffer_offset = 0; in radeon_atom_hw_i2c_xfer()
139 &p->buf[buffer_offset], current_count); in radeon_atom_hw_i2c_xfer()
143 buffer_offset += current_count; in radeon_atom_hw_i2c_xfer()
H A Dradeon_i2c.c680 int i, j, remaining, current_count, buffer_offset, ret = num; in r500_hw_i2c_xfer() local
800 buffer_offset = 0; in r500_hw_i2c_xfer()
837 p->buf[buffer_offset + j] = RREG32(AVIVO_DC_I2C_DATA) & 0xff; in r500_hw_i2c_xfer()
839 buffer_offset += current_count; in r500_hw_i2c_xfer()
856 WREG32(AVIVO_DC_I2C_DATA, p->buf[buffer_offset + j]); in r500_hw_i2c_xfer()
880 buffer_offset += current_count; in r500_hw_i2c_xfer()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios_i2c.c112 int i, remaining, current_count, buffer_offset, max_bytes, ret; in amdgpu_atombios_i2c_xfer() local
130 buffer_offset = 0; in amdgpu_atombios_i2c_xfer()
146 &p->buf[buffer_offset], current_count); in amdgpu_atombios_i2c_xfer()
150 buffer_offset += current_count; in amdgpu_atombios_i2c_xfer()
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.c1306 int buffer_offset = 0, buffer_size = 0; in convert_from_stream() local
1317 if (buffer_offset + (READ_BUFFER_GROWTH + 1) >= buffer_size) in convert_from_stream()
1321 count = fread (buffer + buffer_offset, 1, READ_BUFFER_GROWTH, stream); in convert_from_stream()
1329 buffer_offset += count; in convert_from_stream()
1336 input_text_length = buffer_offset; in convert_from_stream()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dieee.c1295 file_ptr buffer_offset = 0; in ieee_archive_p() local
1371 buffer_offset += ieee_pos (IEEE_DATA (abfd)); in ieee_archive_p()
1372 if (bfd_seek (abfd, buffer_offset, SEEK_SET) != 0) in ieee_archive_p()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dieee.c1458 file_ptr buffer_offset = 0; local
1535 buffer_offset += ieee_pos (IEEE_DATA (abfd));
1536 if (bfd_seek (abfd, buffer_offset, SEEK_SET) != 0)