Home
last modified time | relevance | path

Searched refs:SDHCI_SPEC_300 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/sdhci/
HDsdhci.c292 if (slot->version < SDHCI_SPEC_300) { in sdhci_set_clock()
657 if (slot->version >= SDHCI_SPEC_300) in sdhci_init_slot()
662 if (slot->version >= SDHCI_SPEC_300) { in sdhci_init_slot()
676 if (slot->version >= SDHCI_SPEC_300) in sdhci_init_slot()
817 (slot->version < SDHCI_SPEC_300) ? "" : in sdhci_init_slot()
905 if (slot->version >= SDHCI_SPEC_300) in sdhci_generic_min_freq()
926 if (slot->version < SDHCI_SPEC_300) in sdhci_generic_set_uhs_timing()
1002 if (slot->version < SDHCI_SPEC_300) in sdhci_generic_switch_vccq()
1905 if (slot->version < SDHCI_SPEC_300) { in sdhci_generic_write_ivar()
HDsdhci.h312 #define SDHCI_SPEC_300 2 macro