• Home
  • Raw
  • Download

Lines Matching refs:start

1519 dhd_verify_file_bytes(void *dhd, uint8 *memblock, int start, uint len)  in dhd_verify_file_bytes()  argument
1527 params[0] = start; in dhd_verify_file_bytes()
1532 __FUNCTION__, len, start); in dhd_verify_file_bytes()
1541 start+i, src[i], dst[i]); in dhd_verify_file_bytes()
1551 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
1573 if (!ISALIGNED(start, MEMBLOCK)) in dhd_load_file_bytes()
1574 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes()
1590 memcpy(bufp, &start, sizeof(int)); in dhd_load_file_bytes()
1600 __FUNCTION__, ret, len, start); in dhd_load_file_bytes()
1605 if (dhd_verify_file_bytes(dhd, memblock, start, len) != 0) { in dhd_load_file_bytes()
1609 "from 0x%08x\n", __FUNCTION__, len, start); in dhd_load_file_bytes()
1615 start += len; in dhd_load_file_bytes()
1708 uint32 start; in dhd_download()
1731 if ((ret = dhd_get_ramstart(dhd, &start)) != BCME_OK) in dhd_download()
1752 start = (uint32)opts.uval; in dhd_download()
1878 if ((ret = dhd_load_file_bytes(dhd, cmd, fp, fsize, start, memblock_sz, verify))) { in dhd_download()
1880 __FUNCTION__, start); in dhd_download()
1959 uint32 start; in dhd_dldn()
2039 if ((ret = dhd_get_ramstart(dhd, &start)) != BCME_OK) in dhd_dldn()
2052 __FUNCTION__, ret, len, start); in dhd_dldn()
2056 start += len; in dhd_dldn()
2085 uint32 start; in dhd_upload()
2101 if ((ret = dhd_get_ramstart(dhd, &start)) != BCME_OK) in dhd_upload()
2122 start = (uint32)opts.uval; in dhd_upload()
2178 params[0] = start; in dhd_upload()
2183 __FUNCTION__, len, start); in dhd_upload()
2193 start += len; in dhd_upload()
2286 unsigned int start; in dhd_coredump()
2336 start = debugInfo.ram_base; in dhd_coredump()
2400 params[0] = start; in dhd_coredump()
2405 __FUNCTION__, len, start); in dhd_coredump()
2415 start += len; in dhd_coredump()
2441 unsigned int start; in dhd_consoledump()
2496 start = (unsigned int)((hndrte_cons_t *)ptr)->log.buf; in dhd_consoledump()
2499 if (start <= debugInfo.ram_base) { in dhd_consoledump()
2509 params[0] = start; in dhd_consoledump()
2514 __FUNCTION__, len, start); in dhd_consoledump()
2520 start += len; in dhd_consoledump()