Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dstratix10-svc.c248 int count_in_sec; in svc_thread_cmd_config_status() local
257 count_in_sec = FPGA_CONFIG_STATUS_TIMEOUT_SEC; in svc_thread_cmd_config_status()
258 while (count_in_sec) { in svc_thread_cmd_config_status()
270 count_in_sec--; in svc_thread_cmd_config_status()
273 if (res.a0 == INTEL_SIP_SMC_STATUS_OK && count_in_sec) in svc_thread_cmd_config_status()