Lines Matching defs:psp
134 #define psp_ring_init(psp, type) (psp)->funcs->ring_init((psp), (type)) argument
135 #define psp_ring_create(psp, type) (psp)->funcs->ring_create((psp), (type)) argument
136 #define psp_ring_stop(psp, type) (psp)->funcs->ring_stop((psp), (type)) argument
137 #define psp_ring_destroy(psp, type) ((psp)->funcs->ring_destroy((psp), (type))) argument
138 #define psp_cmd_submit(psp, ucode, cmd_mc, fence_mc, index) \ argument
140 #define psp_compare_sram_data(psp, ucode, type) \ argument
142 #define psp_init_microcode(psp) \ argument
144 #define psp_bootloader_load_sysdrv(psp) \ argument
146 #define psp_bootloader_load_sos(psp) \ argument
148 #define psp_smu_reload_quirk(psp) \ argument
150 #define psp_mode1_reset(psp) \ argument