Searched refs:mmc_send_tuning (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | sdhci-cadence.c | 210 mmc_send_tuning(mmc, opcode, NULL)) { /* bad */ in sdhci_cdns_execute_tuning()
|
D | renesas-sdhi.c | 262 ret = mmc_send_tuning(mmc, opcode, NULL); in renesas_sdhi_execute_tuning()
|
D | fsl_esdhc.c | 852 mmc_send_tuning(mmc, opcode, NULL); in fsl_esdhc_execute_tuning()
|
D | omap_hsmmc.c | 638 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in omap_hsmmc_execute_tuning()
|
D | mmc.c | 315 int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error) in mmc_send_tuning() function
|
/external/u-boot/include/ |
D | mmc.h | 680 int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error);
|