Home
last modified time | relevance | path

Searched refs:v4_mode (Results 1 – 2 of 2) sorted by relevance

/components/drivers/sdio/sdhci/
A Dsdhci.c150 if (host->version >= RT_SDHCI_SPEC_410 && host->v4_mode) in sdhci_can_64bit_dma()
193 if (host->version >= RT_SDHCI_SPEC_410 && host->v4_mode && (use_cmd12 || use_cmd23)) in sdhci_auto_cmd_select()
429 if (host->v4_mode) in sdhci_set_sdma_addr()
453 if (host->v4_mode) in sdhci_config_dma()
491 …if (host->version >= RT_SDHCI_SPEC_410 && host->v4_mode && (host->quirks2 & RT_SDHCI_QUIRK2_USE_32… in sdhci_set_block_info()
2422 if (host->version >= RT_SDHCI_SPEC_410 && host->v4_mode) in rt_sdhci_clk_enable()
2486 if (host->v4_mode) in rt_sdhci_read_caps()
2626 if ((host->flags & RT_SDHCI_USE_64_BIT_DMA) && !host->v4_mode) in rt_sdhci_setup_host()
2711 …on >= RT_SDHCI_SPEC_300) && (!(host->flags & RT_SDHCI_USE_SDMA) || host->v4_mode) && !(host->quirk… in rt_sdhci_setup_host()
2933 if (host->v4_mode) in sdhci_init()
/components/drivers/sdio/sdhci/include/
A Dsdhci.h466 rt_bool_t v4_mode; /* Host Version 4 Enable */ member

Completed in 11 milliseconds