Searched refs:current_bus_width (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dsdhci-esdhc-mcf.c30 int current_bus_width; member in struct:pltfm_mcf_data
199 mcf_data->current_bus_width, SDHCI_HOST_CONTROL);
288 mcf_data->current_bus_width = ESDHC_CTRL_4BITBUS;
291 mcf_data->current_bus_width = 0;
296 mcf_data->current_bus_width, SDHCI_HOST_CONTROL);
H A Dsdhci-pci-o2micro.c319 int current_bus_width = 0; local
401 current_bus_width = mmc->ios.bus_width;
414 if (current_bus_width == MMC_BUS_WIDTH_8) {
416 sdhci_set_bus_width(host, current_bus_width);

Completed in 131 milliseconds