Searched refs:current_count (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | atombios_i2c.c | 105 int i, remaining, current_count, buffer_offset, max_bytes, ret; in radeon_atom_hw_i2c_xfer() local 134 current_count = max_bytes; in radeon_atom_hw_i2c_xfer() 136 current_count = remaining; in radeon_atom_hw_i2c_xfer() 139 &p->buf[buffer_offset], current_count); in radeon_atom_hw_i2c_xfer() 142 remaining -= current_count; in radeon_atom_hw_i2c_xfer() 143 buffer_offset += current_count; in radeon_atom_hw_i2c_xfer()
|
H A D | radeon_i2c.c | 804 current_count = 15; in r500_hw_i2c_xfer() 806 current_count = remaining; in r500_hw_i2c_xfer() 817 AVIVO_DC_I2C_DATA_COUNT(current_count) | in r500_hw_i2c_xfer() 836 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer() 838 remaining -= current_count; in r500_hw_i2c_xfer() 839 buffer_offset += current_count; in r500_hw_i2c_xfer() 844 current_count = 15; in r500_hw_i2c_xfer() 846 current_count = remaining; in r500_hw_i2c_xfer() 855 for (j = 0; j < current_count; j++) in r500_hw_i2c_xfer() 879 remaining -= current_count; in r500_hw_i2c_xfer() [all …]
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_atombios_i2c.c | 112 int i, remaining, current_count, buffer_offset, max_bytes, ret; in amdgpu_atombios_i2c_xfer() local 141 current_count = max_bytes; in amdgpu_atombios_i2c_xfer() 143 current_count = remaining; in amdgpu_atombios_i2c_xfer() 146 &p->buf[buffer_offset], current_count); in amdgpu_atombios_i2c_xfer() 149 remaining -= current_count; in amdgpu_atombios_i2c_xfer() 150 buffer_offset += current_count; in amdgpu_atombios_i2c_xfer()
|
/openbsd/gnu/usr.bin/perl/t/porting/ |
H A D | podcheck.t | 1512 my $current_count = shift; 1517 my $fixed_count = $original_count - $current_count; 1523 There were $original_count occurrences (now $current_count) in this pod of type
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfxx-mips.c | 127 unsigned int current_count; member 2381 && arg->current_count + lcount + gcount <= maxcnt) in mips_elf_merge_gots() 2400 arg->current_count = arg->current->local_gotno in mips_elf_merge_gots() 2411 arg->current_count = lcount + gcount; in mips_elf_merge_gots()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfxx-mips.c | 177 unsigned int current_count; member 3139 && arg->current_count + lcount + gcount + tcount <= maxcnt) in mips_elf_merge_gots() 3160 arg->current_count = arg->current->local_gotno in mips_elf_merge_gots() 3171 arg->current_count = lcount + gcount + 2 * tcount; in mips_elf_merge_gots()
|