Lines Matching refs:memptr
9568 uint8 *memblock = NULL, *memptr; local
9588 memptr = memblock = MALLOC(bus->dhd->osh, memblock_size + DHD_SDALIGN);
9595 memptr += (DHD_SDALIGN - ((uint32)(uintptr)memblock % DHD_SDALIGN));
9602 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) {
9613 bus->resetinstr = *(((uint32*)memptr));
9622 trx_hdr = (struct trx_header *)memptr;
9629 bcmerror = dhdsdio_membytes(bus, TRUE, offset, memptr, len);
9684 uint8 *memblock = NULL, *memptr; local
9703 memptr = memblock = MALLOC(bus->dhd->osh, memblock_size + DHD_SDALIGN);
9710 memptr += (DHD_SDALIGN - ((uint32)(uintptr)memblock % DHD_SDALIGN));
9717 while ((len = dhd_os_get_image_block((char*)memptr, memblock_size, image))) {
9724 bcmerror = dhdsdio_membytes(bus, TRUE, (ucode_base + offset), memptr, len);