Searched refs:DOWNLOAD_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance
199 (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) in cw1200_load_firmware_cw1200()204 if ((put - get) > (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) { in cw1200_load_firmware_cw1200()224 (put & (DOWNLOAD_FIFO_SIZE - 1))), in cw1200_load_firmware_cw1200()228 put & (DOWNLOAD_FIFO_SIZE - 1)); in cw1200_load_firmware_cw1200()
35 #define DOWNLOAD_FIFO_SIZE (0x00008000) macro