Home
last modified time | relevance | path

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

12

/openbmc/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 |
/openbmc/u-boot/drivers/mmc/
H A Dtangier_sdhci.c52 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 Dsdhci.c429 case MMC_VDD_165_195:
654 cfg->voltages |= MMC_VDD_165_195;
675 if (!(cfg->voltages & MMC_VDD_165_195) ||
H A Ds5p_sdhci.c94 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in s5p_sdhci_core_init()
H A Dbcm2835_sdhci.c214 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in bcm2835_sdhci_probe()
H A Dtegra_mmc.c42 case MMC_VDD_165_195: in tegra_mmc_set_power()
601 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in tegra_mmc_probe()
H A Dmeson_gx_mmc.c244 MMC_VDD_31_32 | MMC_VDD_165_195; in meson_mmc_probe()
H A Dsh_sdhi.c733 .voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
879 plat->cfg.voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sh_sdhi_dm_probe()
H A Djz_mmc.c465 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in jz_mmc_ofdata_to_platdata()
H A Dftsdc010_mci.c377 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in ftsdc_setup_cfg()
H A Ddw_mmc.c550 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195;
H A Dstm32_sdmmc2.c612 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in stm32_sdmmc2_probe()
H A Dsh_mmcif.c721 plat->cfg.voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sh_mmcif_dm_probe()
H A Dtmio-common.c782 plat->cfg.voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in tmio_sd_probe()
H A Domap_hsmmc.c1598 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195;
1932 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195;
/openbmc/linux/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()
1039 mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in via_init_mmc_host()
1127 sdhost->power = MMC_VDD_165_195; in via_sd_probe()
1282 if (sdhost->power == MMC_VDD_165_195) in via_sd_resume()
H A Duniphier-sd.c703 tmio_data->ocr_mask |= MMC_VDD_165_195; in uniphier_sd_probe()
H A Dowl-mmc.c615 MMC_VDD_165_195; in owl_mmc_probe()
/openbmc/linux/drivers/mmc/core/
H A Dregulator.c40 tmp = vdd_bit - ilog2(MMC_VDD_165_195); in mmc_ocrbitnum_to_vdd()
H A Ddebugfs.c63 if ((1 << ios->vdd) & MMC_VDD_165_195) in mmc_ios_show()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c1064 .cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195,
1078 .cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195,
/openbmc/linux/include/linux/mmc/
H A Dhost.h338 #define MMC_VDD_165_195 0x00000080 /* VDD voltage 1.65 - 1.95 */ macro
/openbmc/u-boot/include/
H A Dmmc.h173 #define MMC_VDD_165_195 0x00000080 /* VDD voltage 1.65 - 1.95 */ macro
/openbmc/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()

12