Searched refs:tuning_cmd (Results 1 – 2 of 2) sorted by relevance
979 hpm_stat_t sdxc_perform_tuning_flow_sequence(SDXC_Type *base, uint8_t tuning_cmd) in sdxc_perform_tuning_flow_sequence() argument989 cmd.cmd_index = tuning_cmd; in sdxc_perform_tuning_flow_sequence()1011 hpm_stat_t sdxc_perform_software_tuning(SDXC_Type *base, uint8_t tuning_cmd) in sdxc_perform_software_tuning() argument1023 cmd.cmd_index = tuning_cmd; in sdxc_perform_software_tuning()1095 hpm_stat_t sdxc_perform_auto_tuning(SDXC_Type *base, uint8_t tuning_cmd) in sdxc_perform_auto_tuning() argument1104 return sdxc_perform_tuning_flow_sequence(base, tuning_cmd); in sdxc_perform_auto_tuning()
1211 hpm_stat_t sdxc_perform_tuning_flow_sequence(SDXC_Type *base, uint8_t tuning_cmd);1219 hpm_stat_t sdxc_perform_software_tuning(SDXC_Type *base, uint8_t tuning_cmd);1227 hpm_stat_t sdxc_perform_auto_tuning(SDXC_Type *base, uint8_t tuning_cmd);
Completed in 9 milliseconds