Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-esdhc.h20 SDHCI_QUIRK_32BIT_DMA_ADDR | \
H A Dsdhci-of-hlwd.c64 .quirks = SDHCI_QUIRK_32BIT_DMA_ADDR |
H A Dsdhci-bcm-kona.c190 SDHCI_QUIRK_BROKEN_TIMEOUT_VAL | SDHCI_QUIRK_32BIT_DMA_ADDR |
H A Dsdhci-of-arasan.c1352 SDHCI_QUIRK_32BIT_DMA_ADDR |
1367 SDHCI_QUIRK_32BIT_DMA_ADDR |
1382 SDHCI_QUIRK_32BIT_DMA_ADDR |
H A Dsdhci.h395 #define SDHCI_QUIRK_32BIT_DMA_ADDR (1<<7) macro
H A Dsdhci-pci-core.c280 .quirks = SDHCI_QUIRK_32BIT_DMA_ADDR |
290 .quirks = SDHCI_QUIRK_32BIT_DMA_ADDR |
1348 chip->quirks |= SDHCI_QUIRK_32BIT_DMA_ADDR | in jmicron_probe()
H A Dsdhci-s3c.c616 host->quirks |= (SDHCI_QUIRK_32BIT_DMA_ADDR | in sdhci_s3c_probe()
H A Dsdhci-acpi.c670 .quirks = SDHCI_QUIRK_32BIT_DMA_ADDR |
H A Dsdhci.c1149 if (host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) in sdhci_prepare_data()
/openbmc/u-boot/drivers/mmc/
H A Dtangier_sdhci.c49 SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD; in sdhci_tangier_probe()
H A Dsti_sdhci.c96 SDHCI_QUIRK_32BIT_DMA_ADDR | in sti_sdhci_probe()
H A Dsdhci.c226 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) &&
297 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) &&
542 if ((host->quirks & SDHCI_QUIRK_32BIT_DMA_ADDR) && !aligned_buffer) {
H A Ds5p_sdhci.c91 SDHCI_QUIRK_32BIT_DMA_ADDR | in s5p_sdhci_core_init()
H A Dxenon_sdhci.c388 host->quirks = SDHCI_QUIRK_WAIT_SEND_CMD | SDHCI_QUIRK_32BIT_DMA_ADDR; in xenon_sdhci_probe()
/openbmc/u-boot/include/
H A Dsdhci.h219 #define SDHCI_QUIRK_32BIT_DMA_ADDR (1 << 0) macro
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dcpu.c498 SDHCI_QUIRK_32BIT_DMA_ADDR | SDHCI_QUIRK_WAIT_SEND_CMD); in board_mmc_init()