Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sdhci/
HDsdhci.c635 uint32_t caps, caps2, freq, host_caps; in sdhci_init_slot() local
728 host_caps = MMC_CAP_4_BIT_DATA; in sdhci_init_slot()
730 host_caps |= MMC_CAP_8_BIT_DATA; in sdhci_init_slot()
732 host_caps |= MMC_CAP_HSPEED; in sdhci_init_slot()
734 host_caps |= MMC_CAP_WAIT_WHILE_BUSY; in sdhci_init_slot()
736 host_caps |= MMC_CAP_UHS_SDR12 | MMC_CAP_UHS_SDR25; in sdhci_init_slot()
738 host_caps |= MMC_CAP_UHS_SDR104 | MMC_CAP_UHS_SDR50; in sdhci_init_slot()
740 host_caps |= MMC_CAP_MMC_HS200; in sdhci_init_slot()
742 host_caps |= MMC_CAP_UHS_SDR50; in sdhci_init_slot()
746 host_caps |= MMC_CAP_UHS_DDR50; in sdhci_init_slot()
[all …]
/dragonfly/sys/bus/mmc/
HDmmc.c1406 int devcount, err, host_caps, i, newcard; in mmc_discover_cards() local
1410 host_caps = mmcbr_get_caps(sc->dev); in mmc_discover_cards()
1543 if ((host_caps & MMC_CAP_4_BIT_DATA) && in mmc_discover_cards()
1647 (host_caps & MMC_CAP_SIGNALING_120) != 0) { in mmc_discover_cards()
1653 (host_caps & MMC_CAP_SIGNALING_180) != 0) { in mmc_discover_cards()
1840 int host_caps, i, nkid; in mmc_calculate_clock() local
1846 host_caps = mmcbr_get_caps(sc->dev); in mmc_calculate_clock()
1847 if ((host_caps & MMC_CAP_MMC_DDR52) != 0) in mmc_calculate_clock()
1849 else if ((host_caps & MMC_CAP_HSPEED) != 0) in mmc_calculate_clock()