HomeSort by: relevance | last modified time | path
    Searched refs:ucode_mem (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v10_0.c 334 uint32_t *ucode_mem = NULL; local in function:psp_v10_0_compare_sram_data
345 ucode_mem = (uint32_t *)ucode->kaddr;
349 if (*ucode_mem != fw_sram_reg_val)
352 ucode_mem++;
amdgpu_psp_v12_0.c 438 uint32_t *ucode_mem = NULL; local in function:psp_v12_0_compare_sram_data
449 ucode_mem = (uint32_t *)ucode->kaddr;
453 if (*ucode_mem != fw_sram_reg_val)
456 ucode_mem++;
amdgpu_psp_v3_1.c 514 uint32_t *ucode_mem = NULL; local in function:psp_v3_1_compare_sram_data
525 ucode_mem = (uint32_t *)ucode->kaddr;
529 if (*ucode_mem != fw_sram_reg_val)
532 ucode_mem++;
amdgpu_psp_v11_0.c 677 uint32_t *ucode_mem = NULL; local in function:psp_v11_0_compare_sram_data
688 ucode_mem = (uint32_t *)ucode->kaddr;
692 if (*ucode_mem != fw_sram_reg_val)
695 ucode_mem++;

Completed in 14 milliseconds