Searched refs:COSA_FW_DOWNLOAD (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.c145 #define COSA_FW_DOWNLOAD (1<<1) /* Is the microcode downloaded? */
1077 cosa->firmware_status &= ~(COSA_FW_RESET|COSA_FW_DOWNLOAD);
1087 cosa->firmware_status |= COSA_FW_RESET|COSA_FW_DOWNLOAD;
1134 if ((cosa->firmware_status & (COSA_FW_RESET|COSA_FW_DOWNLOAD))
1135 != (COSA_FW_RESET|COSA_FW_DOWNLOAD)) {
144 #define COSA_FW_DOWNLOAD macro

Completed in 129 milliseconds