Home
last modified time | relevance | path

Searched full:vv (Results 1 – 25 of 51) sorted by relevance

123

/linux/lib/raid6/
H A Drvv.c71 "vxor.vv v3, v3, v2\n" in raid6_rvv1_gen_syndrome_real()
73 "vxor.vv v1, v3, v2\n" in raid6_rvv1_gen_syndrome_real()
74 "vxor.vv v0, v0, v2\n" in raid6_rvv1_gen_syndrome_real()
145 "vxor.vv v3, v3, v2\n" in raid6_rvv1_xor_syndrome_real()
147 "vxor.vv v1, v3, v2\n" in raid6_rvv1_xor_syndrome_real()
148 "vxor.vv v0, v0, v2\n" in raid6_rvv1_xor_syndrome_real()
169 "vxor.vv v1, v3, v2\n" in raid6_rvv1_xor_syndrome_real()
185 "vxor.vv v2, v2, v0\n" in raid6_rvv1_xor_syndrome_real()
186 "vxor.vv v3, v3, v1\n" in raid6_rvv1_xor_syndrome_real()
248 "vxor.vv v3, v3, v2\n" in raid6_rvv2_gen_syndrome_real()
[all …]
H A Drecov_rvv.c53 "vxor.vv v0, v0, v1\n" in __raid6_2data_recov_rvv()
56 "vxor.vv v4, v2, v3\n" in __raid6_2data_recov_rvv()
61 "vrgather.vv v14, v6, v4\n" /* v14 = qm[vx] */ in __raid6_2data_recov_rvv()
62 "vrgather.vv v15, v7, v5\n" /* v15 = qm[vy] */ in __raid6_2data_recov_rvv()
63 "vxor.vv v2, v14, v15\n" /* v2 = qmul[*q ^ *dq] */ in __raid6_2data_recov_rvv()
69 "vrgather.vv v14, v8, v4\n" /* v14 = pm[vx] */ in __raid6_2data_recov_rvv()
70 "vrgather.vv v15, v9, v5\n" /* v15 = pm[vy] */ in __raid6_2data_recov_rvv()
71 "vxor.vv v4, v14, v15\n" /* v4 = pbmul[px] */ in __raid6_2data_recov_rvv()
72 "vxor.vv v3, v4, v2\n" /* v3 = db = pbmul[px] ^ qx */ in __raid6_2data_recov_rvv()
73 "vxor.vv v1, v3, v0\n" /* v1 = db ^ px; */ in __raid6_2data_recov_rvv()
[all …]
H A Dint.uc55 unative_t vv;
57 vv = (v << 1) & NBYTES(0xfe);
58 return vv;
67 unative_t vv;
69 vv = v & NBYTES(0x80);
70 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
71 return vv;
/linux/drivers/media/common/saa7146/
H A Dsaa7146_video.c88 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 Dsaa7146_fops.c12 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 Dsaa7146_hlp.c22 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 Dsaa7146_vbi.c8 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 timer_delete(&vv->vbi_dmaq.timeout); in vbi_stop()
[all …]
/linux/arch/riscv/lib/
H A Dxor.S14 vxor.vv v16, v0, v8
28 vxor.vv v0, v0, v8
31 vxor.vv v16, v0, v16
45 vxor.vv v0, v0, v8
48 vxor.vv v0, v0, v16
51 vxor.vv v16, v0, v24
65 vxor.vv v0, v0, v8
68 vxor.vv v0, v0, v16
71 vxor.vv v0, v0, v24
74 vxor.vv v16, v0, v8
/linux/drivers/media/usb/dvb-usb/
H A Ddigitv.h24 * <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
/linux/lib/crypto/mpi/
H A Dmpi-add.c92 MPI vv; in mpi_sub() local
94 vv = mpi_copy(v); in mpi_sub()
95 if (!vv) in mpi_sub()
98 vv->sign = !vv->sign; in mpi_sub()
99 err = mpi_add(w, u, vv); in mpi_sub()
100 mpi_free(vv); in mpi_sub()
/linux/arch/riscv/crypto/
H A Daes-riscv64-zvkned-zvbb-zvkg.S127 vwsll.vv v8, v2, v4
135 vgmul.vv TWEAKS_BREV, v8
179 vxor.vv TMP0, TMP0, TWEAKS
181 vxor.vv TMP0, TMP0, TWEAKS
196 vgmul.vv TWEAKS_BREV, MULTS_BREV
218 vgmul.vv TWEAKS_BREV, MULTS_BREV // Advance to next tweak
233 vgmul.vv TMP0, MULTS_BREV
246 vxor.vv TMP0, TMP0, TMP1
248 vxor.vv TMP0, TMP0, TMP1
262 vxor.vv TMP0, TMP0, TMP2
[all …]
H A Daes-riscv64-zvkned.S129 vxor.vv v16, v16, v17 // XOR with IV or prev ciphertext block
151 vxor.vv v20, v20, v16 // XOR with prev ciphertext blocks
201 vxor.vv v16, v16, v17 // XOR with IV or prev ciphertext block
225 vxor.vv v16, v16, v17 // v16 = Encrypt(P[n-1] ^ C[n-2]) ^ P[n]
265 vxor.vv v24, v24, v20 // XOR prev ciphertext blocks with decrypted blocks
291 vxor.vv v20, v20, v28 // Decrypt(C[n]) ^ C[n-2] == P[n-1]
294 vxor.vv v20, v24, v16 // Decrypt(C[n-1]) ^ C[n-2] ^ C[n] == P[n] ^ C[n-2]
307 vxor.vv v16, v16, v20 // v16 = Decrypt(C[n-1]) ^ C[n]
312 vxor.vv v20, v20, v28 // XOR with C[n-2]
H A Daes-riscv64-zvkned-zvkb.S92 vadd.vv v16, v16, v20, v0.t
114 vxor.vv v20, v20, v24
H A Dghash-riscv64-zvkg.S65 vghsh.vv v1, v2, v3
H A Dsm4-riscv64-zvksed-zvkb.S63 vxor.vv v1, v1, v2
/linux/arch/microblaze/lib/
H A Dmuldi3.c50 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()
/linux/lib/
H A Dmuldi3.c52 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()
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst28 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and
29 ccs/smiapp-module-vv-mmmm-rrrr.fw (module).
33 ccs/smia-sensor-vv-mmmm-rr.fw (sensor).
35 vvvv or vv denotes MIPI and SMIA manufacturer IDs respectively, mmmm model ID
/linux/tools/perf/tests/shell/lib/
H A Dperf_has_symbol.sh6 if perf test -vv -F "Symbols" 2>&1 | grep "[[:space:]]$1$"; then
/linux/tools/testing/selftests/ftrace/
H A Dftracetest18 echo " -vv Alias of -v -v (Show all results in stdout)"
99 --verbose|-v|-vv|-vvv)
104 [ $1 = '-vv' ] && VERBOSE=$((VERBOSE + 1))
/linux/arch/sh/lib/
H A Dmemset.S35 or r0,r5 ! VV
H A Dmemset-sh4.S33 or r0,r5 ! VV
/linux/tools/perf/Documentation/
H A Dperf.txt23 -vv::
/linux/tools/hv/
H A Dlsvmbus7 help_msg = "print verbose messages. Try -vv, -vvv for more verbose messages"
/linux/arch/arc/include/asm/
H A Dptrace.h50 * ECR: <00> <VV> <CC> <PP>

123