OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:retry_count
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_dp_auxch.c
71
int
retry_count
= 0;
local in function:radeon_dp_aux_transfer_native
163
} while (
retry_count
++ < 1000);
165
if (
retry_count
>= 1000) {
/src/sys/dev/ic/
athrate-amrr.c
150
int
retry_count
= sr + lr;
local in function:ath_rate_tx_complete
153
if (
retry_count
== 1) {
155
} else if (
retry_count
== 2) {
158
} else if (
retry_count
== 3) {
162
} else if (
retry_count
> 3) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c
584
uint32_t
retry_count
= get_dmif_switch_time_us(
local in function:dce_mi_allocate_dmif
604
retry_delay,
retry_count
);
/src/sys/arch/sgimips/hpc/
pi1ppc.c
1529
int
retry_count
= 10000;
local in function:pi1ppc_poll_interrupt_stat
1552
if(((cur&nBUSY) == 0) &&
retry_count
) {
1553
retry_count
--;
/src/sys/arch/x68k/stand/libdos/
dos.h
89
unsigned short
retry_count
;
member in struct:dos_indos
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_ddc.c
385
int
retry_count
= 2;
local in function:dal_ddc_service_i2c_query_dp_dual_mode_adaptor
399
while (
retry_count
> 0) {
405
retry_count
--;
407
if (
retry_count
== 0) {
amdgpu_dc_link_dp.c
959
uint32_t
retry_count
;
local in function:perform_clock_recovery_sequence
968
retry_count
= 0;
978
(
retry_count
< LINK_TRAINING_MAX_CR_RETRY)) {
991
if (!
retry_count
)
1046
retry_count
++;
1049
if (
retry_count
>= LINK_TRAINING_MAX_CR_RETRY) {
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.c
439
int
retry_count
= 100;
local in function:intel_uncore_forcewake_reset
471
if (--
retry_count
== 0) {
/src/sys/arch/hp300/stand/common/
scsireg.h
359
u_char
retry_count
;
member in struct:scsi_err_recovery
Completed in 22 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025