Searched refs:COSA_FW_DOWNLOAD (Results 1 – 1 of 1) sorted by relevance
128 #define COSA_FW_DOWNLOAD (1<<1) /* Is the microcode downloaded? */ macro1038 cosa->firmware_status &= ~(COSA_FW_RESET|COSA_FW_DOWNLOAD); in cosa_download()1048 cosa->firmware_status |= COSA_FW_RESET|COSA_FW_DOWNLOAD; in cosa_download()1093 if ((cosa->firmware_status & (COSA_FW_RESET|COSA_FW_DOWNLOAD)) in cosa_start()1094 != (COSA_FW_RESET|COSA_FW_DOWNLOAD)) { in cosa_start()