Home
last modified time | relevance | path

Searched refs:voltages (Results 1 – 25 of 54) sorted by relevance

123

/u-boot/drivers/power/regulator/
A Dgpio-regulator.c25 int voltages[GPIO_REGULATOR_MAX_STATES]; member
72 dev_pdata->voltages[j] = states_array[i]; in gpio_regulator_of_to_plat()
97 return dev_pdata->voltages[0]; in gpio_regulator_get_value()
99 return dev_pdata->voltages[1]; in gpio_regulator_get_value()
111 if (uV == dev_pdata->voltages[0]) in gpio_regulator_set_value()
113 else if (uV == dev_pdata->voltages[1]) in gpio_regulator_set_value()
A Dpfuze100.c70 #define PFUZE100_SWB_REG(_name, base, mask, step, voltages) \ argument
77 .volt_table = (voltages), \
80 #define PFUZE100_SNVS_REG(_name, base, mask, voltages) \ argument
86 .volt_table = (voltages), \
/u-boot/drivers/mmc/
A Dsdhci.c709 sdhci_set_power(host, fls(mmc->cfg->voltages) - 1);
887 cfg->voltages = 0;
889 cfg->voltages |= MMC_VDD_32_33 | MMC_VDD_33_34;
891 cfg->voltages |= MMC_VDD_29_30 | MMC_VDD_30_31;
893 cfg->voltages |= MMC_VDD_165_195;
896 cfg->voltages |= host->voltages;
914 if (!(cfg->voltages & MMC_VDD_165_195) ||
A Dtangier_sdhci.c52 host->voltages = MMC_VDD_165_195; in sdhci_tangier_probe()
A Darm_pl180_mmci.h183 unsigned int voltages; member
A Ddavinci_mmc.c466 host->cfg.voltages = host->voltages;
512 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
A Darm_pl180_mmci.c387 host->cfg.voltages = host->voltages; in arm_pl180_mmci_init()
457 cfg->voltages = VOLTAGE_WINDOW_SD; in arm_pl180_mmc_probe()
A Dsandbox_mmc.c153 cfg->voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sandbox_mmc_bind()
A Dbcm2835_sdhci.c217 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in bcm2835_sdhci_probe()
A Ds5p_sdhci.c96 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in s5p_sdhci_core_init()
A Djz_mmc.c398 .voltages = MMC_VDD_27_28 | MMC_VDD_28_29 | MMC_VDD_29_30 |
469 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in jz_mmc_of_to_plat()
A Dpxa_mmc_gen.c403 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
475 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; in pxa_mmc_probe()
A Docteontx_hsmmc.c3460 uint voltages[2]; in octeontx_mmc_get_config() local
3509 voltages, 2); in octeontx_mmc_get_config()
3511 slot->cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34; in octeontx_mmc_get_config()
3513 low = xlate_voltage(voltages[0]); in octeontx_mmc_get_config()
3514 high = xlate_voltage(voltages[1]); in octeontx_mmc_get_config()
3516 low, voltages[0], high, voltages[1]); in octeontx_mmc_get_config()
3522 slot->cfg.voltages = 0; in octeontx_mmc_get_config()
3524 slot->cfg.voltages |= low; in octeontx_mmc_get_config()
3535 if (slot->cfg.voltages & MMC_VDD_165_195) { in octeontx_mmc_get_config()
3559 if (!(slot->cfg.voltages & (MMC_VDD_32_33 | MMC_VDD_33_34))) in octeontx_mmc_get_config()
[all …]
A Dgen_atmel_mci.c490 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
535 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
A Dsh_sdhi.c739 .voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
751 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
884 plat->cfg.voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sh_sdhi_dm_probe()
A Dmxsmmc.c192 priv->cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34; in mxsmmc_initialize()
616 plat->cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
A Dtegra_mmc.c585 tegra_mmc_set_power(priv, fls(mmc->cfg->voltages) - 1); in tegra_mmc_reset()
692 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in tegra_mmc_probe()
A Dsunxi_mmc.c522 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; in sunxi_mmc_init()
625 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; in sunxi_mmc_probe()
/u-boot/board/davinci/da8xxevm/
A Domapl138_lcdk.c346 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
377 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
/u-boot/arch/arm/mach-davinci/include/mach/
A Dsdmmc_defs.h151 uint voltages; /* Host supported voltages */ member
/u-boot/board/armltd/vexpress/
A Dvexpress_common.c93 host->voltages = VOLTAGE_WINDOW_MMC; in cpu_mmc_init()
/u-boot/board/sbc8641d/
A DREADME22 the board documentation for details. Some settings control CPU voltages
/u-boot/arch/arm/dts/
A Dimx6sx-softing-vining-2000.dts83 * unstable without higher voltages. Hence, set higher voltages here.
/u-boot/arch/arm/mach-omap2/omap5/
A DKconfig55 should be held low while the voltages and Oscillator outputs
/u-boot/board/ti/am335x/
A Dboard.c972 .cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195,
986 .cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195,

Completed in 33 milliseconds

123