/src/sys/arch/arm/at91/ |
at91st.c | 287 u_int current_count; local in function:microtime 301 current_count = READ_ST(ST_CRTR); 308 tvp->tv_usec += at91st_count_to_usec(AT91ST_DIVIDER - current_count);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atombios_i2c.c | 119 int i, remaining, current_count, buffer_offset, max_bytes, ret; local in function:amdgpu_atombios_i2c_xfer 148 current_count = max_bytes; 150 current_count = remaining; 153 &p->buf[buffer_offset], current_count); 156 remaining -= current_count; 157 buffer_offset += current_count;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atombios_i2c.c | 112 int i, remaining, current_count, buffer_offset, max_bytes, ret; local in function:radeon_atom_hw_i2c_xfer 141 current_count = max_bytes; 143 current_count = remaining; 146 &p->buf[buffer_offset], current_count); 149 remaining -= current_count; 150 buffer_offset += current_count;
|
radeon_i2c.c | 596 int i, j, remaining, current_count, buffer_offset, ret = num; local in function:r500_hw_i2c_xfer 720 current_count = 15; 722 current_count = remaining; 733 AVIVO_DC_I2C_DATA_COUNT(current_count) | 752 for (j = 0; j < current_count; j++) 754 remaining -= current_count; 755 buffer_offset += current_count; 760 current_count = 15; 762 current_count = remaining; 771 for (j = 0; j < current_count; j++ [all...] |