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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2ellis.c161 pB->i2eState = II_STATE_COLD;
206 pB->i2eState = II_STATE_RESET;
248 if (pB->i2eState != II_STATE_RESET) {
287 if (pB->i2eState != II_STATE_RESET || !iiDelayed)
544 pB->i2eState = II_STATE_READY; // Ready to load loadware.
1229 // Uses the i2eState and i2eToLoad fields (initialized at iiInitialize) to
1242 switch(pB->i2eState)
1259 pB->i2eState = II_STATE_LOADING;
1316 pB->i2eState =
1341 pB->i2eState
[all...]
H A Di2ellis.h285 unsigned char i2eState; member in struct:_i2eBordStr
288 // board. (i2eState == II_STATE_LOADED or i2eState == II_STATE_STDLOADED )
484 // i2eState
585 // downloading loadware. (see i2eState)
H A Di2lib.c155 if (pB->i2eState != II_STATE_STDLOADED) {

Completed in 47 milliseconds