Home
last modified time | relevance | path

Searched refs:vdn (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/vfp/
H A Dvfpdouble.c207 vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_propagate_nan() argument
213 tn = vfp_double_type(vdn); in vfp_propagate_nan()
230 nan = vdn; in vfp_propagate_nan()
683 vfp_double_fadd_nonnumber(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_double_fadd_nonnumber() argument
690 tn = vfp_double_type(vdn); in vfp_double_fadd_nonnumber()
697 if (vdn->sign ^ vdm->sign) { in vfp_double_fadd_nonnumber()
707 vdp = vdn; in vfp_double_fadd_nonnumber()
713 vdp = vdn; in vfp_double_fadd_nonnumber()
718 return vfp_propagate_nan(vdd, vdn, vdm, fpscr); in vfp_double_fadd_nonnumber()
725 vfp_double_add(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_double_add() argument
790 vfp_double_multiply(struct vfp_double * vdd,struct vfp_double * vdn,struct vfp_double * vdm,u32 fpscr) vfp_double_multiply() argument
853 struct vfp_double vdd, vdp, vdn, vdm; vfp_double_multiply_accumulate() local
920 struct vfp_double vdd, vdn, vdm; vfp_double_fmul() local
940 struct vfp_double vdd, vdn, vdm; vfp_double_fnmul() local
962 struct vfp_double vdd, vdn, vdm; vfp_double_fadd() local
983 struct vfp_double vdd, vdn, vdm; vfp_double_fsub() local
1009 struct vfp_double vdd, vdn, vdm; vfp_double_fdiv() local
[all...]
/linux/drivers/hwmon/occ/
H A Dcommon.c99 struct power_sensor_data vdn; member
570 val = occ_get_powr_avg(get_unaligned_be64(&power->vdn.accumulator), in occ_show_power_a0()
571 get_unaligned_be32(&power->vdn.update_tag)); in occ_show_power_a0()
574 val = (u64)get_unaligned_be32(&power->vdn.update_tag) * in occ_show_power_a0()
578 val = get_unaligned_be16(&power->vdn.value) * 1000000ULL; in occ_show_power_a0()
/linux/Documentation/hwmon/
H A Docc.rst104 type will be one of "system", "proc", "vdd" or "vdn".
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-mowgli.dts205 iio-hwmon-vdn {