Searched refs:MMC_BUS_WIDTH_8 (Results 1 - 26 of 26) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
H A Ddw_mmc-rockchip.c53 if (ios->bus_width == MMC_BUS_WIDTH_8 && dw_mci_rk3288_set_ios()
H A Dsdhci-sirf.c38 if (width == MMC_BUS_WIDTH_8) sdhci_sirf_set_bus_width()
H A Dsdhci-pxav2.c100 if (width == MMC_BUS_WIDTH_8) { pxav2_mmc_set_bus_width()
H A Dsdhci-tegra.c154 (bus_width == MMC_BUS_WIDTH_8)) { tegra_sdhci_set_bus_width()
H A Dsdhci-of-esdhc.c262 case MMC_BUS_WIDTH_8: esdhc_pltfm_set_bus_width()
H A Dbfin_sdh.c380 case MMC_BUS_WIDTH_8: sdh_set_ios()
H A Ddw_mmc-exynos.c299 if (ios->bus_width == MMC_BUS_WIDTH_8) dw_mci_exynos_set_ios()
H A Dmoxart-mmc.c531 case MMC_BUS_WIDTH_8: moxart_set_ios()
H A Drtsx_pci_sdmmc.c898 [MMC_BUS_WIDTH_8] = SD_BUS_WIDTH_8BIT, sd_set_bus_width()
901 if (bus_width <= MMC_BUS_WIDTH_8) sd_set_bus_width()
H A Drtsx_usb_sdmmc.c915 [MMC_BUS_WIDTH_8] = SD_BUS_WIDTH_8BIT, sd_set_bus_width()
918 if (bus_width <= MMC_BUS_WIDTH_8) sd_set_bus_width()
H A Dmxs-mmc.c503 if (ios->bus_width == MMC_BUS_WIDTH_8) mxs_mmc_set_ios()
H A Dsdhci-s3c.c365 case MMC_BUS_WIDTH_8: sdhci_s3c_set_bus_width()
H A Dwmt-sdmmc.c698 case MMC_BUS_WIDTH_8: wmt_mci_set_ios()
H A Dau1xmmc.c772 case MMC_BUS_WIDTH_8: au1xmmc_set_ios()
H A Ddavinci_mmc.c752 case MMC_BUS_WIDTH_8: mmc_davinci_set_ios()
H A Dsdhci-esdhc-imx.c671 case MMC_BUS_WIDTH_8: esdhc_pltfm_set_bus_width()
H A Dsdhci-pci.c1168 case MMC_BUS_WIDTH_8: sdhci_pci_set_bus_width()
H A Dsunxi-mmc.c721 case MMC_BUS_WIDTH_8: sunxi_mmc_set_ios()
H A Dsdhci.c1456 if (width == MMC_BUS_WIDTH_8) { sdhci_set_bus_width()
2017 if (mmc->ios.bus_width == MMC_BUS_WIDTH_8) sdhci_execute_tuning()
H A Dmmci.c363 if (host->mmc->ios.bus_width == MMC_BUS_WIDTH_8) mmci_set_clkreg()
H A Dsh_mmcif.c802 case MMC_BUS_WIDTH_8: sh_mmcif_set_cmd()
H A Domap_hsmmc.c588 case MMC_BUS_WIDTH_8: omap_hsmmc_set_bus_width()
H A Ddw_mmc.c1161 case MMC_BUS_WIDTH_8: dw_mci_set_ios()
/linux-4.1.27/drivers/mmc/core/
H A Dmmc.c855 ext_csd_bits = (bus_width == MMC_BUS_WIDTH_8) ? mmc_select_powerclass()
858 ext_csd_bits = (bus_width == MMC_BUS_WIDTH_8) ? mmc_select_powerclass()
899 MMC_BUS_WIDTH_8, mmc_select_bus_width()
991 ext_csd_bits = (bus_width == MMC_BUS_WIDTH_8) ? mmc_select_hs_ddr()
1055 host->ios.bus_width == MMC_BUS_WIDTH_8)) mmc_select_hs400()
1188 host->ios.bus_width == MMC_BUS_WIDTH_8) mmc_hs200_tuning()
H A Dmmc_ops.c592 if (ios->bus_width == MMC_BUS_WIDTH_8) { mmc_send_tuning()
730 if (bus_width == MMC_BUS_WIDTH_8) mmc_bus_test()
/linux-4.1.27/include/linux/mmc/
H A Dhost.h51 #define MMC_BUS_WIDTH_8 3 macro

Completed in 261 milliseconds