Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dcosa.c128 #define COSA_FW_DOWNLOAD (1<<1) /* Is the microcode downloaded? */ macro
1041 cosa->firmware_status &= ~(COSA_FW_RESET|COSA_FW_DOWNLOAD); in cosa_download()
1051 cosa->firmware_status |= COSA_FW_RESET|COSA_FW_DOWNLOAD; in cosa_download()
1096 if ((cosa->firmware_status & (COSA_FW_RESET|COSA_FW_DOWNLOAD)) in cosa_start()
1097 != (COSA_FW_RESET|COSA_FW_DOWNLOAD)) { in cosa_start()

Completed in 3 milliseconds