Home
last modified time | relevance | path

Searched refs:vsd (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/arm/vfp/
Dvfpsingle.c69 #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 …]
Dvfpdouble.c442 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()
Dvfp.h248 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
/linux-4.4.14/fs/udf/
Dsuper.c694 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.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h208 u8 vsd[MLXSW_CMD_BOARDINFO_VSD_LEN]; member
Dcmd.h378 MLXSW_ITEM_BUF(cmd_mbox, boardinfo, vsd, 0x20, MLXSW_CMD_BOARDINFO_VSD_LEN);
Dcore.c767 mlxsw_core->dbg.vsd_blob.data = (void *) &bus_info->vsd; in mlxsw_core_debugfs_init()
768 mlxsw_core->dbg.vsd_blob.size = sizeof(bus_info->vsd); in mlxsw_core_debugfs_init()
Dpci.c1276 mlxsw_cmd_mbox_boardinfo_vsd_memcpy_from(mbox, bus_info->vsd); in mlxsw_pci_boardinfo()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_cmd.c1238 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.4.14/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt101 vsd : regulator VSD (register 33, bit 18)
/linux-4.4.14/arch/arm/boot/dts/
Dimx51-digi-connectcore-som.dtsi82 vsd_reg: vsd {
Dimx51-babbage.dts239 vsd_reg: vsd {
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dfw.c1612 static void get_board_id(void *vsd, char *board_id) in get_board_id() argument
1625 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN && in get_board_id()
1626 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) { in get_board_id()
1627 strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MLX4_BOARD_ID_LEN); in get_board_id()
1640 addr = (u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4); in get_board_id()
/linux-4.4.14/include/linux/mlx5/
Ddevice.h371 u8 vsd[208]; member
Dmlx5_ifc.h2094 u8 vsd[0x1]; member
2483 u8 vsd[208][0x8]; member