PSP_TMR_SIZE
#define PSP_TMR_SIZE (1024*1024) /* 1 Mb */
#define PSP_TMR_SIZE(adev) ((adev)->asic_type == CHIP_ALDEBARAN ? 0x800000 : 0x400000)