Searched refs:COSA_FW_RESET (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dcosa.c144 #define COSA_FW_RESET (1<<0) /* Is the ROM monitor active? */
1041 cosa->firmware_status &= ~(COSA_FW_RESET|COSA_FW_START);
1048 cosa->firmware_status |= COSA_FW_RESET;
1061 if (!(cosa->firmware_status & COSA_FW_RESET)) {
1077 cosa->firmware_status &= ~(COSA_FW_RESET|COSA_FW_DOWNLOAD);
1087 cosa->firmware_status |= COSA_FW_RESET|COSA_FW_DOWNLOAD;
1101 if (!(cosa->firmware_status & COSA_FW_RESET)) {
1111 cosa->firmware_status &= ~COSA_FW_RESET;
1121 cosa->firmware_status |= COSA_FW_RESET;
1134 if ((cosa->firmware_status & (COSA_FW_RESET|COSA_FW_DOWNLOA
143 #define COSA_FW_RESET macro
[all...]

Completed in 72 milliseconds