Searched refs:mmc_send_tuning (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/mmc/ |
A D | mtk-sd.c | 1131 mmc_send_tuning(mmc, opcode, &cmd_err); in hs400_tune_response() 1181 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 1203 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 1238 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 1277 ret = mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_data() 1300 ret = mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_data() 1362 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together() 1378 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
|
A D | sdhci-cadence.c | 227 mmc_send_tuning(mmc, opcode, NULL)) { /* bad */ in sdhci_cdns_execute_tuning()
|
A D | omap_hsmmc.c | 669 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in omap_hsmmc_execute_tuning() 734 if (mmc_send_tuning(mmc, opcode, NULL)) { in omap_hsmmc_execute_tuning() 752 if (mmc_send_tuning(mmc, opcode, NULL)) { in omap_hsmmc_execute_tuning()
|
A D | am654_sdhci.c | 393 cur_val = !mmc_send_tuning(mmc, opcode, NULL); in am654_sdhci_execute_tuning()
|
A D | renesas-sdhi.c | 608 ret = mmc_send_tuning(mmc, opcode, NULL); in renesas_sdhi_execute_tuning()
|
A D | fsl_esdhc.c | 1076 mmc_send_tuning(&plat->mmc, opcode, NULL); in fsl_esdhc_execute_tuning()
|
A D | fsl_esdhc_imx.c | 919 mmc_send_tuning(mmc, opcode, NULL); in fsl_esdhc_execute_tuning()
|
A D | mmc.c | 359 int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error) in mmc_send_tuning() function
|
A D | octeontx_hsmmc.c | 1989 { "DATA_IN(HS200)", 16, mmc_send_tuning,
|
/u-boot/include/ |
A D | mmc.h | 797 int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error);
|
Completed in 32 milliseconds