Searched refs:vsd (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/arm/vfp/ |
D | vfpsingle.c | 69 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument 215 vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, in vfp_propagate_nan() argument 247 *vsd = *nan; in vfp_propagate_nan() 318 struct vfp_single vsm, vsd; in vfp_single_fsqrt() local 324 struct vfp_single *vsp = &vsd; in vfp_single_fsqrt() 364 vsd.sign = 0; in vfp_single_fsqrt() 365 vsd.exponent = ((vsm.exponent - 127) >> 1) + 127; in vfp_single_fsqrt() 366 vsd.significand = vfp_estimate_sqrt_significand(vsm.exponent, vsm.significand) + 2; in vfp_single_fsqrt() 368 vfp_single_dump("sqrt estimate", &vsd); in vfp_single_fsqrt() 373 if ((vsd.significand & VFP_SINGLE_LOW_BITS_MASK) <= 5) { in vfp_single_fsqrt() [all …]
|
D | vfpdouble.c | 442 struct vfp_single vsd; in vfp_double_fcvts() local 459 vsd.sign = vdm.sign; in vfp_double_fcvts() 460 vsd.significand = vfp_hi64to32jamming(vdm.significand); in vfp_double_fcvts() 466 vsd.exponent = 255; in vfp_double_fcvts() 468 vsd.significand |= VFP_SINGLE_SIGNIFICAND_QNAN; in vfp_double_fcvts() 471 vsd.exponent = 0; in vfp_double_fcvts() 473 vsd.exponent = vdm.exponent - (1023 - 127); in vfp_double_fcvts() 475 return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts"); in vfp_double_fcvts() 478 vfp_put_float(vfp_single_pack(&vsd), sd); in vfp_double_fcvts()
|
D | vfp.h | 248 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
|
/linux-4.1.27/fs/udf/ |
D | super.c | 694 struct volStructDesc *vsd = NULL; in udf_check_vsd() local 731 vsd = (struct volStructDesc *)(bh->b_data + in udf_check_vsd() 734 if (!strncmp(vsd->stdIdent, VSD_STD_ID_CD001, in udf_check_vsd() 736 switch (vsd->structType) { in udf_check_vsd() 754 vsd->structType); in udf_check_vsd() 757 } else if (!strncmp(vsd->stdIdent, VSD_STD_ID_BEA01, in udf_check_vsd() 760 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_TEA01, in udf_check_vsd() 764 } else if (!strncmp(vsd->stdIdent, VSD_STD_ID_NSR02, in udf_check_vsd() 767 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_NSR03, in udf_check_vsd() 770 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_BOOT2, in udf_check_vsd() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.c | 1238 static void get_board_id(void *vsd, char *board_id) in get_board_id() argument 1251 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN && in get_board_id() 1252 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) { in get_board_id() 1253 strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MTHCA_BOARD_ID_LEN); in get_board_id() 1262 swab32(*(u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4)); in get_board_id()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | mc13xxx.txt | 101 vsd : regulator VSD (register 33, bit 18)
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | imx51-digi-connectcore-som.dtsi | 82 vsd_reg: vsd {
|
D | imx51-babbage.dts | 239 vsd_reg: vsd {
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.c | 1588 static void get_board_id(void *vsd, char *board_id) in get_board_id() argument 1601 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN && in get_board_id() 1602 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) { in get_board_id() 1603 strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MLX4_BOARD_ID_LEN); in get_board_id() 1616 addr = (u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4); in get_board_id()
|
/linux-4.1.27/include/linux/mlx5/ |
D | device.h | 345 u8 vsd[208]; member
|