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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c1508 #define MEMBLOCK 2048 macro
1510 /* Check that strlen("membytes")+1 + 2*sizeof(int32) + MEMBLOCK <= DHD_IOCTL_MAXLEN */
1511 #if (MEMBLOCK + 17 > DHD_IOCTL_MAXLEN)
1512 #error MEMBLOCK/DHD_IOCTL_MAXLEN sizing
1556 uint8 memblock[MEMBLOCK];
1565 assert(blk_sz <= MEMBLOCK);
1572 if (!ISALIGNED(start, MEMBLOCK))
1573 read_len = ROUNDUP(start, MEMBLOCK) - start;
1725 uint memblock_sz = MEMBLOCK;
1967 uint8 memblock[MEMBLOCK];
[all...]

Completed in 34 milliseconds