| /Linux-v5.4/arch/arm/vfp/ | 
| D | vfpsingle.c | 69 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc…  argument215 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()  local459 	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 | 245 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc…  argument
 | 
| /Linux-v5.4/fs/udf/ | 
| D | super.c | 651 static int identify_vsd(const struct volStructDesc *vsd)  in identify_vsd()  argument655 	if (!memcmp(vsd->stdIdent, VSD_STD_ID_CD001, VSD_STD_ID_LEN)) {  in identify_vsd()
 656 		switch (vsd->structType) {  in identify_vsd()
 673 			udf_debug("ISO9660 VRS (%u) found\n", vsd->structType);  in identify_vsd()
 676 	} else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BEA01, VSD_STD_ID_LEN))  in identify_vsd()
 678 	else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR02, VSD_STD_ID_LEN))  in identify_vsd()
 680 	else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR03, VSD_STD_ID_LEN))  in identify_vsd()
 682 	else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BOOT2, VSD_STD_ID_LEN))  in identify_vsd()
 684 	else if (!memcmp(vsd->stdIdent, VSD_STD_ID_CDW02, VSD_STD_ID_LEN))  in identify_vsd()
 702 	struct volStructDesc *vsd = NULL;  in udf_check_vsd()  local
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | imx7ulp-evk.dts | 44 	reg_vsd_3v3: regulator-vsd-3v3 {
 | 
| D | imx51-digi-connectcore-som.dtsi | 75 			vsd_reg: vsd {
 | 
| D | imx51-zii-scu2-mezz.dts | 173 			vsd_reg: vsd {
 | 
| D | imx51-zii-scu3-esb.dts | 102 			vsd_reg: vsd {
 | 
| D | imx51-babbage.dts | 253 			vsd_reg: vsd {
 | 
| D | imx51-zii-rdu1.dts | 347 			vsd_reg: vsd {
 | 
| /Linux-v5.4/drivers/infiniband/hw/mthca/ | 
| D | mthca_cmd.c | 1240 static void get_board_id(void *vsd, char *board_id)  in get_board_id()  argument1253 	if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN &&  in get_board_id()
 1254 	    be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) {  in get_board_id()
 1255 		strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MTHCA_BOARD_ID_LEN);  in get_board_id()
 1264 				swab32(*(u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4));  in get_board_id()
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ | 
| D | mc13xxx.txt | 101     vsd       : regulator VSD	    (register 33, bit 18)
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | core.h | 388 	u8 vsd[MLXSW_CMD_BOARDINFO_VSD_LEN];  member
 | 
| D | cmd.h | 365 MLXSW_ITEM_BUF(cmd_mbox, boardinfo, vsd, 0x20, MLXSW_CMD_BOARDINFO_VSD_LEN);
 | 
| D | pci.c | 1204 	mlxsw_cmd_mbox_boardinfo_vsd_memcpy_from(mbox, bus_info->vsd);  in mlxsw_pci_boardinfo()
 | 
| /Linux-v5.4/arch/arm64/boot/dts/freescale/ | 
| D | imx8mq-evk.dts | 30 	reg_usdhc2_vmmc: regulator-vsd-3v3 {
 | 
| D | imx8mq-zii-ultra.dtsi | 71 	reg_usdhc2_vmmc: regulator-vsd-3v3 {
 | 
| /Linux-v5.4/drivers/regulator/ | 
| D | mc13892-regulator.c | 277 	MC13892_DEFINE_REGU(VSD, vsd, REGULATORMODE1, REGULATORSETTING1,
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ | 
| D | fw.c | 1764 static void get_board_id(void *vsd, char *board_id)  in get_board_id()  argument1777 	if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN &&  in get_board_id()
 1778 	    be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) {  in get_board_id()
 1779 		strlcpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MLX4_BOARD_ID_LEN);  in get_board_id()
 1792 			addr = (u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4);  in get_board_id()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en_main.c | 769 static int mlx5e_modify_rq_vsd(struct mlx5e_rq *rq, bool vsd)  in mlx5e_modify_rq_vsd()  argument788 	MLX5_SET(rqc, rqc, vsd, vsd);  in mlx5e_modify_rq_vsd()
 2161 	MLX5_SET(rqc, rqc, vsd,            params->vlan_strip_disable);  in mlx5e_build_rq_param()
 3419 static int mlx5e_modify_channels_vsd(struct mlx5e_channels *chs, bool vsd)  in mlx5e_modify_channels_vsd()  argument
 3425 		err = mlx5e_modify_rq_vsd(&chs->c[i]->rq, vsd);  in mlx5e_modify_channels_vsd()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ | 
| D | qp.c | 1342 		MLX5_SET(rqc, rqc, vsd, 1);  in create_raw_packet_qp_rq()5981 		MLX5_SET(rqc, rqc, vsd, 1);  in create_rq()
 6337 			MLX5_SET(rqc, rqc, vsd,  in mlx5_ib_modify_wq()
 
 | 
| /Linux-v5.4/include/linux/mlx5/ | 
| D | mlx5_ifc.h | 3125 	u8         vsd[0x1];  member3588 	u8         vsd[208][0x8];  member
 
 |