Lines Matching refs:debugInfo
2278 hndrte_debug_t debugInfo; in dhd_coredump()
2332 if ((ret = dhd_get_debug_info(dhd, &debugInfo)) < 0) in dhd_coredump()
2336 start = debugInfo.ram_base; in dhd_coredump()
2337 size = debugInfo.ram_size; in dhd_coredump()
2341 if (debugInfo.trap_ptr != 0) { in dhd_coredump()
2346 params[0] = debugInfo.trap_ptr; in dhd_coredump()
2374 fprintf(fp, "Dump starts for version %s FWID 01-%x\n", debugInfo.epivers, debugInfo.fwid); in dhd_coredump()
2376 fprintf(fp, "%8.8lX", (long unsigned) sizeof(debugInfo)); in dhd_coredump()
2377 if (fwrite(&debugInfo, sizeof(unsigned char), sizeof(debugInfo), fp) != sizeof(debugInfo)) { in dhd_coredump()
2433 hndrte_debug_t debugInfo; in dhd_consoledump()
2471 if ((ret = dhd_get_debug_info(dhd, &debugInfo)) < 0) in dhd_consoledump()
2474 if (debugInfo.console <= debugInfo.ram_base) { in dhd_consoledump()
2481 params[0] = debugInfo.console; in dhd_consoledump()
2499 if (start <= debugInfo.ram_base) { in dhd_consoledump()