Searched refs:MMC_CAP_4_BIT_DATA (Results 1 – 12 of 12) sorted by relevance
150 #define MMC_CAP_4_BIT_DATA (1 << 0) /* Can do 4-bit data transfers */ macro
113 host->caps |= MMC_CAP_4_BIT_DATA; in mmc_fdt_parse()
1040 if (mmcbr_get_caps(sc->dev) & MMC_CAP_4_BIT_DATA) { in mmc_test_bus_width()1738 if ((host_caps & MMC_CAP_4_BIT_DATA) && in mmc_discover_cards()
345 sc->caps &= ~(MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA); in tegra_sdhci_attach()351 sc->caps |= MMC_CAP_4_BIT_DATA; in tegra_sdhci_attach()
659 sc->slot.host.caps &= ~(MMC_CAP_4_BIT_DATA | in ti_sdhci_attach()666 sc->slot.host.caps |= MMC_CAP_4_BIT_DATA; in ti_sdhci_attach()
221 sc->sc_host.caps |= MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA; in jz4780_mmc_attach()225 sc->sc_host.caps |= MMC_CAP_4_BIT_DATA; in jz4780_mmc_attach()
750 sc->host.caps = MMC_CAP_4_BIT_DATA | MMC_CAP_HSPEED; in aml8726_mmc_attach()
928 sc->host.caps = MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA | in aml8726_sdxc_attach()
1059 #define MMC_CAP_4_BIT_DATA (1 << 0) /* Can do 4-bit data transfers */ macro
918 host_caps = MMC_CAP_4_BIT_DATA;1078 ((host_caps & MMC_CAP_4_BIT_DATA) ? "4bits" : "1bit"),
1365 host_caps & MMC_CAP_4_BIT_DATA ? bus_width_4 : bus_width_1); in sdda_start_init()
8039 if (cts->host_caps & MMC_CAP_4_BIT_DATA) in mmcsdcmd()