/openbmc/qemu/target/loongarch/ |
H A D | disas.c | 898 INSN_LSX(vneg_b, vv) in INSN_LSX() 899 INSN_LSX(vneg_h, vv) in INSN_LSX() 900 INSN_LSX(vneg_w, vv) in INSN_LSX() 901 INSN_LSX(vneg_d, vv) in INSN_LSX() 1142 INSN_LSX(vexth_h_b, vv) in INSN_LSX() 1143 INSN_LSX(vexth_w_h, vv) in INSN_LSX() 1144 INSN_LSX(vexth_d_w, vv) in INSN_LSX() 1145 INSN_LSX(vexth_q_d, vv) in INSN_LSX() 1146 INSN_LSX(vexth_hu_bu, vv) in INSN_LSX() 1147 INSN_LSX(vexth_wu_hu, vv) in INSN_LSX() [all …]
|
H A D | insns.decode | 507 &vv vd vj 524 @vv .... ........ ..... ..... vj:5 vd:5 &vv 583 vneg_b 0111 00101001 11000 01100 ..... ..... @vv 584 vneg_h 0111 00101001 11000 01101 ..... ..... @vv 585 vneg_w 0111 00101001 11000 01110 ..... ..... @vv 586 vneg_d 0111 00101001 11000 01111 ..... ..... @vv 828 vexth_h_b 0111 00101001 11101 11000 ..... ..... @vv 829 vexth_w_h 0111 00101001 11101 11001 ..... ..... @vv 830 vexth_d_w 0111 00101001 11101 11010 ..... ..... @vv 831 vexth_q_d 0111 00101001 11101 11011 ..... ..... @vv [all …]
|
/openbmc/linux/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 88 struct saa7146_vv *vv = dev->vv_data; in saa7146_pgtable_build() local 93 struct v4l2_pix_format *pix = &vv->video_fmt; in saa7146_pgtable_build() 184 struct saa7146_vv *vv = dev->vv_data; in video_begin() local 191 fmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat); in video_begin() 219 struct saa7146_vv *vv = dev->vv_data; in video_end() local 226 fmt = saa7146_format_by_fourcc(dev, vv->video_fmt.pixelformat); in video_end() 279 struct saa7146_vv *vv = dev->vv_data; in saa7146_s_ctrl() local 309 if (vb2_is_busy(&vv->video_dmaq.q)) in saa7146_s_ctrl() 311 vv->hflip = ctrl->val; in saa7146_s_ctrl() 315 if (vb2_is_busy(&vv->video_dmaq.q)) in saa7146_s_ctrl() [all …]
|
H A D | saa7146_fops.c | 12 struct saa7146_vv *vv = dev->vv_data; in saa7146_res_get() local 14 if (vv->resources & bit) { in saa7146_res_get() 16 bit, vv->resources); in saa7146_res_get() 22 if (vv->resources & bit) { in saa7146_res_get() 23 DEB_D("locked! vv->resources:0x%02x, we want:0x%02x\n", in saa7146_res_get() 24 vv->resources, bit); in saa7146_res_get() 29 vv->resources |= bit; in saa7146_res_get() 30 DEB_D("res: get 0x%02x, cur:0x%02x\n", bit, vv->resources); in saa7146_res_get() 36 struct saa7146_vv *vv = dev->vv_data; in saa7146_res_free() local 38 WARN_ON((vv->resources & bits) != bits); in saa7146_res_free() [all …]
|
H A D | saa7146_hlp.c | 22 static void calculate_hxo_and_hyo(struct saa7146_vv *vv, u32* hps_h_scale, u32* hps_ctrl) in calculate_hxo_and_hyo() argument 26 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo() 27 hxo = vv->standard->h_offset; in calculate_hxo_and_hyo() 311 struct saa7146_vv *vv = dev->vv_data; in saa7146_set_window() local 313 int source = vv->current_hps_source; in saa7146_set_window() 314 int sync = vv->current_hps_sync; in saa7146_set_window() 321 …calculate_v_scale_registers(dev, field, vv->standard->v_field*2, height, &hps_v_scale, &hps_v_gain… in saa7146_set_window() 327 …calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain,… in saa7146_set_window() 330 calculate_hxo_and_hyo(vv, &hps_h_scale, &hps_ctrl); in saa7146_set_window() 359 struct saa7146_vv *vv = dev->vv_data; in saa7146_set_hps_source_and_sync() local [all …]
|
H A D | saa7146_vbi.c | 8 struct saa7146_vv *vv = dev->vv_data; in vbi_workaround() local 98 add_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround() 109 remove_wait_queue(&vv->vbi_wq, &wait); in vbi_workaround() 137 struct saa7146_vv *vv = dev->vv_data; in saa7146_set_vbi_capture() local 142 unsigned long e_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_E_FID_A : CMD_E_FID_B; in saa7146_set_vbi_capture() 143 unsigned long o_wait = vv->current_hps_sync == SAA7146_HPS_SYNC_PORT_A ? CMD_O_FID_A : CMD_O_FID_B; in saa7146_set_vbi_capture() 209 struct saa7146_vv *vv = dev->vv_data; in buffer_activate() local 214 mod_timer(&vv->vbi_dmaq.timeout, jiffies+BUFFER_TIMEOUT); in buffer_activate() 310 struct saa7146_vv *vv = dev->vv_data; in vbi_stop() local 325 del_timer(&vv->vbi_dmaq.timeout); in vbi_stop() [all …]
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | digitv.h | 24 * <cmdbyte> VV <len> B0 B1 B2 B3 27 * <cmdbyte> VV <len> R0 R1 R2 R3 34 * VV = offset; B* = 0; R* = value(s) 37 * VV = register; B* = 0; R* = value(s) 40 * VV = register; B* = value(s); 43 * VV = 0; B* = PLL data; len = 4; 46 * VV = 0; B* = 0; len = 4; R* = key 49 * VV = 0; B* = key; len = 4; 52 * VV = 0; B[0] = 0x01, len = 4
|
/openbmc/linux/lib/raid6/ |
H A D | int.uc | 62 unative_t vv; 64 vv = (v << 1) & NBYTES(0xfe); 65 return vv; 74 unative_t vv; 76 vv = v & NBYTES(0x80); 77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */ 78 return vv;
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | muldi3.c | 60 DIunion uu, vv; in __muldi3() local 63 vv.ll = v; in __muldi3() 65 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3() 66 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 67 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
/openbmc/u-boot/arch/microblaze/lib/ |
H A D | muldi3.c | 65 DIunion uu, vv; in __muldi3() local 67 uu.ll = u, vv.ll = v; in __muldi3() 69 w.ll = __umulsidi3(uu.s.low, vv.s.low); in __muldi3() 70 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 71 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | libgcc.c | 364 DWunion vv = {.ll = v}; in __divdi3() local 370 if (vv.s.high < 0) in __divdi3() 372 vv.ll = -vv.ll; in __divdi3() 374 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); in __divdi3() 396 const DWunion vv = {.ll = v}; in __muldi3() local 397 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; in __muldi3() 399 w.s.high += ((UWtype) uu.s.low * (UWtype) vv.s.high in __muldi3() 400 + (UWtype) uu.s.high * (UWtype) vv.s.low); in __muldi3() 410 DWunion vv = {.ll = v}; in __moddi3() local 416 if (vv.s.high < 0) in __moddi3() [all …]
|
/openbmc/linux/arch/m68k/lib/ |
H A D | muldi3.c | 85 DIunion uu, vv; in __muldi3() local 88 vv.ll = v; in __muldi3() 90 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3() 91 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 92 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
/openbmc/linux/lib/ |
H A D | muldi3.c | 52 const DWunion vv = {.ll = v}; in __muldi3() local 53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 55 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3() 56 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
|
/openbmc/linux/arch/microblaze/lib/ |
H A D | muldi3.c | 50 const DWunion vv = {.ll = v}; in __muldi3() local 51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() 53 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3() 54 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | mpi-add.c | 136 MPI vv = mpi_copy(v); in mpi_sub() local 137 vv->sign = !vv->sign; in mpi_sub() 138 mpi_add(w, u, vv); in mpi_sub() 139 mpi_free(vv); in mpi_sub()
|
/openbmc/qemu/disas/ |
H A D | riscv.c | 1756 { "vadd.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1759 { "vsub.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1763 { "vwaddu.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1765 { "vwadd.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1767 { "vwsubu.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1769 { "vwsub.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1789 { "vand.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1792 { "vor.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1795 { "vxor.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, 1798 { "vsll.vv", rv_codec_v_r, rv_fmt_vd_vs2_vs1_vm, NULL, 0, 0, 0 }, [all …]
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | ccs.rst | 71 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and 72 ccs/smiapp-module-vv-mmmm-rrrr.fw (module). 76 ccs/smia-sensor-vv-mmmm-rr.fw (sensor). 78 vvvv or vv denotes MIPI and SMIA manufacturer IDs respectively, mmmm model ID
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_ssh_security.robot | 29 # The following is a sample of output from ssh -vv: 30 # This test requires OpenSSH and depends on output format of ssh -vv. 55 ... -o StrictHostKeyChecking=no -vv ${OPENBMC_HOST} 2>&1
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | encode_ext.def | 90 OP(TAGPRE##_qpred, 100,vv,000,sssss) \ 91 OP(TAGPRE##_nt_qpred, 110,vv,000,sssss) \ 92 OP(TAGPRE##_nqpred, 100,vv,001,sssss) \ 93 OP(TAGPRE##_nt_nqpred,110,vv,001,sssss) \ 96 OP(TAGPRE##_pred, 100,vv,010,ddddd) \ 97 OP(TAGPRE##_nt_pred, 110,vv,010,ddddd) \ 98 OP(TAGPRE##_npred, 100,vv,011,ddddd) \ 99 OP(TAGPRE##_nt_npred, 110,vv,011,ddddd) \ 100 OP(TAGPRE##_cur_pred, 100,vv,100,ddddd) \ 101 OP(TAGPRE##_nt_cur_pred, 110,vv,100,ddddd) \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/ |
H A D | pidgin-sipe_1.25.0.bb | 23 #PACKAGECONFIG[voice_and_video] = "--with-vv=yes,--with-vv=no,libnice gstreamer"
|
/openbmc/linux/drivers/media/i2c/ccs/ |
H A D | ccs-data.c | 136 struct ccs_data_block_version *vv; in ccs_data_parse_version() local 150 vv = ccsdata->version; in ccs_data_parse_version() 151 vv->version_major = ((u16)v->static_data_version_major[0] << 8) + in ccs_data_parse_version() 153 vv->version_minor = ((u16)v->static_data_version_minor[0] << 8) + in ccs_data_parse_version() 155 vv->date_year = ((u16)v->year[0] << 8) + v->year[1]; in ccs_data_parse_version() 156 vv->date_month = v->month; in ccs_data_parse_version() 157 vv->date_day = v->day; in ccs_data_parse_version()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | run-ptest | 3 pytest --benchmark-disable -vv --minimal-messages-config --automake tests/test_functional.py
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/ |
H A D | run-ptest | 2 pytest -vv test.py | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed…
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | virtconvert.h | 17 * Change virtual addresses to physical addresses and vv.
|
/openbmc/linux/arch/sh/lib/ |
H A D | memset.S | 35 or r0,r5 ! VV
|