Lines Matching +full:0 +full:xb0000

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,
76 PSP_BL__LOAD_INTFDRV = 0xD0000,
77 PSP_BL__LOAD_RASDRV = 0xE0000,
78 PSP_BL__DRAM_LONG_TRAIN = 0x100000,
79 PSP_BL__DRAM_SHORT_TRAIN = 0x200000,
80 PSP_BL__LOAD_TOS_SPL_TABLE = 0x10000000,
84 PSP_RING_TYPE__INVALID = 0,
104 PSP_REG_IH_RB_CNTL = 0, /* register IH_RB_CNTL */
202 #define MEM_TRAIN_SYSTEM_SIGNATURE 0x54534942
203 #define GDDR6_MEM_TRAINING_DATA_SIZE_IN_BYTES 0x1000
204 #define GDDR6_MEM_TRAINING_OFFSET 0x8000
206 #define GDDR6_MEM_TRAINING_ENCROACHED_SIZE 0x2000000
209 PSP_MEM_TRAIN_NOT_SUPPORT = 0x0,
210 PSP_MEM_TRAIN_SUPPORT = 0x1,
211 PSP_MEM_TRAIN_INIT_FAILED = 0x2,
212 PSP_MEM_TRAIN_RESERVE_SUCCESS = 0x4,
213 PSP_MEM_TRAIN_INIT_SUCCESS = 0x8,
217 PSP_MEM_TRAIN_SEND_LONG_MSG = 0x1,
218 PSP_MEM_TRAIN_SAVE = 0x2,
219 PSP_MEM_TRAIN_RESTORE = 0x4,
220 PSP_MEM_TRAIN_SEND_SHORT_MSG = 0x8,
248 #define PSP_RUNTIME_DB_SIZE_IN_BYTES 0x10000
249 #define PSP_RUNTIME_DB_OFFSET 0x100000
250 #define PSP_RUNTIME_DB_COOKIE_ID 0x0ed5
251 #define PSP_RUNTIME_DB_VER_1 0x0100
252 #define PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT 0x40
255 PSP_RUNTIME_ENTRY_TYPE_INVALID = 0x0,
256 PSP_RUNTIME_ENTRY_TYPE_TEST = 0x1,
257 PSP_RUNTIME_ENTRY_TYPE_MGPU_COMMON = 0x2, /* Common mGPU runtime data */
258 PSP_RUNTIME_ENTRY_TYPE_MGPU_WAFL = 0x3, /* WAFL runtime data */
259 PSP_RUNTIME_ENTRY_TYPE_MGPU_XGMI = 0x4, /* XGMI runtime data */
260 PSP_RUNTIME_ENTRY_TYPE_BOOT_CONFIG = 0x5, /* Boot Config runtime data */
261 PSP_RUNTIME_ENTRY_TYPE_PPTABLE_ERR_STATUS = 0x6, /* SCPM validation data */
292 BOOT_CFG_FEATURE_GECC = 0x1,
293 BOOT_CFG_FEATURE_TWO_STAGE_DRAM_TRAINING = 0x2,
298 SCPM_DISABLE = 0x0,
299 SCPM_ENABLE = 0x1,
300 SCPM_ENABLE_WITH_SCPM_ERR = 0x2,
409 ((psp)->funcs->init_microcode ? (psp)->funcs->init_microcode((psp)) : 0)
411 ((psp)->funcs->bootloader_load_kdb ? (psp)->funcs->bootloader_load_kdb((psp)) : 0)
413 ((psp)->funcs->bootloader_load_spl ? (psp)->funcs->bootloader_load_spl((psp)) : 0)
415 ((psp)->funcs->bootloader_load_sysdrv ? (psp)->funcs->bootloader_load_sysdrv((psp)) : 0)
417 ((psp)->funcs->bootloader_load_soc_drv ? (psp)->funcs->bootloader_load_soc_drv((psp)) : 0)
419 ((psp)->funcs->bootloader_load_intf_drv ? (psp)->funcs->bootloader_load_intf_drv((psp)) : 0)
421 ((psp)->funcs->bootloader_load_dbg_drv ? (psp)->funcs->bootloader_load_dbg_drv((psp)) : 0)
424 (psp)->funcs->bootloader_load_ras_drv((psp)) : 0)
426 ((psp)->funcs->bootloader_load_sos ? (psp)->funcs->bootloader_load_sos((psp)) : 0)
432 ((psp)->funcs->mem_training ? (psp)->funcs->mem_training((psp), (ops)) : 0)
455 (psp)->funcs->fatal_error_recovery_quirk((psp)) : 0)