Lines Matching defs:psp
402 #define psp_ring_create(psp, type) (psp)->funcs->ring_create((psp), (type)) argument
403 #define psp_ring_stop(psp, type) (psp)->funcs->ring_stop((psp), (type)) argument
404 #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type))) argument
405 #define psp_init_microcode(psp) \ argument
407 #define psp_bootloader_load_kdb(psp) \ argument
409 #define psp_bootloader_load_spl(psp) \ argument
411 #define psp_bootloader_load_sysdrv(psp) \ argument
413 #define psp_bootloader_load_soc_drv(psp) \ argument
415 #define psp_bootloader_load_intf_drv(psp) \ argument
417 #define psp_bootloader_load_dbg_drv(psp) \ argument
419 #define psp_bootloader_load_ras_drv(psp) \ argument
422 #define psp_bootloader_load_sos(psp) \ argument
424 #define psp_smu_reload_quirk(psp) \ argument
426 #define psp_mode1_reset(psp) \ argument
428 #define psp_mem_training(psp, ops) \ argument
431 #define psp_ring_get_wptr(psp) (psp)->funcs->ring_get_wptr((psp)) argument
432 #define psp_ring_set_wptr(psp, value) (psp)->funcs->ring_set_wptr((psp), (value)) argument
434 #define psp_load_usbc_pd_fw(psp, fw_pri_mc_addr) \ argument
438 #define psp_read_usbc_pd_fw(psp, fw_ver) \ argument
442 #define psp_update_spirom(psp, fw_pri_mc_addr) \ argument
446 #define psp_vbflash_status(psp) \ argument
450 #define psp_fatal_error_recovery_quirk(psp) \ argument