Searched refs:OTPC_PROGWAIT (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmotp.c1437 #define OTPC_PROGWAIT 0x00ffff00 macro
1912 if (((st & OTPS_PROGFAIL) == 0) || (pwait == OTPC_PROGWAIT) || (no_retry)) {
1916 pwait = (pwait << 3) & OTPC_PROGWAIT;
1918 pwait = (pwait << 1) & OTPC_PROGWAIT;
1920 pwait = OTPC_PROGWAIT;

Completed in 94 milliseconds