Searched defs:tuning_cmd (Results 1 – 2 of 2) sorted by relevance
981 hpm_stat_t sdxc_perform_tuning_flow_sequence(SDXC_Type *base, uint8_t tuning_cmd) in sdxc_perform_tuning_flow_sequence()1013 hpm_stat_t sdxc_perform_software_tuning(SDXC_Type *base, uint8_t tuning_cmd) in sdxc_perform_software_tuning()1097 hpm_stat_t sdxc_perform_auto_tuning(SDXC_Type *base, uint8_t tuning_cmd) in sdxc_perform_auto_tuning()
152 uint8_t tuning_cmd = (host->dev_type == sdmmc_dev_type_sd) ? 19U : 21U; in sdmmc_enable_auto_tuning() local