Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/arm/vfp/
H A Dvfpsingle.c247 *vsd = *nan; in vfp_propagate_nan()
364 vsd.sign = 0; in vfp_single_fsqrt()
380 term = (u64)vsd.significand * vsd.significand; in vfp_single_fsqrt()
392 vsd.significand = vfp_shiftright32jamming(vsd.significand, 1); in vfp_single_fsqrt()
766 *vsd = *vsp; in vfp_single_fadd_nonnumber()
806 *vsd = *vsn; in vfp_single_add()
820 vsd->sign = vfp_sign_negate(vsd->sign); in vfp_single_add()
874 vsd->exponent = 0; in vfp_single_multiply()
1007 vsd.sign = vfp_sign_negate(vsd.sign); in vfp_single_fnmul()
1118 vsd.exponent++; in vfp_single_fdiv()
[all …]
H A 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()
H A Dvfp.h245 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpsc… argument
/openbmc/qemu/hw/intc/
H A Dpnv_xive.c133 vsd_addr = vsd & VSD_ADDRESS_MASK; in pnv_xive_vst_addr_indirect()
141 if (!(vsd & VSD_ADDRESS_MASK)) { in pnv_xive_vst_addr_indirect()
230 uint64_t vsd; in pnv_xive_vst_addr() local
238 vsd = xive->vsds[type][blk]; in pnv_xive_vst_addr()
245 if (VSD_INDIRECT & vsd) { in pnv_xive_vst_addr()
613 if (!(VSD_INDIRECT & vsd)) { in pnv_xive_vst_per_subpage()
626 if (!(vsd & VSD_ADDRESS_MASK)) { in pnv_xive_vst_per_subpage()
779 if (VSD_INDIRECT & vsd) { in pnv_xive_vst_set_exclusive()
800 xive->vsds[type][blk] = vsd; in pnv_xive_vst_set_exclusive()
816 if (!(VSD_INDIRECT & vsd)) { in pnv_xive_vst_set_exclusive()
[all …]
H A Dpnv_xive2.c162 vsd_addr = vsd & VSD_ADDRESS_MASK; in pnv_xive2_vst_addr_indirect()
165 if (!(vsd & VSD_ADDRESS_MASK)) { in pnv_xive2_vst_addr_indirect()
214 uint64_t vsd; in pnv_xive2_vst_addr() local
222 vsd = xive->vsds[type][blk]; in pnv_xive2_vst_addr()
231 if (VSD_INDIRECT & vsd) { in pnv_xive2_vst_addr()
614 if (VSD_INDIRECT & vsd) { in pnv_xive2_vst_set_exclusive()
630 xive->vsds[type][blk] = vsd; in pnv_xive2_vst_set_exclusive()
645 if (!(VSD_INDIRECT & vsd)) { in pnv_xive2_vst_set_exclusive()
660 if (!(VSD_INDIRECT & vsd)) { in pnv_xive2_vst_set_exclusive()
712 xive->vsds[type][blk] = vsd; in pnv_xive2_vst_set_data()
[all …]
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-innocomm-wb15-evk.dts31 reg_vsd_3v3: regulator-vsd-3v3 {
141 pinctrl_reg_vsd_3v3: reg-vsd-3v3-grp {
H A Dimx8mq-evk.dts41 reg_usdhc2_vmmc: regulator-vsd-3v3 {
H A Dimx8mq-zii-ultra.dtsi80 reg_usdhc2_vmmc: regulator-vsd-3v3 {
/openbmc/linux/fs/udf/
H A Dsuper.c657 static int identify_vsd(const struct volStructDesc *vsd) in identify_vsd() argument
661 if (!memcmp(vsd->stdIdent, VSD_STD_ID_CD001, VSD_STD_ID_LEN)) { in identify_vsd()
662 switch (vsd->structType) { in identify_vsd()
679 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
684 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR02, VSD_STD_ID_LEN)) in identify_vsd()
686 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR03, VSD_STD_ID_LEN)) in identify_vsd()
688 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BOOT2, VSD_STD_ID_LEN)) in identify_vsd()
708 struct volStructDesc *vsd = NULL; in udf_check_vsd() local
744 vsd = (struct volStructDesc *)(bh->b_data + in udf_check_vsd()
746 nsr = identify_vsd(vsd); in udf_check_vsd()
[all …]
/openbmc/linux/drivers/mmc/host/
H A Domap.c115 struct gpio_desc *vsd; member
1123 if (slot->vsd) { in mmc_omap_set_power()
1124 gpiod_set_value(slot->vsd, power_on); in mmc_omap_set_power()
1136 if (slot->vsd) { in mmc_omap_set_power()
1137 gpiod_set_value(slot->vsd, power_on); in mmc_omap_set_power()
1277 slot->vsd = devm_gpiod_get_index_optional(host->dev, "vsd", in mmc_omap_new_slot()
1279 if (IS_ERR(slot->vsd)) in mmc_omap_new_slot()
1280 return dev_err_probe(host->dev, PTR_ERR(slot->vsd), in mmc_omap_new_slot()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7ulp-evk.dts44 reg_vsd_3v3: regulator-vsd-3v3 {
H A Dimx51-digi-connectcore-som.dtsi75 vsd_reg: vsd {
H A Dimx51-zii-scu2-mezz.dts173 vsd_reg: vsd {
H A Dimx51-zii-scu3-esb.dts102 vsd_reg: vsd {
H A Dimx51-babbage.dts280 vsd_reg: vsd {
H A Dimx51-zii-rdu1.dts347 vsd_reg: vsd {
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c1240 static void get_board_id(void *vsd, char *board_id) in get_board_id() argument
1253 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 strscpy(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()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmc13xxx.txt101 vsd : regulator VSD (register 33, bit 18)
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcmd.h391 MLXSW_ITEM_BUF(cmd_mbox, boardinfo, vsd, 0x20, MLXSW_CMD_BOARDINFO_VSD_LEN);
H A Dcore.h503 u8 vsd[MLXSW_CMD_BOARDINFO_VSD_LEN]; member
H A Dpci.c1326 mlxsw_cmd_mbox_boardinfo_vsd_memcpy_from(mbox, bus_info->vsd); in mlxsw_pci_boardinfo()
/openbmc/linux/drivers/regulator/
H A Dmc13892-regulator.c277 MC13892_DEFINE_REGU(VSD, vsd, REGULATORMODE1, REGULATORSETTING1,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c1767 static void get_board_id(void *vsd, char *board_id) in get_board_id() argument
1780 if (be16_to_cpup(vsd + VSD_OFFSET_SIG1) == VSD_SIGNATURE_TOPSPIN && in get_board_id()
1781 be16_to_cpup(vsd + VSD_OFFSET_SIG2) == VSD_SIGNATURE_TOPSPIN) { in get_board_id()
1782 strscpy(board_id, vsd + VSD_OFFSET_TS_BOARD_ID, MLX4_BOARD_ID_LEN); in get_board_id()
1795 addr = (u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4); in get_board_id()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1078 static int mlx5e_modify_rq_vsd(struct mlx5e_rq *rq, bool vsd) in mlx5e_modify_rq_vsd() argument
1096 MLX5_SET(rqc, rqc, vsd, vsd); in mlx5e_modify_rq_vsd()
3379 static int mlx5e_modify_channels_vsd(struct mlx5e_channels *chs, bool vsd) in mlx5e_modify_channels_vsd() argument
3385 err = mlx5e_modify_rq_vsd(&chs->c[i]->rq, vsd); in mlx5e_modify_channels_vsd()
3390 return mlx5e_modify_rq_vsd(&chs->ptp->rq, vsd); in mlx5e_modify_channels_vsd()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c1009 MLX5_SET(rqc, rqc, vsd, params->vlan_strip_disable); in mlx5e_build_rq_param()

12