Lines Matching defs:psp
414 #define psp_ring_create(psp, type) (psp)->funcs->ring_create((psp), (type)) argument
415 #define psp_ring_stop(psp, type) (psp)->funcs->ring_stop((psp), (type)) argument
416 #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type))) argument
417 #define psp_init_microcode(psp) \ argument
419 #define psp_bootloader_load_kdb(psp) \ argument
421 #define psp_bootloader_load_spl(psp) \ argument
423 #define psp_bootloader_load_sysdrv(psp) \ argument
425 #define psp_bootloader_load_soc_drv(psp) \ argument
427 #define psp_bootloader_load_intf_drv(psp) \ argument
429 #define psp_bootloader_load_dbg_drv(psp) \ argument
431 #define psp_bootloader_load_ras_drv(psp) \ argument
434 #define psp_bootloader_load_ipkeymgr_drv(psp) \ argument
437 #define psp_bootloader_load_sos(psp) \ argument
439 #define psp_smu_reload_quirk(psp) \ argument
441 #define psp_mode1_reset(psp) \ argument
443 #define psp_mem_training(psp, ops) \ argument
446 #define psp_ring_get_wptr(psp) (psp)->funcs->ring_get_wptr((psp)) argument
447 #define psp_ring_set_wptr(psp, value) (psp)->funcs->ring_set_wptr((psp), (value)) argument
449 #define psp_load_usbc_pd_fw(psp, fw_pri_mc_addr) \ argument
453 #define psp_read_usbc_pd_fw(psp, fw_ver) \ argument
457 #define psp_update_spirom(psp, fw_pri_mc_addr) \ argument
461 #define psp_vbflash_status(psp) \ argument
465 #define psp_fatal_error_recovery_quirk(psp) \ argument
469 #define psp_is_aux_sos_load_required(psp) \ argument