Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dtangier_sdhci.c50 SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD; in sdhci_tangier_probe()
H A Dsti_sdhci.c89 SDHCI_QUIRK_32BIT_DMA_ADDR | in sti_sdhci_probe()
H A Dsdhci.c232 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) &&
303 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) &&
560 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) && !aligned_buffer) {
H A Ds5p_sdhci.c92 SDHCI_QUIRK_32BIT_DMA_ADDR | in s5p_sdhci_core_init()
H A Dxenon_sdhci.c377 host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_32BIT_DMA_ADDR; in xenon_sdhci_probe()
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/
H A Dcpu.c482 SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD); in board_mmc_init()
/rk3399_rockchip-uboot/include/
H A Dsdhci.h229 #define SDHCI_QUIRK_32BIT_DMA_ADDR (1 << 0) macro