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
43 PSP_ASD_SHARED_MEM_SIZE = 0x0,
44 PSP_XGMI_SHARED_MEM_SIZE = 0x4000,
45 PSP_RAS_SHARED_MEM_SIZE = 0x4000,
46 PSP_HDCP_SHARED_MEM_SIZE = 0x4000,
47 PSP_DTM_SHARED_MEM_SIZE = 0x4000,
48 PSP_RAP_SHARED_MEM_SIZE = 0x4000,
49 PSP_SECUREDISPLAY_SHARED_MEM_SIZE = 0x4000,
69 PSP_BL__LOAD_SYSDRV = 0x10000,
70 PSP_BL__LOAD_SOSDRV = 0x20000,
71 PSP_BL__LOAD_KEY_DATABASE = 0x80000,
72 PSP_BL__LOAD_SOCDRV = 0xB0000,
73 PSP_BL__LOAD_DBGDRV = 0xC0000,
74 PSP_BL__LOAD_INTFDRV = 0xD0000,
75 PSP_BL__LOAD_RASDRV = 0xE0000,
76 PSP_BL__DRAM_LONG_TRAIN = 0x100000,
77 PSP_BL__DRAM_SHORT_TRAIN = 0x200000,
78 PSP_BL__LOAD_TOS_SPL_TABLE = 0x10000000,
83 PSP_RING_TYPE__INVALID = 0,
104 PSP_REG_IH_RB_CNTL = 0, /* register IH_RB_CNTL */
193 #define MEM_TRAIN_SYSTEM_SIGNATURE 0x54534942
194 #define GDDR6_MEM_TRAINING_DATA_SIZE_IN_BYTES 0x1000
195 #define GDDR6_MEM_TRAINING_OFFSET 0x8000
197 #define GDDR6_MEM_TRAINING_ENCROACHED_SIZE 0x2000000
200 PSP_MEM_TRAIN_NOT_SUPPORT = 0x0,
201 PSP_MEM_TRAIN_SUPPORT = 0x1,
202 PSP_MEM_TRAIN_INIT_FAILED = 0x2,
203 PSP_MEM_TRAIN_RESERVE_SUCCESS = 0x4,
204 PSP_MEM_TRAIN_INIT_SUCCESS = 0x8,
208 PSP_MEM_TRAIN_SEND_LONG_MSG = 0x1,
209 PSP_MEM_TRAIN_SAVE = 0x2,
210 PSP_MEM_TRAIN_RESTORE = 0x4,
211 PSP_MEM_TRAIN_SEND_SHORT_MSG = 0x8,
239 #define PSP_RUNTIME_DB_SIZE_IN_BYTES 0x10000
240 #define PSP_RUNTIME_DB_OFFSET 0x100000
241 #define PSP_RUNTIME_DB_COOKIE_ID 0x0ed5
242 #define PSP_RUNTIME_DB_VER_1 0x0100
243 #define PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT 0x40
246 PSP_RUNTIME_ENTRY_TYPE_INVALID = 0x0,
247 PSP_RUNTIME_ENTRY_TYPE_TEST = 0x1,
248 PSP_RUNTIME_ENTRY_TYPE_MGPU_COMMON = 0x2, /* Common mGPU runtime data */
249 PSP_RUNTIME_ENTRY_TYPE_MGPU_WAFL = 0x3, /* WAFL runtime data */
250 PSP_RUNTIME_ENTRY_TYPE_MGPU_XGMI = 0x4, /* XGMI runtime data */
251 PSP_RUNTIME_ENTRY_TYPE_BOOT_CONFIG = 0x5, /* Boot Config runtime data */
252 PSP_RUNTIME_ENTRY_TYPE_PPTABLE_ERR_STATUS = 0x6, /* SCPM validation data */
283 BOOT_CFG_FEATURE_GECC = 0x1,
284 BOOT_CFG_FEATURE_TWO_STAGE_DRAM_TRAINING = 0x2,
289 SCPM_DISABLE = 0x0,
290 SCPM_ENABLE = 0x1,
291 SCPM_ENABLE_WITH_SCPM_ERR = 0x2,
397 ((psp)->funcs->init_microcode ? (psp)->funcs->init_microcode((psp)) : 0)
399 ((psp)->funcs->bootloader_load_kdb ? (psp)->funcs->bootloader_load_kdb((psp)) : 0)
401 ((psp)->funcs->bootloader_load_spl ? (psp)->funcs->bootloader_load_spl((psp)) : 0)
403 ((psp)->funcs->bootloader_load_sysdrv ? (psp)->funcs->bootloader_load_sysdrv((psp)) : 0)
405 ((psp)->funcs->bootloader_load_soc_drv ? (psp)->funcs->bootloader_load_soc_drv((psp)) : 0)
407 ((psp)->funcs->bootloader_load_intf_drv ? (psp)->funcs->bootloader_load_intf_drv((psp)) : 0)
409 ((psp)->funcs->bootloader_load_dbg_drv ? (psp)->funcs->bootloader_load_dbg_drv((psp)) : 0)
412 (psp)->funcs->bootloader_load_ras_drv((psp)) : 0)
414 ((psp)->funcs->bootloader_load_sos ? (psp)->funcs->bootloader_load_sos((psp)) : 0)
420 ((psp)->funcs->mem_training ? (psp)->funcs->mem_training((psp), (ops)) : 0)