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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mmc/
H A Dhost.h17 unsigned short vdd; member in struct:mmc_ios
19 /* vdd stores the bit number of the selected voltage range from below. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/sunos/
H A Dat_sun.c82 xxxinit( cmd, vdd, vdi, vds )
84 struct vddrv *vdd;
95 vdd->vdd_vdtab = (struct vdlinkage *)&atvdl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dcorgi.c238 static void corgi_mci_setpower(struct device *dev, unsigned int vdd) argument
242 if (( 1 << vdd) & p_d->ocr_mask)
H A Dtosa.c199 static void tosa_mci_setpower(struct device *dev, unsigned int vdd) argument
203 if (( 1 << vdd) & p_d->ocr_mask) {
H A Dmainstone.c345 static void mainstone_mci_setpower(struct device *dev, unsigned int vdd) argument
349 if (( 1 << vdd) & p_d->ocr_mask) {
H A Dpoodle.c225 static void poodle_mci_setpower(struct device *dev, unsigned int vdd) argument
229 if (( 1 << vdd) & p_d->ocr_mask) {
H A Dtrizeps4.c235 static void board_mci_power(struct device *dev, unsigned int vdd) argument
239 if (( 1 << vdd) & p_d->ocr_mask) {
H A Dspitz.c321 static void spitz_mci_setpower(struct device *dev, unsigned int vdd) argument
325 if (( 1 << vdd) & p_d->ocr_mask)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.c289 ios->power_mode, ios->chip_select, ios->vdd,
353 host->ios.vdd = bit;
402 host->ios.vdd = bit;
422 host->ios.vdd = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dmmci.c425 pwr |= host->plat->translate_vdd(mmc_dev(mmc), ios->vdd);
H A Dpxamci.c373 host->pdata->setpower(mmc_dev(mmc), ios->vdd);
H A Dsdhci.c738 sdhci_set_power(host, ios->vdd);
H A Dtifm_sd.c801 dev_dbg(&sock->dev, "ios: clock = %u, vdd = %x, bus_mode = %x, "
803 ios->clock, ios->vdd, ios->bus_mode, ios->chip_select,
853 //vdd

Completed in 102 milliseconds