Lines Matching +full:0 +full:xb0000
35 #define PSP_FENCE_BUFFER_SIZE 0x1000
36 #define PSP_CMD_BUFFER_SIZE 0x1000
37 #define PSP_XGMI_SHARED_MEM_SIZE 0x4000
38 #define PSP_RAS_SHARED_MEM_SIZE 0x4000
39 #define PSP_1_MEG 0x100000
40 #define PSP_TMR_SIZE(adev) ((adev)->asic_type == CHIP_ALDEBARAN ? 0x800000 : 0x400000)
41 #define PSP_HDCP_SHARED_MEM_SIZE 0x4000
42 #define PSP_DTM_SHARED_MEM_SIZE 0x4000
43 #define PSP_RAP_SHARED_MEM_SIZE 0x4000
44 #define PSP_SECUREDISPLAY_SHARED_MEM_SIZE 0x4000
45 #define PSP_SHARED_MEM_SIZE 0x4000
46 #define PSP_FW_NAME_LEN 0x24
54 PSP_BL__LOAD_SYSDRV = 0x10000,
55 PSP_BL__LOAD_SOSDRV = 0x20000,
56 PSP_BL__LOAD_KEY_DATABASE = 0x80000,
57 PSP_BL__LOAD_SOCDRV = 0xB0000,
58 PSP_BL__LOAD_INTFDRV = 0xC0000,
59 PSP_BL__LOAD_DBGDRV = 0xD0000,
60 PSP_BL__DRAM_LONG_TRAIN = 0x100000,
61 PSP_BL__DRAM_SHORT_TRAIN = 0x200000,
62 PSP_BL__LOAD_TOS_SPL_TABLE = 0x10000000,
67 PSP_RING_TYPE__INVALID = 0,
88 PSP_REG_IH_RB_CNTL = 0, /* register IH_RB_CNTL */
167 #define MEM_TRAIN_SYSTEM_SIGNATURE 0x54534942
168 #define GDDR6_MEM_TRAINING_DATA_SIZE_IN_BYTES 0x1000
169 #define GDDR6_MEM_TRAINING_OFFSET 0x8000
171 #define GDDR6_MEM_TRAINING_ENCROACHED_SIZE 0x2000000
174 PSP_MEM_TRAIN_NOT_SUPPORT = 0x0,
175 PSP_MEM_TRAIN_SUPPORT = 0x1,
176 PSP_MEM_TRAIN_INIT_FAILED = 0x2,
177 PSP_MEM_TRAIN_RESERVE_SUCCESS = 0x4,
178 PSP_MEM_TRAIN_INIT_SUCCESS = 0x8,
182 PSP_MEM_TRAIN_SEND_LONG_MSG = 0x1,
183 PSP_MEM_TRAIN_SAVE = 0x2,
184 PSP_MEM_TRAIN_RESTORE = 0x4,
185 PSP_MEM_TRAIN_SEND_SHORT_MSG = 0x8,
213 #define PSP_RUNTIME_DB_SIZE_IN_BYTES 0x10000
214 #define PSP_RUNTIME_DB_OFFSET 0x100000
215 #define PSP_RUNTIME_DB_COOKIE_ID 0x0ed5
216 #define PSP_RUNTIME_DB_VER_1 0x0100
217 #define PSP_RUNTIME_DB_DIAG_ENTRY_MAX_COUNT 0x40
220 PSP_RUNTIME_ENTRY_TYPE_INVALID = 0x0,
221 PSP_RUNTIME_ENTRY_TYPE_TEST = 0x1,
222 PSP_RUNTIME_ENTRY_TYPE_MGPU_COMMON = 0x2, /* Common mGPU runtime data */
223 PSP_RUNTIME_ENTRY_TYPE_MGPU_WAFL = 0x3, /* WAFL runtime data */
224 PSP_RUNTIME_ENTRY_TYPE_MGPU_XGMI = 0x4, /* XGMI runtime data */
225 PSP_RUNTIME_ENTRY_TYPE_BOOT_CONFIG = 0x5, /* Boot Config runtime data */
256 BOOT_CFG_FEATURE_GECC = 0x1,
257 BOOT_CFG_FEATURE_TWO_STAGE_DRAM_TRAINING = 0x2,
360 ((psp)->funcs->init_microcode ? (psp)->funcs->init_microcode((psp)) : 0)
362 ((psp)->funcs->bootloader_load_kdb ? (psp)->funcs->bootloader_load_kdb((psp)) : 0)
364 ((psp)->funcs->bootloader_load_spl ? (psp)->funcs->bootloader_load_spl((psp)) : 0)
366 ((psp)->funcs->bootloader_load_sysdrv ? (psp)->funcs->bootloader_load_sysdrv((psp)) : 0)
368 ((psp)->funcs->bootloader_load_soc_drv ? (psp)->funcs->bootloader_load_soc_drv((psp)) : 0)
370 ((psp)->funcs->bootloader_load_intf_drv ? (psp)->funcs->bootloader_load_intf_drv((psp)) : 0)
372 ((psp)->funcs->bootloader_load_dbg_drv ? (psp)->funcs->bootloader_load_dbg_drv((psp)) : 0)
374 ((psp)->funcs->bootloader_load_sos ? (psp)->funcs->bootloader_load_sos((psp)) : 0)
380 ((psp)->funcs->mem_training ? (psp)->funcs->mem_training((psp), (ops)) : 0)