Lines Matching defs:smumgr
53 static int cz_smum_get_argument(struct pp_smumgr *smumgr) in cz_smum_get_argument()
62 static int cz_send_msg_to_smc_async(struct pp_smumgr *smumgr, in cz_send_msg_to_smc_async()
84 static int cz_send_msg_to_smc(struct pp_smumgr *smumgr, uint16_t msg) in cz_send_msg_to_smc()
96 static int cz_set_smc_sram_address(struct pp_smumgr *smumgr, in cz_set_smc_sram_address()
118 static int cz_write_smc_sram_dword(struct pp_smumgr *smumgr, in cz_write_smc_sram_dword()
133 static int cz_send_msg_to_smc_with_parameter(struct pp_smumgr *smumgr, in cz_send_msg_to_smc_with_parameter()
144 static int cz_request_smu_load_fw(struct pp_smumgr *smumgr) in cz_request_smu_load_fw()
180 static int cz_check_fw_load_finish(struct pp_smumgr *smumgr, in cz_check_fw_load_finish()
208 static int cz_load_mec_firmware(struct pp_smumgr *smumgr) in cz_load_mec_firmware()
253 static int cz_start_smu(struct pp_smumgr *smumgr) in cz_start_smu()
281 static uint8_t cz_translate_firmware_enum_to_arg(struct pp_smumgr *smumgr, in cz_translate_firmware_enum_to_arg()
391 struct pp_smumgr *smumgr, in cz_smu_populate_single_scratch_task()
428 struct pp_smumgr *smumgr, in cz_smu_populate_single_ucode_load_task()
457 static int cz_smu_construct_toc_for_rlc_aram_save(struct pp_smumgr *smumgr) in cz_smu_construct_toc_for_rlc_aram_save()
469 static int cz_smu_initialize_toc_empty_job_list(struct pp_smumgr *smumgr) in cz_smu_initialize_toc_empty_job_list()
481 static int cz_smu_construct_toc_for_vddgfx_enter(struct pp_smumgr *smumgr) in cz_smu_construct_toc_for_vddgfx_enter()
499 static int cz_smu_construct_toc_for_vddgfx_exit(struct pp_smumgr *smumgr) in cz_smu_construct_toc_for_vddgfx_exit()
542 struct pp_smumgr *smumgr) in cz_smu_construct_toc_for_power_profiling()
554 static int cz_smu_construct_toc_for_bootup(struct pp_smumgr *smumgr) in cz_smu_construct_toc_for_bootup()
582 static int cz_smu_construct_toc_for_clock_table(struct pp_smumgr *smumgr) in cz_smu_construct_toc_for_clock_table()
595 static int cz_smu_construct_toc(struct pp_smumgr *smumgr) in cz_smu_construct_toc()
611 static int cz_smu_populate_firmware_entries(struct pp_smumgr *smumgr) in cz_smu_populate_firmware_entries()
650 struct pp_smumgr *smumgr, in cz_smu_populate_single_scratch_entry()
676 static int cz_download_pptable_settings(struct pp_smumgr *smumgr, void **table) in cz_download_pptable_settings()
705 static int cz_upload_pptable_settings(struct pp_smumgr *smumgr) in cz_upload_pptable_settings()
732 static int cz_smu_init(struct pp_smumgr *smumgr) in cz_smu_init()
816 static int cz_smu_fini(struct pp_smumgr *smumgr) in cz_smu_fini()
850 int cz_smum_init(struct pp_smumgr *smumgr) in cz_smum_init()