Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvmem/
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()