Lines Matching defs:psp
413 #define psp_ring_create(psp, type) (psp)->funcs->ring_create((psp), (type)) argument
414 #define psp_ring_stop(psp, type) (psp)->funcs->ring_stop((psp), (type)) argument
415 #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type))) argument
416 #define psp_init_microcode(psp) \ argument
418 #define psp_bootloader_load_kdb(psp) \ argument
420 #define psp_bootloader_load_spl(psp) \ argument
422 #define psp_bootloader_load_sysdrv(psp) \ argument
424 #define psp_bootloader_load_soc_drv(psp) \ argument
426 #define psp_bootloader_load_intf_drv(psp) \ argument
428 #define psp_bootloader_load_dbg_drv(psp) \ argument
430 #define psp_bootloader_load_ras_drv(psp) \ argument
433 #define psp_bootloader_load_ipkeymgr_drv(psp) \ argument
436 #define psp_bootloader_load_sos(psp) \ argument
438 #define psp_smu_reload_quirk(psp) \ argument
440 #define psp_mode1_reset(psp) \ argument
442 #define psp_mem_training(psp, ops) \ argument
445 #define psp_ring_get_wptr(psp) (psp)->funcs->ring_get_wptr((psp)) argument
446 #define psp_ring_set_wptr(psp, value) (psp)->funcs->ring_set_wptr((psp), (value)) argument
448 #define psp_load_usbc_pd_fw(psp, fw_pri_mc_addr) \ argument
452 #define psp_read_usbc_pd_fw(psp, fw_ver) \ argument
456 #define psp_update_spirom(psp, fw_pri_mc_addr) \ argument
460 #define psp_vbflash_status(psp) \ argument
464 #define psp_fatal_error_recovery_quirk(psp) \ argument
468 #define psp_is_aux_sos_load_required(psp) \ argument