Home
last modified time | relevance | path

Searched refs:MMC_BUS_WIDTH_8 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/mmc/host/
H A Ddw_mmc-rockchip.c199 if (ios->bus_width == MMC_BUS_WIDTH_8 && in dw_mci_rk3288_set_ios()
269 if (ios->bus_width == MMC_BUS_WIDTH_8) in dw_mci_rk3288_set_ios()
H A Dsdhci-pci-o2micro.c400 if (mmc->ios.bus_width == MMC_BUS_WIDTH_8) { in sdhci_o2_execute_tuning()
414 if (current_bus_width == MMC_BUS_WIDTH_8) { in sdhci_o2_execute_tuning()
415 mmc->ios.bus_width = MMC_BUS_WIDTH_8; in sdhci_o2_execute_tuning()
H A Dsdhci-pxav2.c164 if (width == MMC_BUS_WIDTH_8) { in pxav2_mmc_set_bus_width()
H A Dowl-mmc.c449 case MMC_BUS_WIDTH_8: in owl_mmc_set_bus_width()
H A Dmmci_stm32_sdmmc.c338 if (host->mmc->ios.bus_width == MMC_BUS_WIDTH_8) in mmci_sdmmc_set_clkreg()
H A Dmeson-mx-sdhc-mmc.c349 case MMC_BUS_WIDTH_8: in meson_mx_sdhc_set_ios()
H A Dsunplus-mmc.c309 case MMC_BUS_WIDTH_8: in spmmc_set_bus_width()
H A Dsdhci.c2282 if (width == MMC_BUS_WIDTH_8) { in sdhci_set_bus_width()
2837 mmc->ios.bus_width == MMC_BUS_WIDTH_8) in sdhci_send_tuning()
/linux/include/linux/mmc/
H A Dhost.h51 #define MMC_BUS_WIDTH_8 3 macro