Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/fs/udf/
Dsuper.c661 struct volStructDesc *vsd = NULL; in udf_check_vsd() local
698 vsd = (struct volStructDesc *)(bh->b_data + in udf_check_vsd()
701 if (!strncmp(vsd->stdIdent, VSD_STD_ID_CD001, in udf_check_vsd()
703 switch (vsd->structType) { in udf_check_vsd()
721 vsd->structType); in udf_check_vsd()
724 } else if (!strncmp(vsd->stdIdent, VSD_STD_ID_BEA01, in udf_check_vsd()
727 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_TEA01, in udf_check_vsd()
731 } else if (!strncmp(vsd->stdIdent, VSD_STD_ID_NSR02, in udf_check_vsd()
734 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_NSR03, in udf_check_vsd()
737 else if (!strncmp(vsd->stdIdent, VSD_STD_ID_BOOT2, in udf_check_vsd()
[all …]
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_cmd.c1246 static void get_board_id(void *vsd, char *board_id) in get_board_id() argument
1259 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN && in get_board_id()
1260 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) { in get_board_id()
1261 strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MTHCA_BOARD_ID_LEN); in get_board_id()
1270 swab32(*(u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4)); in get_board_id()
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt101 vsd : regulator VSD (register 33, bit 18)
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore.h340 u8 vsd[MLXSW_CMD_BOARDINFO_VSD_LEN]; member
Dcmd.h353 MLXSW_ITEM_BUF(cmd_mbox, boardinfo, vsd, 0x20, MLXSW_CMD_BOARDINFO_VSD_LEN);
Dpci.c1227 mlxsw_cmd_mbox_boardinfo_vsd_memcpy_from(mbox, bus_info->vsd); in mlxsw_pci_boardinfo()
/Linux-v4.19/arch/arm/boot/dts/
Dimx51-digi-connectcore-som.dtsi81 vsd_reg: vsd {
Dimx51-zii-scu2-mezz.dts172 vsd_reg: vsd {
Dimx51-zii-scu3-esb.dts101 vsd_reg: vsd {
Dimx51-babbage.dts251 vsd_reg: vsd {
Dimx51-zii-rdu1.dts382 vsd_reg: vsd {
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dfw.c1761 static void get_board_id(void *vsd, char *board_id) in get_board_id() argument
1774 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN && in get_board_id()
1775 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) { in get_board_id()
1776 strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MLX4_BOARD_ID_LEN); in get_board_id()
1789 addr = (u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4); in get_board_id()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c822 static int mlx5e_modify_rq_vsd(struct mlx5e_rq *rq, bool vsd) in mlx5e_modify_rq_vsd() argument
841 MLX5_SET(rqc, rqc, vsd, vsd); in mlx5e_modify_rq_vsd()
2157 MLX5_SET(rqc, rqc, vsd, params->vlan_strip_disable); in mlx5e_build_rq_param()
3313 static int mlx5e_modify_channels_vsd(struct mlx5e_channels *chs, bool vsd) in mlx5e_modify_channels_vsd() argument
3319 err = mlx5e_modify_rq_vsd(&chs->c[i]->rq, vsd); in mlx5e_modify_channels_vsd()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c1214 MLX5_SET(rqc, rqc, vsd, 1); in create_raw_packet_qp_rq()
5314 MLX5_SET(rqc, rqc, vsd, 1); in create_rq()
5669 MLX5_SET(rqc, rqc, vsd, in mlx5_ib_modify_wq()
/Linux-v4.19/include/linux/mlx5/
Dmlx5_ifc.h2735 u8 vsd[0x1]; member
3189 u8 vsd[208][0x8]; member