Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.c245 if (!(slot->opt & SDHCI_SLOT_EMBEDDED)) in sdhci_init()
672 slot->opt |= SDHCI_SLOT_EMBEDDED; in sdhci_init_slot()
722 if ((caps & SDHCI_CAN_VDD_180) && (slot->opt & SDHCI_SLOT_EMBEDDED)) in sdhci_init_slot()
809 (slot->opt & SDHCI_SLOT_EMBEDDED)) ? " 1.8V" : "", in sdhci_init_slot()
818 (slot->opt & SDHCI_SLOT_EMBEDDED) ? " (embedded)" : in sdhci_init_slot()
914 if (slot->opt & SDHCI_SLOT_EMBEDDED) in sdhci_generic_get_card_present()
H A Dsdhci.h366 #define SDHCI_SLOT_EMBEDDED 8 macro