Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Dbcm-ocotp.c18 #define OTPC_RETRIES 5000 macro
107 for (retries = 0; retries < OTPC_RETRIES; retries++) { in poll_cpu_status()
113 if (retries == OTPC_RETRIES) in poll_cpu_status()