Home
last modified time | relevance | path

Searched refs:emmc (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_sdhc.c838 if (!sdxx->is_sdio && sdxx->emmc) in _cyhal_sdxx_update_hw_clock_config()
1536 sdxx->emmc = cfg->host_config->emmc; in _cyhal_sdhc_init_common_hw()
1600 .emmc = config->isEmmc, in cyhal_sdhc_init_hw()
1643 if ((CY_RSLT_SUCCESS == result) && (sdxx->emmc)) in _cyhal_sdhc_init_card_common()
1851 timeout_ms = sdxx->emmc ? _CYHAL_SDHC_EMMC_TRIM_DELAY_MS : _CYHAL_SDHC_RETRY_TIMES; in cyhal_sdhc_erase()
1868 if (sdxx->emmc) in cyhal_sdhc_erase()
1895 if (false == sdxx->emmc) in cyhal_sdhc_erase()
2123 if ((sdxx->emmc) && (_CYHAL_SDHC_EMMC_MAX_SUP_FREQ_HZ < hz)) in cyhal_sdhc_set_frequency()
2613 if ((CY_RSLT_SUCCESS == result) && (sdxx->emmc)) in cyhal_sdhc_set_bus_width()
2700 (cfg->host_config->emmc || cfg->host_config->dmaType != CY_SD_HOST_DMA_ADMA2 || in _cyhal_sdio_init_common()
[all …]
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h1428 bool emmc; /**< Set to true of eMMC otherwise false. */ member
/hal_infineon-3.7.0/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h1220 bool emmc; member
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c2914 if (config->emmc) in Cy_SD_Host_Init()