Lines Matching refs:smumgr
59 int smu7_copy_bytes_from_smc(struct pp_smumgr *smumgr, uint32_t smc_start_address,
61 int smu7_copy_bytes_to_smc(struct pp_smumgr *smumgr, uint32_t smc_start_address,
63 int smu7_program_jump_on_start(struct pp_smumgr *smumgr);
64 bool smu7_is_smc_ram_running(struct pp_smumgr *smumgr);
65 int smu7_send_msg_to_smc(struct pp_smumgr *smumgr, uint16_t msg);
66 int smu7_send_msg_to_smc_without_waiting(struct pp_smumgr *smumgr, uint16_t msg);
67 int smu7_send_msg_to_smc_with_parameter(struct pp_smumgr *smumgr, uint16_t msg,
69 int smu7_send_msg_to_smc_with_parameter_without_waiting(struct pp_smumgr *smumgr,
71 int smu7_send_msg_to_smc_offset(struct pp_smumgr *smumgr);
72 int smu7_wait_for_smc_inactive(struct pp_smumgr *smumgr);
75 int smu7_read_smc_sram_dword(struct pp_smumgr *smumgr, uint32_t smc_addr,
77 int smu7_write_smc_sram_dword(struct pp_smumgr *smumgr, uint32_t smc_addr,
80 int smu7_request_smu_load_fw(struct pp_smumgr *smumgr);
81 int smu7_check_fw_load_finish(struct pp_smumgr *smumgr, uint32_t fw_type);
82 int smu7_reload_firmware(struct pp_smumgr *smumgr);
83 int smu7_upload_smu_firmware_image(struct pp_smumgr *smumgr);
84 int smu7_init(struct pp_smumgr *smumgr);
85 int smu7_smu_fini(struct pp_smumgr *smumgr);