Home
last modified time | relevance | path

Searched refs:timeout_count (Results 1 – 4 of 4) sorted by relevance

/drivers/serial/
A Darm_dcc.c113 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc() local
115 while (--timeout_count) { in arm_dcc_putc()
120 if (timeout_count == 0) in arm_dcc_putc()
/drivers/video/
A Dlogicore_dp_tx.c377 u32 timeout_count; in aux_request_send() local
382 timeout_count = 0; in aux_request_send()
387 timeout_count++; in aux_request_send()
388 if (timeout_count >= AUX_MAX_TIMEOUT_COUNT) in aux_request_send()
435 timeout_count = 0; in aux_request_send()
440 timeout_count++; in aux_request_send()
441 if (timeout_count >= AUX_MAX_TIMEOUT_COUNT) in aux_request_send()
468 u32 timeout_count = 0; in aux_request() local
471 (timeout_count < AUX_MAX_TIMEOUT_COUNT)) { in aux_request()
476 timeout_count++; in aux_request()
[all …]
/drivers/video/zynqmp/
A Dzynqmp_dpsub.c481 u32 timeout_count = 0, status; in aux_request_send() local
489 timeout_count++; in aux_request_send()
490 if (timeout_count >= DP_AUX_MAX_TIMEOUT_COUNT) in aux_request_send()
541 timeout_count = 0; in aux_request_send()
546 timeout_count++; in aux_request_send()
547 if (timeout_count >= DP_AUX_MAX_TIMEOUT_COUNT) in aux_request_send()
574 u32 status, defer_count = 0, timeout_count = 0; in aux_request() local
580 timeout_count++; in aux_request()
590 timeout_count++; in aux_request()
597 (timeout_count < DP_AUX_MAX_TIMEOUT_COUNT)); in aux_request()
/drivers/misc/
A Dk3_bist.c419 u32 timeout_count = 0; in lbist_start() local
434 (timeout_count++ < PBIST_MAX_TIMEOUT_VALUE)) { in lbist_start()

Completed in 20 milliseconds