Lines Matching refs:start
1518 dhd_verify_file_bytes(void *dhd, uint8 *memblock, int start, uint len) in dhd_verify_file_bytes() argument
1526 params[0] = start; in dhd_verify_file_bytes()
1531 __FUNCTION__, len, start); in dhd_verify_file_bytes()
1540 start+i, src[i], dst[i]); in dhd_verify_file_bytes()
1550 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start, uint blk_sz, bool verify) in dhd_load_file_bytes() argument
1572 if (!ISALIGNED(start, MEMBLOCK)) in dhd_load_file_bytes()
1573 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes()
1589 memcpy(bufp, &start, sizeof(int)); in dhd_load_file_bytes()
1599 __FUNCTION__, ret, len, start); in dhd_load_file_bytes()
1604 if (dhd_verify_file_bytes(dhd, memblock, start, len) != 0) { in dhd_load_file_bytes()
1608 "from 0x%08x\n", __FUNCTION__, len, start); in dhd_load_file_bytes()
1614 start += len; in dhd_load_file_bytes()
1707 uint32 start; in dhd_download()
1730 if ((ret = dhd_get_ramstart(dhd, &start)) != BCME_OK) in dhd_download()
1751 start = (uint32)opts.uval; in dhd_download()
1877 if ((ret = dhd_load_file_bytes(dhd, cmd, fp, fsize, start, memblock_sz, verify))) { in dhd_download()
1879 __FUNCTION__, start); in dhd_download()
1958 uint32 start; in dhd_dldn()
2038 if ((ret = dhd_get_ramstart(dhd, &start)) != BCME_OK) in dhd_dldn()
2051 __FUNCTION__, ret, len, start); in dhd_dldn()
2055 start += len; in dhd_dldn()
2084 uint32 start; in dhd_upload()
2100 if ((ret = dhd_get_ramstart(dhd, &start)) != BCME_OK) in dhd_upload()
2121 start = (uint32)opts.uval; in dhd_upload()
2157 ramsize = start + size; in dhd_upload()
2168 size = ramsize - start; in dhd_upload()
2177 params[0] = start; in dhd_upload()
2182 __FUNCTION__, len, start); in dhd_upload()
2192 start += len; in dhd_upload()
2285 unsigned int start; in dhd_coredump()
2335 start = debugInfo.ram_base; in dhd_coredump()
2399 params[0] = start; in dhd_coredump()
2404 __FUNCTION__, len, start); in dhd_coredump()
2414 start += len; in dhd_coredump()
2440 unsigned int start; in dhd_consoledump()
2495 start = (unsigned int)((hndrte_cons_t *)ptr)->log.buf; in dhd_consoledump()
2498 if (start <= debugInfo.ram_base) { in dhd_consoledump()
2508 params[0] = start; in dhd_consoledump()
2513 __FUNCTION__, len, start); in dhd_consoledump()
2519 start += len; in dhd_consoledump()