Lines Matching +full:0 +full:xd0000

35 #define PSP_FENCE_BUFFER_SIZE	0x1000
36 #define PSP_CMD_BUFFER_SIZE 0x1000
37 #define PSP_1_MEG 0x100000
38 #define PSP_TMR_SIZE(adev) ((adev)->asic_type == CHIP_ALDEBARAN ? 0x800000 : 0x400000)
39 #define PSP_TMR_ALIGNMENT 0x100000
40 #define PSP_FW_NAME_LEN 0x24
45 PSP_ASD_SHARED_MEM_SIZE = 0x0,
46 PSP_XGMI_SHARED_MEM_SIZE = 0x4000,
47 PSP_RAS_SHARED_MEM_SIZE = 0x4000,
48 PSP_HDCP_SHARED_MEM_SIZE = 0x4000,
49 PSP_DTM_SHARED_MEM_SIZE = 0x4000,
50 PSP_RAP_SHARED_MEM_SIZE = 0x4000,
51 PSP_SECUREDISPLAY_SHARED_MEM_SIZE = 0x4000,
71 PSP_BL__LOAD_SYSDRV = 0x10000,
72 PSP_BL__LOAD_SOSDRV = 0x20000,
73 PSP_BL__LOAD_KEY_DATABASE = 0x80000,
74 PSP_BL__LOAD_SOCDRV = 0xB0000,
75 PSP_BL__LOAD_DBGDRV = 0xC0000,
77 PSP_BL__LOAD_INTFDRV = 0xD0000,
78 PSP_BL__LOAD_RASDRV = 0xE0000,
79 PSP_BL__LOAD_IPKEYMGRDRV = 0xF0000,
80 PSP_BL__DRAM_LONG_TRAIN = 0x100000,
81 PSP_BL__DRAM_SHORT_TRAIN = 0x200000,
82 PSP_BL__LOAD_TOS_SPL_TABLE = 0x10000000,
83 PSP_BL__LOAD_SPDMDRV = 0x20000000,
87 PSP_RING_TYPE__INVALID = 0,
107 PSP_REG_IH_RB_CNTL = 0, /* register IH_RB_CNTL */
210 #define MEM_TRAIN_SYSTEM_SIGNATURE 0x54534942
211 #define GDDR6_MEM_TRAINING_DATA_SIZE_IN_BYTES 0x1000
212 #define GDDR6_MEM_TRAINING_OFFSET 0x8000
214 #define BIST_MEM_TRAINING_ENCROACHED_SIZE 0x2000000
217 PSP_MEM_TRAIN_NOT_SUPPORT = 0x0,
218 PSP_MEM_TRAIN_SUPPORT = 0x1,
219 PSP_MEM_TRAIN_INIT_FAILED = 0x2,
220 PSP_MEM_TRAIN_RESERVE_SUCCESS = 0x4,
221 PSP_MEM_TRAIN_INIT_SUCCESS = 0x8,
225 PSP_MEM_TRAIN_SEND_LONG_MSG = 0x1,
226 PSP_MEM_TRAIN_SAVE = 0x2,
227 PSP_MEM_TRAIN_RESTORE = 0x4,
228 PSP_MEM_TRAIN_SEND_SHORT_MSG = 0x8,
256 #define PSP_RUNTIME_DB_SIZE_IN_BYTES 0x10000
257 #define PSP_RUNTIME_DB_OFFSET 0x100000
258 #define PSP_RUNTIME_DB_COOKIE_ID 0x0ed5
259 #define PSP_RUNTIME_DB_VER_1 0x0100
260 #define PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT 0x40
263 PSP_RUNTIME_ENTRY_TYPE_INVALID = 0x0,
264 PSP_RUNTIME_ENTRY_TYPE_TEST = 0x1,
265 PSP_RUNTIME_ENTRY_TYPE_MGPU_COMMON = 0x2, /* Common mGPU runtime data */
266 PSP_RUNTIME_ENTRY_TYPE_MGPU_WAFL = 0x3, /* WAFL runtime data */
267 PSP_RUNTIME_ENTRY_TYPE_MGPU_XGMI = 0x4, /* XGMI runtime data */
268 PSP_RUNTIME_ENTRY_TYPE_BOOT_CONFIG = 0x5, /* Boot Config runtime data */
269 PSP_RUNTIME_ENTRY_TYPE_PPTABLE_ERR_STATUS = 0x6, /* SCPM validation data */
300 BOOT_CFG_FEATURE_GECC = 0x1,
301 BOOT_CFG_FEATURE_TWO_STAGE_DRAM_TRAINING = 0x2,
306 SCPM_DISABLE = 0x0,
307 SCPM_ENABLE = 0x1,
308 SCPM_ENABLE_WITH_SCPM_ERR = 0x2,
421 ((psp)->funcs->init_microcode ? (psp)->funcs->init_microcode((psp)) : 0)
423 ((psp)->funcs->bootloader_load_kdb ? (psp)->funcs->bootloader_load_kdb((psp)) : 0)
425 ((psp)->funcs->bootloader_load_spl ? (psp)->funcs->bootloader_load_spl((psp)) : 0)
427 ((psp)->funcs->bootloader_load_sysdrv ? (psp)->funcs->bootloader_load_sysdrv((psp)) : 0)
429 ((psp)->funcs->bootloader_load_soc_drv ? (psp)->funcs->bootloader_load_soc_drv((psp)) : 0)
431 ((psp)->funcs->bootloader_load_intf_drv ? (psp)->funcs->bootloader_load_intf_drv((psp)) : 0)
433 ((psp)->funcs->bootloader_load_dbg_drv ? (psp)->funcs->bootloader_load_dbg_drv((psp)) : 0)
436 (psp)->funcs->bootloader_load_ras_drv((psp)) : 0)
439 (psp)->funcs->bootloader_load_ipkeymgr_drv((psp)) : 0)
442 (psp)->funcs->bootloader_load_spdm_drv((psp)) : 0)
444 ((psp)->funcs->bootloader_load_sos ? (psp)->funcs->bootloader_load_sos((psp)) : 0)
450 ((psp)->funcs->mem_training ? (psp)->funcs->mem_training((psp), (ops)) : 0)
473 (psp)->funcs->fatal_error_recovery_quirk((psp)) : 0)
476 ((psp)->funcs->is_aux_sos_load_required ? (psp)->funcs->is_aux_sos_load_required((psp)) : 0)