Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK_32BIT_DMA_ADDR (Results 1 – 8 of 8) sorted by relevance

/u-boot/drivers/mmc/
A Dtangier_sdhci.c49 SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD; in sdhci_tangier_probe()
A Dsti_sdhci.c98 SDHCI_QUIRK_32BIT_DMA_ADDR | in sti_sdhci_probe()
A Dmv_sdhci.c117 host->quirks = SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD; in mv_sdhci_probe()
A Ds5p_sdhci.c93 SDHCI_QUIRK_32BIT_DMA_ADDR | in s5p_sdhci_core_init()
A Dsdhci.c96 (host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR && in sdhci_prepare_dma()
333 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) &&
699 if (host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) {
A Dxenon_sdhci.c456 host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_32BIT_DMA_ADDR; in xenon_sdhci_probe()
/u-boot/arch/arm/mach-mvebu/
A Dcpu.c531 SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD); in board_mmc_init()
/u-boot/include/
A Dsdhci.h234 #define SDHCI_QUIRK_32BIT_DMA_ADDR (1 << 0) macro

Completed in 13 milliseconds