Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK_BROKEN_TIMINGS (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci_pci.c83 SDHCI_QUIRK_BROKEN_TIMINGS },
85 SDHCI_QUIRK_BROKEN_TIMINGS },
88 SDHCI_QUIRK_BROKEN_TIMINGS },
91 SDHCI_QUIRK_BROKEN_TIMINGS },
H A Dsdhci.h51 #define SDHCI_QUIRK_BROKEN_TIMINGS (1<<8) macro
H A Dsdhci.c396 if (slot->quirks & SDHCI_QUIRK_BROKEN_TIMINGS) in sdhci_read_block_pio()
1299 if ((slot->quirks & SDHCI_QUIRK_BROKEN_TIMINGS) && in sdhci_start_data()