Searched refs:vd (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | mobility.c | 73 const char *name, u32 vd, char *value) in update_dt_property() argument 84 if (vd & 0x80000000) { in update_dt_property() 85 vd = ~vd + 1; in update_dt_property() 91 char *new_data = kzalloc(new_prop->length + vd, GFP_KERNEL); in update_dt_property() 96 memcpy(new_data + new_prop->length, value, vd); in update_dt_property() 100 new_prop->length += vd; in update_dt_property() 112 new_prop->length = vd; in update_dt_property() 120 memcpy(new_prop->value, value, vd); in update_dt_property() 142 u32 vd; in update_dt_node() local 177 vd = be32_to_cpu(*(__be32 *)prop_data); in update_dt_node() [all …]
|
/arch/powerpc/kernel/ |
D | vecemu.c | 264 unsigned int va, vb, vc, vd; in emulate_altivec() local 271 vd = (instr >> 21) & 0x1f; in emulate_altivec() 281 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec() 284 vsubfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec() 287 vrefp(&vrs[vd], &vrs[vb]); in emulate_altivec() 290 vrsqrtefp(&vrs[vd], &vrs[vb]); in emulate_altivec() 294 vrs[vd].u[i] = eexp2(vrs[vb].u[i]); in emulate_altivec() 298 vrs[vd].u[i] = elog2(vrs[vb].u[i]); in emulate_altivec() 302 vrs[vd].u[i] = rfin(vrs[vb].u[i]); in emulate_altivec() 306 vrs[vd].u[i] = rfiz(vrs[vb].u[i]); in emulate_altivec() [all …]
|
/arch/arm/vfp/ |
D | vfpdouble.c | 54 static void vfp_double_normalise_denormal(struct vfp_double *vd) in vfp_double_normalise_denormal() argument 56 int bits = 31 - fls(vd->significand >> 32); in vfp_double_normalise_denormal() 58 bits = 63 - fls(vd->significand); in vfp_double_normalise_denormal() 60 vfp_double_dump("normalise_denormal: in", vd); in vfp_double_normalise_denormal() 63 vd->exponent -= bits - 1; in vfp_double_normalise_denormal() 64 vd->significand <<= bits; in vfp_double_normalise_denormal() 67 vfp_double_dump("normalise_denormal: out", vd); in vfp_double_normalise_denormal() 70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char … in vfp_double_normaliseround() argument 76 vfp_double_dump("pack: in", vd); in vfp_double_normaliseround() 81 if (vd->exponent == 2047 && (vd->significand == 0 || exceptions)) in vfp_double_normaliseround() [all …]
|
D | vfp.h | 343 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char …
|
/arch/s390/kernel/ |
D | vdso.c | 122 static void __init vdso_init_data(struct vdso_data *vd) in vdso_init_data() argument 124 vd->ectg_available = test_facility(31); in vdso_init_data() 149 struct vdso_per_cpu_data *vd; in vdso_alloc_per_cpu() local 160 vd = (struct vdso_per_cpu_data *) page_frame; in vdso_alloc_per_cpu() 161 vd->cpu_nr = lowcore->cpu_nr; in vdso_alloc_per_cpu() 162 vd->node_id = cpu_to_node(vd->cpu_nr); in vdso_alloc_per_cpu()
|
/arch/arm/boot/dts/ |
D | tegra114-tn7.dts | 87 regulator-name = "vd-cpu"; 95 regulator-name = "vd-soc"; 111 regulator-name = "vd-ddr"; 135 regulator-name = "vd-smps10-out1"; 143 regulator-name = "vd-smps10-out2"; 167 regulator-name = "vd-fuse"; 175 regulator-name = "vd-ts-hv";
|
D | pxa300-raumfeld-tuneable-clock.dtsi | 52 vd-supply = <®_3v3>;
|
/arch/arm/mach-omap2/ |
D | vc.c | 229 struct voltagedomain *vd; member 239 struct voltagedomain *vd = vc.vd; in omap3_vc_set_pmic_signaling() local 268 vd->write(voltctrl, OMAP3_PRM_VOLTCTRL_OFFSET); in omap3_vc_set_pmic_signaling() 272 vd->write(c->voltsetup1, in omap3_vc_set_pmic_signaling() 277 vd->write(c->voltsetup2, in omap3_vc_set_pmic_signaling() 292 if (vc.vd) in omap3_vc_init_pmic_signaling() 295 vc.vd = voltdm; in omap3_vc_init_pmic_signaling()
|
/arch/mips/include/uapi/asm/ |
D | inst.h | 752 __BITFIELD_FIELD(unsigned int vd : 5,
|