Searched refs:COSA_FW_DOWNLOAD (Results 1 – 1 of 1) sorted by relevance
141 #define COSA_FW_DOWNLOAD (1<<1) /* Is the microcode downloaded? */ macro1052 cosa->firmware_status &= ~(COSA_FW_RESET|COSA_FW_DOWNLOAD); in cosa_download()1062 cosa->firmware_status |= COSA_FW_RESET|COSA_FW_DOWNLOAD; in cosa_download()1107 if ((cosa->firmware_status & (COSA_FW_RESET|COSA_FW_DOWNLOAD)) in cosa_start()1108 != (COSA_FW_RESET|COSA_FW_DOWNLOAD)) { in cosa_start()