Searched refs:DOWNLOAD_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance
196 (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) in cw1200_load_firmware_cw1200()201 if ((put - get) > (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) { in cw1200_load_firmware_cw1200()221 (put & (DOWNLOAD_FIFO_SIZE - 1))), in cw1200_load_firmware_cw1200()225 put & (DOWNLOAD_FIFO_SIZE - 1)); in cw1200_load_firmware_cw1200()
32 #define DOWNLOAD_FIFO_SIZE (0x00008000) macro
Completed in 4 milliseconds