Home
last modified time | relevance | path

Searched refs:MMC_VDD_165_195 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dboard-n8x0.c187 case MMC_VDD_165_195: in n8x0_mmc_set_power_menelaus()
221 case MMC_VDD_165_195: in n8x0_mmc_set_power_menelaus()
393 .ocr_mask = MMC_VDD_165_195 | MMC_VDD_30_31 |
401 .ocr_mask = MMC_VDD_165_195 | MMC_VDD_20_21 |
/linux/drivers/mmc/host/
H A Dvia-sdmmc.c705 if (host->power == MMC_VDD_165_195) in via_sdc_set_power()
817 if (host->power == MMC_VDD_165_195) in via_reset_pcictrl()
1040 mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in via_init_mmc_host()
1128 sdhost->power = MMC_VDD_165_195; in via_sd_probe()
1283 if (sdhost->power == MMC_VDD_165_195) in via_sd_resume()
H A Dsdhci-pci-core.c1328 slot->host->ocr_mask = MMC_VDD_20_21 | MMC_VDD_165_195; in intel_mrfld_mmc_probe_slot()
1488 MMC_VDD_165_195; /* allow 1.8V */ in jmicron_probe_slot()
H A Dvub300.c2155 mmc->ocr_avail |= MMC_VDD_165_195; in vub300_probe()
/linux/drivers/mmc/core/
H A Dregulator.c40 tmp = vdd_bit - ilog2(MMC_VDD_165_195); in mmc_ocrbitnum_to_vdd()
H A Ddebugfs.c66 if ((1 << ios->vdd) & MMC_VDD_165_195) in mmc_ios_show()
H A Dsd.c533 case MMC_VDD_165_195: in sd_get_host_max_current()
H A Dcore.c1040 return ilog2(MMC_VDD_165_195); in mmc_vdd_to_ocrbitnum()
H A Dmmc.c891 case MMC_VDD_165_195: in __mmc_select_powerclass()
/linux/drivers/staging/greybus/
H A Dsdio.c95 return (((ocr & GB_SDIO_VDD_165_195) ? MMC_VDD_165_195 : 0) | in _gb_sdio_get_host_ocr()