Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dboard-n8x0.c215 case MMC_VDD_165_195: in n8x0_mmc_set_power_menelaus()
249 case MMC_VDD_165_195: in n8x0_mmc_set_power_menelaus()
447 .ocr_mask = MMC_VDD_165_195 | MMC_VDD_30_31 |
455 .ocr_mask = MMC_VDD_165_195 | MMC_VDD_20_21 |
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dtangier_sdhci.c53 host->voltages = MMC_VDD_165_195; in sdhci_tangier_probe()
H A Dsandbox_mmc.c118 cfg->voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sandbox_mmc_bind()
H A Dtegra_mmc.c45 case MMC_VDD_165_195: in tegra_mmc_set_power()
604 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in tegra_mmc_probe()
H A Dbcm2835_sdhci.c208 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in bcm2835_sdhci_probe()
H A Ds5p_sdhci.c95 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in s5p_sdhci_core_init()
H A Dsdhci.c419 case MMC_VDD_165_195:
787 cfg->voltages |= MMC_VDD_165_195;
H A Dmeson_gx_mmc.c242 MMC_VDD_31_32 | MMC_VDD_165_195; in meson_mmc_probe()
H A Domap_hsmmc.c767 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195;
835 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195;
H A Dsh_sdhi.c734 .voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
880 plat->cfg.voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sh_sdhi_dm_probe()
H A Dstm32_sdmmc2.c555 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in stm32_sdmmc2_probe()
H A Duniphier-sd.c737 plat->cfg.voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in uniphier_sd_probe()
H A Ddw_mmc.c903 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195;
H A Dfsl_esdhc.c816 voltage_caps |= MMC_VDD_165_195; in fsl_esdhc_init()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dvia-sdmmc.c704 if (host->power == MMC_VDD_165_195) in via_sdc_set_power()
816 if (host->power == MMC_VDD_165_195) in via_reset_pcictrl()
1041 mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in via_init_mmc_host()
1130 sdhost->power = MMC_VDD_165_195; in via_sd_probe()
1286 if (sdhost->power == MMC_VDD_165_195) in via_sd_resume()
H A Duniphier-sd.c632 tmio_data->ocr_mask |= MMC_VDD_165_195; in uniphier_sd_probe()
H A Dowl-mmc.c617 MMC_VDD_165_195; in owl_mmc_probe()
H A Dsdhci-pci-core.c1356 slot->host->ocr_mask = MMC_VDD_20_21 | MMC_VDD_165_195; in intel_mrfld_mmc_probe_slot()
1501 MMC_VDD_165_195; /* allow 1.8V */ in jmicron_probe_slot()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dregulator.c40 tmp = vdd_bit - ilog2(MMC_VDD_165_195); in mmc_ocrbitnum_to_vdd()
H A Ddebugfs.c62 if ((1 << ios->vdd) & MMC_VDD_165_195) in mmc_ios_show()
H A Dsd.c523 case MMC_VDD_165_195: in sd_get_host_max_current()
/OK3568_Linux_fs/u-boot/board/ti/am335x/
H A Dboard.c958 .cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195,
972 .cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195,
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h304 #define MMC_VDD_165_195 0x00000080 /* VDD voltage 1.65 - 1.95 */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h142 #define MMC_VDD_165_195 0x00000080 /* VDD voltage 1.65 - 1.95 */ macro
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dsdio.c96 return (((ocr & GB_SDIO_VDD_165_195) ? MMC_VDD_165_195 : 0) | in _gb_sdio_get_host_ocr()

12