Lines Matching refs:memptr_tmp
4018 uint8 *memptr_tmp = NULL; // terence: check downloaded firmware is correct in dhdpcie_download_code_file() local
4050 memptr_tmp = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4051 if (memptr_tmp == NULL) { in dhdpcie_download_code_file()
4080 bcmerror = dhdpcie_bus_membytes(bus, FALSE, offset, memptr_tmp, len); in dhdpcie_download_code_file()
4086 if (memcmp(memptr_tmp, (uint8 *)fw->data + buf_offset, len)) { in dhdpcie_download_code_file()
4107 if (memptr_tmp) in dhdpcie_download_code_file()
4108 MFREE(bus->dhd->osh, memptr_tmp, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4134 uint8 *memptr_tmp = NULL; // terence: check downloaded firmware is correct in dhdpcie_download_code_file() local
4208 memptr_tmp = MALLOC(bus->dhd->osh, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()
4209 if (memptr_tmp == NULL) { in dhdpcie_download_code_file()
4282 bcmerror = dhdpcie_bus_membytes(bus, FALSE, offset, memptr_tmp, len); in dhdpcie_download_code_file()
4288 if (memcmp(memptr_tmp, memptr, len)) { in dhdpcie_download_code_file()
4313 if (memptr_tmp) in dhdpcie_download_code_file()
4314 MFREE(bus->dhd->osh, memptr_tmp, MEMBLOCK + DHD_SDALIGN); in dhdpcie_download_code_file()