Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dpspvar.h71 #define PSP_TMR_SIZE (1024*1024) /* 1 Mb */ macro
H A Dpsp.c304 sc->sc_tmr_size = size = PSP_TMR_SIZE; in psp_reinit()
324 init.tmr_length = PSP_TMR_SIZE; in psp_reinit()
/openbsd/sys/dev/pci/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()