Home
last modified time | relevance | path

Searched full:cmd19 (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dfsl-imx-esdhc.yaml131 Specify the start delay cell point when send first CMD19 in tuning procedure.
/openbmc/u-boot/include/
H A Dmvebu_mmc.h242 /* CMD14/CMD19 bus width ok */
/openbmc/u-boot/drivers/mmc/
H A Drenesas-sdhi.c313 /* Issue CMD19 twice for each tap */ in renesas_sdhi_execute_tuning()
/openbmc/linux/drivers/mmc/host/
H A Drenesas_sdhi_core.c625 * When tuning CMD19 is issued twice for each tap, merge the in renesas_sdhi_select_tuning()
699 /* Issue CMD19 twice for each tap */ in renesas_sdhi_execute_tuning()
H A Dsdhci.h605 unsigned int tuning_done; /* Condition flag set when CMD19 succeeds */
H A Dcavium.c74 {3, 1}, /* CMD19 */
H A Dsdhci.c1700 /* CMD19 is special in that the Data Present Select should be set */ in sdhci_send_command()
2808 * In response to CMD19, the card sends 64 bytes of tuning in sdhci_send_tuning()
3376 * CMD19 generates _only_ Buffer Read Ready interrupt if in sdhci_data_irq()
H A Dmtk-sd.c474 struct msdc_tune_para saved_tune_para; /* tune result of CMD21/CMD19 */
1231 * may have already come when cmd19/cmd21 gets response in msdc_cmd_done()
/openbmc/linux/drivers/mmc/core/
H A Dsd.c665 * SPI mode doesn't define CMD19 and tuning is only valid for SDR50 and in mmc_sd_init_uhs_card()
676 * Version 3.01 says, CMD19 tuning is available for unlocked in mmc_sd_init_uhs_card()
678 * difference between v3.00 and 3.01 spec means that CMD19 in mmc_sd_init_uhs_card()
H A Dmmc_ops.c704 * is normally shorter 40 executions of CMD19, in mmc_send_tuning()
H A Dsdio.c614 * SPI mode doesn't define CMD19 and tuning is only valid for SDR50 and in mmc_sdio_init_uhs_card()
/openbmc/linux/include/linux/mmc/
H A Dhost.h374 #define MMC_CAP_BUS_WIDTH_TEST (1 << 15) /* CMD14/CMD19 bus width ok */
/openbmc/qemu/hw/sd/
H A Dsd.c1716 /* CMD19 */
2513 case 19: /* CMD19: SEND_TUNING_BLOCK (SD) */ in sd_read_byte()