Searched refs:vdd (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/amba/
H A Dmmci.h33 u32 (*vdd_handler)(struct device *, unsigned int vdd,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/include/plat/
H A Dmci.h40 unsigned short vdd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpdouble.c207 vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn, argument
239 *vdd = *nan;
270 struct vfp_double vdm, vdd; local
276 struct vfp_double *vdp = &vdd;
316 vdd.sign = 0;
317 vdd.exponent = ((vdm.exponent - 1023) >> 1) + 1023;
318 vdd.significand = (u64)vfp_estimate_sqrt_significand(vdm.exponent, vdm.significand >> 32) << 31;
320 vfp_double_dump("sqrt estimate1", &vdd);
323 vdd.significand += 2 + vfp_estimate_div128to64(vdm.significand, 0, vdd
683 vfp_double_fadd_nonnumber(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) argument
725 vfp_double_add(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) argument
790 vfp_double_multiply(struct vfp_double *vdd, struct vfp_double *vdn, struct vfp_double *vdm, u32 fpscr) argument
853 struct vfp_double vdd, vdp, vdn, vdm; local
918 struct vfp_double vdd, vdn, vdm; local
938 struct vfp_double vdd, vdn, vdm; local
960 struct vfp_double vdd, vdn, vdm; local
981 struct vfp_double vdd, vdn, vdm; local
1007 struct vfp_double vdd, vdn, vdm; local
[all...]
H A Dvfpsingle.c485 struct vfp_double vdd; local
502 vdd.sign = vsm.sign;
503 vdd.significand = (u64)vsm.significand << 32;
509 vdd.exponent = 2047;
511 vdd.significand |= VFP_DOUBLE_SIGNIFICAND_QNAN;
514 vdd.exponent = 0;
516 vdd.exponent = vsm.exponent + (1023 - 127);
518 return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fcvtd");
521 vfp_put_double(vfp_double_pack(&vdd), dd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Dmmc.h33 void (*setpower)(struct device *, unsigned int vdd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dboard-trout-mmc.c96 static uint32_t trout_sdslot_switchvdd(struct device *dev, unsigned int vdd) argument
102 if (vdd == sdslot_vdd)
105 sdslot_vdd = vdd;
107 if (vdd == 0) {
130 if (mmc_vdd_table[i].mask == (1 << vdd)) {
146 printk(KERN_ERR "%s: Invalid VDD %d specified\n", __func__, vdd);
H A Dacpuclock-arm11.c90 int vdd; member in struct:clkctl_acpu_speed
180 static int acpuclk_set_vdd_level(int vdd) argument
188 current_vdd, vdd);
190 writel((1 << 7) | (vdd << 3), A11S_VDD_SVS_PLEVEL_ADDR);
192 if ((readl(A11S_VDD_SVS_PLEVEL_ADDR) & 0x7) != vdd) {
318 if (tgt_s->vdd > cur_s->vdd) {
319 if ((rc = acpuclk_set_vdd_level(tgt_s->vdd)) < 0) {
320 printk(KERN_ERR "Unable to switch ACPU vdd\n");
402 if (tgt_s->vdd < strt_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dmmc.h114 int power_on, int vdd);
117 int vdd, int cardsleep);
121 int power_on, int vdd);
124 int power_on, int vdd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Ddebugfs.c49 seq_printf(s, "vdd:\t\t%u ", ios->vdd);
50 if ((1 << ios->vdd) & MMC_VDD_165_195)
52 else if (ios->vdd < (ARRAY_SIZE(vdd_str) - 1)
53 && vdd_str[ios->vdd] && vdd_str[ios->vdd + 1])
54 seq_printf(s, "(%s ~ %s V)\n", vdd_str[ios->vdd],
55 vdd_str[ios->vdd + 1]);
H A Dcore.c608 ios->power_mode, ios->chip_select, ios->vdd,
658 * @vdd: voltage (mV)
661 * This function returns the OCR bit number according to the provided @vdd
671 static int mmc_vdd_to_ocrbitnum(int vdd, bool low_bits) argument
676 if (vdd < 1650 || vdd > 3600)
679 if (vdd >= 1650 && vdd <= 1950)
683 vdd -= 1;
686 bit = (vdd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dhsmmc.c47 int power_on, int vdd)
58 if ((1 << vdd) >= MMC_VDD_30_31)
90 int power_on, int vdd)
100 if ((1 << vdd) <= MMC_VDD_165_195)
114 int power_on, int vdd)
125 int power_on, int vdd)
132 if ((1 << vdd) <= MMC_VDD_165_195)
158 int power_on, int vdd)
178 int vdd)
46 omap_hsmmc1_before_set_reg(struct device *dev, int slot, int power_on, int vdd) argument
89 omap_hsmmc1_after_set_reg(struct device *dev, int slot, int power_on, int vdd) argument
113 omap4_hsmmc1_before_set_reg(struct device *dev, int slot, int power_on, int vdd) argument
124 omap4_hsmmc1_after_set_reg(struct device *dev, int slot, int power_on, int vdd) argument
157 hsmmc23_before_set_reg(struct device *dev, int slot, int power_on, int vdd) argument
177 nop_mmc_set_power(struct device *dev, int slot, int power_on, int vdd) argument
H A Dboard-n8x0.c231 int power_on, int vdd)
236 dev_dbg(dev, "Set slot %d power: %s (vdd %d)\n", slot + 1,
237 power_on ? "on" : "off", vdd);
242 switch (1 << vdd) {
264 switch (1 << vdd) {
318 int vdd)
321 return n8x0_mmc_set_power_menelaus(dev, slot, power_on, vdd);
230 n8x0_mmc_set_power_menelaus(struct device *dev, int slot, int power_on, int vdd) argument
317 n8x0_mmc_set_power(struct device *dev, int slot, int power_on, int vdd) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dboard-h2-mmc.c27 int vdd)
26 mmc_set_power(struct device *dev, int slot, int power_on, int vdd) argument
H A Dboard-h3-mmc.c27 int vdd)
26 mmc_set_power(struct device *dev, int slot, int power_on, int vdd) argument
H A Dboard-sx1-mmc.c25 int vdd)
24 mmc_set_power(struct device *dev, int slot, int power_on, int vdd) argument
H A Dboard-nokia770.c192 int vdd)
191 nokia770_mmc_set_power(struct device *dev, int slot, int power_on, int vdd) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/sunos/
H A Dat_sun.c82 xxxinit( cmd, vdd, vdi, vds )
84 struct vddrv *vdd;
95 vdd->vdd_vdtab = (struct vdlinkage *)&atvdl;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Domap_hsmmc.c177 int vdd; member in struct:omap_hsmmc_host
238 int vdd)
245 mmc_slot(host).before_set_reg(dev, slot, power_on, vdd);
248 ret = mmc_regulator_set_ocr(host->vcc, vdd);
253 mmc_slot(host).after_set_reg(dev, slot, power_on, vdd);
259 int vdd)
273 mmc_slot(host).before_set_reg(dev, slot, power_on, vdd);
289 ret = mmc_regulator_set_ocr(host->vcc, vdd);
304 mmc_slot(host).after_set_reg(dev, slot, power_on, vdd);
310 int vdd, in
237 omap_hsmmc_1_set_power(struct device *dev, int slot, int power_on, int vdd) argument
258 omap_hsmmc_23_set_power(struct device *dev, int slot, int power_on, int vdd) argument
309 omap_hsmmc_1_set_sleep(struct device *dev, int slot, int sleep, int vdd, int cardsleep) argument
319 omap_hsmmc_23_set_sleep(struct device *dev, int slot, int sleep, int vdd, int cardsleep) argument
1094 omap_hsmmc_switch_opcond(struct omap_hsmmc_host *host, int vdd) argument
[all...]
H A Domap.c104 unsigned int vdd; member in struct:mmc_omap_slot
1178 int vdd)
1186 vdd); local
1240 if (ios->vdd != slot->vdd)
1241 slot->vdd = ios->vdd;
1246 mmc_omap_set_power(slot, 0, ios->vdd);
1250 mmc_omap_set_power(slot, 1, ios->vdd);
1177 mmc_omap_set_power(struct mmc_omap_slot *slot, int power_on, int vdd) argument
H A Dpxamci.c102 static inline void pxamci_set_power(struct pxamci_host *host, unsigned int vdd) argument
108 mmc_regulator_set_ocr(host->vcc, vdd);
112 on = ((1 << vdd) & host->pdata->ocr_mask);
117 host->pdata->setpower(mmc_dev(host->mmc), vdd);
479 pxamci_set_power(host, ios->vdd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dpcm990-baseboard.c309 static void pcm990_mci_setpower(struct device *dev, unsigned int vdd) argument
313 if ((1 << vdd) & p_d->ocr_mask)
H A Dpoodle.c256 static void poodle_mci_setpower(struct device *dev, unsigned int vdd) argument
260 if ((1 << vdd) & p_d->ocr_mask) {
H A Dmainstone.c418 static void mainstone_mci_setpower(struct device *dev, unsigned int vdd) argument
422 if (( 1 << vdd) & p_d->ocr_mask) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dsht15.c56 * @vdd: supply voltage in microvolts
60 int vdd; /* microvolts */ member in struct:sht15_temppair
311 if (data->supply_uV > temppoints[i - 1].vdd) {
312 d1 = (data->supply_uV - temppoints[i - 1].vdd)
314 / (temppoints[i].vdd - temppoints[i - 1].vdd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mmc/
H A Dhost.h21 unsigned short vdd; member in struct:mmc_ios
23 /* vdd stores the bit number of the selected voltage range from below. */

Completed in 170 milliseconds

12