Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Dbcm-ocotp.c29 #define OTPC_RETRIES 5000 macro
118 for (retries = 0; retries < OTPC_RETRIES; retries++) { in poll_cpu_status()
124 if (retries == OTPC_RETRIES) in poll_cpu_status()