Lines Matching refs:memptr
4132 uint8 *memblock = NULL, *memptr = NULL; in dhdpcie_download_code_file() local
4200 memptr = memblock = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4216 memptr += (DHD_SDALIGN - ((uint32)(uintptr)memblock % DHD_SDALIGN)); in dhdpcie_download_code_file()
4239 while ((len = dhd_os_get_image_block((char*)memptr, MEMBLOCK, imgbuf))) in dhdpcie_download_code_file()
4244 memcpy(memptr, dnld_buf + buf_offset, len); in dhdpcie_download_code_file()
4266 bus->resetinstr = *(((uint32*)memptr)); in dhdpcie_download_code_file()
4273 bcmerror = dhdpcie_bus_membytes(bus, TRUE, offset, (uint8 *)memptr, len); in dhdpcie_download_code_file()
4288 if (memcmp(memptr_tmp, memptr, len)) { in dhdpcie_download_code_file()
4559 uint8 *memblock = NULL, *memptr; in dhdpcie_download_code_array() local
4587 memptr = memblock = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_array()
4593 memptr += (DHD_SDALIGN - ((uint32)(uintptr)memblock % DHD_SDALIGN)); in dhdpcie_download_code_array()
4602 memcpy(memptr, (p_dlarray + downloded_len), len); in dhdpcie_download_code_array()
4608 bus->resetinstr = *(((uint32*)memptr)); in dhdpcie_download_code_array()
4613 bcmerror = dhdpcie_bus_membytes(bus, TRUE, offset, (uint8 *)memptr, len); in dhdpcie_download_code_array()