Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dtangier_sdhci.c49 SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD; in sdhci_tangier_probe()
Dsdhci.c226 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) &&
297 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) &&
514 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) && !aligned_buffer) {
Dsti_sdhci.c96 SDHCI_QUIRK_32BIT_DMA_ADDR | in sti_sdhci_probe()
Ds5p_sdhci.c91 SDHCI_QUIRK_32BIT_DMA_ADDR | in s5p_sdhci_core_init()
Dxenon_sdhci.c388 host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_32BIT_DMA_ADDR; in xenon_sdhci_probe()
/external/u-boot/include/
Dsdhci.h215 #define SDHCI_QUIRK_32BIT_DMA_ADDR (1 << 0) macro
/external/u-boot/arch/arm/mach-mvebu/
Dcpu.c497 SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD); in board_mmc_init()