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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v12_0.c 95 uint32_t psp_gfxdrv_command_reg = 0; local in function:psp_v12_0_bootloader_load_sysdrv
123 psp_gfxdrv_command_reg = 1 << 16;
125 psp_gfxdrv_command_reg);
139 unsigned int psp_gfxdrv_command_reg = 0; local in function:psp_v12_0_bootloader_load_sos
164 psp_gfxdrv_command_reg = 2 << 16;
166 psp_gfxdrv_command_reg);
amdgpu_psp_v3_1.c 138 uint32_t psp_gfxdrv_command_reg = 0; local in function:psp_v3_1_bootloader_load_sysdrv
163 psp_gfxdrv_command_reg = PSP_BL__LOAD_SYSDRV;
165 psp_gfxdrv_command_reg);
198 unsigned int psp_gfxdrv_command_reg = 0; local in function:psp_v3_1_bootloader_load_sos
226 psp_gfxdrv_command_reg = PSP_BL__LOAD_SOSDRV;
228 psp_gfxdrv_command_reg);
amdgpu_psp_v11_0.c 282 uint32_t psp_gfxdrv_command_reg = 0; local in function:psp_v11_0_bootloader_load_kdb
306 psp_gfxdrv_command_reg = PSP_BL__LOAD_KEY_DATABASE;
308 psp_gfxdrv_command_reg);
318 uint32_t psp_gfxdrv_command_reg = 0; local in function:psp_v11_0_bootloader_load_sysdrv
342 psp_gfxdrv_command_reg = PSP_BL__LOAD_SYSDRV;
344 psp_gfxdrv_command_reg);
357 unsigned int psp_gfxdrv_command_reg = 0; local in function:psp_v11_0_bootloader_load_sos
378 psp_gfxdrv_command_reg = PSP_BL__LOAD_SOSDRV;
380 psp_gfxdrv_command_reg);

Completed in 15 milliseconds