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

/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
H A Ddhd_sdio.c85 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ macro
1878 read_size = MIN(MEMBLOCK, size);
5420 while ((offset + MEMBLOCK) < sizeof(dlarray)) {
5421 bcmerror = dhdsdio_membytes(bus, TRUE, offset, dlarray + offset, MEMBLOCK);
5424 __FUNCTION__, bcmerror, MEMBLOCK, offset));
5428 offset += MEMBLOCK;
5450 while ((offset + MEMBLOCK) < sizeof(dlarray)) {
5451 bcmerror = dhdsdio_membytes(bus, FALSE, offset, ularray + offset, MEMBLOCK);
5454 __FUNCTION__, bcmerror, MEMBLOCK, offset));
5458 offset += MEMBLOCK;
[all...]
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
H A Ddhdu.c1442 #define MEMBLOCK 2048 macro
1444 /* Check that strlen("membytes")+1 + 2*sizeof(int32) + MEMBLOCK <= DHD_IOCTL_MAXLEN */
1445 #if (MEMBLOCK + 17 > DHD_IOCTL_MAXLEN)
1446 #error MEMBLOCK/DHD_IOCTL_MAXLEN sizing
1458 uint8 memblock[MEMBLOCK];
1465 if (read_len >= MEMBLOCK)
1466 read_len = MEMBLOCK;
1811 len = MIN(MEMBLOCK, size);

Completed in 107 milliseconds