Searched refs:MEMBLOCK (Results 1 – 1 of 1) sorted by relevance
1509 #define MEMBLOCK 2048 macro1512 #if (MEMBLOCK + 17 > DHD_IOCTL_MAXLEN)1513 #error MEMBLOCK/DHD_IOCTL_MAXLEN sizing1557 uint8 memblock[MEMBLOCK]; in dhd_load_file_bytes()1566 assert(blk_sz <= MEMBLOCK); in dhd_load_file_bytes()1573 if (!ISALIGNED(start, MEMBLOCK)) in dhd_load_file_bytes()1574 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes()1726 uint memblock_sz = MEMBLOCK; in dhd_download()1968 uint8 memblock[MEMBLOCK]; in dhd_dldn()2042 while ((len = fread(memblock, sizeof(uint8), MEMBLOCK, fp))) { in dhd_dldn()[all …]