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

/linux-master/drivers/net/wireless/silabs/wfx/
H A Dfwio.c19 #define DNLD_BLOCK_SIZE 0x0400 macro
20 #define DNLD_FIFO_SIZE 0x8000 /* (32 * DNLD_BLOCK_SIZE) */
177 if (len % DNLD_BLOCK_SIZE) {
186 if (offs + DNLD_BLOCK_SIZE - bytes_done < DNLD_FIFO_SIZE)
198 data + offs, DNLD_BLOCK_SIZE);
203 offs += DNLD_BLOCK_SIZE;

Completed in 142 milliseconds