Home
last modified time | relevance | path

Searched refs:PSP_TMR_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h38 #define PSP_TMR_SIZE(adev) ((adev)->asic_type == CHIP_ALDEBARAN ? 0x800000 : 0x400000) macro
H A Damdgpu_psp.c799 tmr_size = PSP_TMR_SIZE(psp->adev); in psp_tmr_init()