Searched refs:vx (Results 1 - 22 of 22) sorted by relevance

/linux-master/sound/pcmcia/
H A DMakefile7 obj-$(CONFIG_SND) += vx/ pdaudiocf/
/linux-master/arch/mips/math-emu/
H A Ddp_cmp.c14 s64 vx; local
32 vx = x.bits;
35 if (vx < 0)
36 vx = -vx ^ DP_SIGN_BIT;
40 if (vx < vy)
42 else if (vx == vy)
H A Dsp_cmp.c14 int vx; local
32 vx = x.bits;
35 if (vx < 0)
36 vx = -vx ^ SP_SIGN_BIT;
40 if (vx < vy)
42 else if (vx == vy)
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh9 local N=$(bridge fdb sh dev vx | grep 00:00:00:00:00:00 | wc -l)
20 ip link add name vx up type vxlan id 2000 dstport 4789
21 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.20 self permanent
22 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.30 self permanent
25 ip link set dev vx type vxlan remote 192.0.2.30
28 ip link del dev vx
H A Dtest_vxlan_mdb.sh891 ip -n $ns1 link add name vx-test${i} up type vxlan \
900 echo "mdb add dev vx-test${i} port vx-test${i} grp $grp permanent dst ${remote_prefix}${j}" >> $batch_file
908 num_entries=$(bridge -n $ns1 mdb show dev vx-test${i} | grep "permanent" | wc -l)
/linux-master/lib/raid6/
H A Drecov_neon_inner.c51 uint8x16_t vx, vy, px, qx, db; local
54 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq));
56 vy = vshrq_n_u8(vx, 4);
57 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f));
59 qx = veorq_u8(vx, vy);
62 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f));
64 vx = veorq_u8(vx, vy);
65 db = veorq_u8(vx, q
93 uint8x16_t vx, vy; local
[all...]
/linux-master/sound/drivers/vx/
H A DMakefile7 snd-vx-lib-objs := vx_core.o vx_hwdep.o vx_pcm.o vx_mixer.o vx_cmd.o vx_uer.o
9 obj-$(CONFIG_SND_VX_LIB) += snd-vx-lib.o
/linux-master/sound/pci/vx222/
H A Dvx222.c108 struct snd_vx222 *vx; local
123 vx = to_vx222(chip);
124 vx->pci = pci;
130 vx->port[i] = pci_resource_start(pci, i + 1);
140 *rchip = vx;
152 struct snd_vx222 *vx; local
179 err = snd_vx222_create(card, pci, hw, &vx);
182 card->private_data = vx;
183 vx->core.ibl.size = ibl[dev];
186 card->shortname, vx
211 struct snd_vx222 *vx = card->private_data; local
219 struct snd_vx222 *vx = card->private_data; local
[all...]
H A Dvx222_ops.c404 static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) argument
411 err = vx2_load_xilinx_binary(vx, dsp);
414 err = vx2_test_xilinx(vx);
420 return snd_vx_dsp_boot(vx, dsp);
423 return snd_vx_dsp_load(vx, dsp);
/linux-master/arch/s390/crypto/
H A DMakefile20 crc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-zvkb.S197 vadd.vx v12, v12, COUNTER
223 vadd.vx v0, v0, CONSTS0
224 vadd.vx v1, v1, CONSTS1
225 vadd.vx v2, v2, CONSTS2
226 vadd.vx v3, v3, CONSTS3
227 vadd.vx v4, v4, KEY0
228 vadd.vx v5, v5, KEY1
229 vadd.vx v6, v6, KEY2
230 vadd.vx v7, v7, KEY3
246 vadd.vx v
[all...]
H A Daes-riscv64-zvkned-zvkb.S102 vadd.vx v16, v16, VL_BLOCKS, v0.t
129 vadd.vx v16, v16, VL_BLOCKS, v0.t
H A Daes-riscv64-zvkned.S149 vslidedown.vx v24, v20, t1 // Save last ciphertext block
263 vslidedown.vx v16, v20, t1 // Save last ciphertext block of this set
274 vslidedown.vx v20, v20, t1 // Extract raw plaintext of last full block
H A Daes-riscv64-zvkned-zvbb-zvkg.S216 vslidedown.vx TWEAKS_BREV, TWEAKS_BREV, t0 // Extract last tweak
/linux-master/sound/drivers/
H A DMakefile28 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
/linux-master/sound/pcmcia/vx/
H A Dvxp_ops.c233 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) argument
240 err = vx_check_magic(vx);
243 err = snd_vx_load_boot_image(vx, fw);
249 return vxp_load_xilinx_binary(vx, fw);
252 return snd_vx_dsp_boot(vx, fw);
255 return snd_vx_dsp_load(vx, fw);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh691 local vx=vx$vid
709 bridge fdb show brport $vx | grep $mac | grep -q self
711 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
729 bridge fdb del dev $vx $mac master self vlan $vid
744 bridge fdb show brport $vx | grep $mac | grep -q self
746 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
755 bridge fdb show brport $vx | grep $mac | grep -q self
757 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
770 ip link set dev $vx typ
[all...]
/linux-master/arch/x86/kvm/
H A Dxen.c275 struct kvm_vcpu_xen *vx = &v->arch.xen; local
276 struct gfn_to_pfn_cache *gpc1 = &vx->runstate_cache;
277 struct gfn_to_pfn_cache *gpc2 = &vx->runstate2_cache;
311 * and is the same size (int) as vx->current_runstate.
316 sizeof(vx->current_runstate));
318 sizeof(vx->current_runstate));
334 * the vx->runstate_times and immediately following state_entry_time.
343 sizeof(vx->runstate_times));
500 entry_time = vx->runstate_entry_time;
503 *update_bit = (vx
541 struct kvm_vcpu_xen *vx = &v->arch.xen; local
[all...]
/linux-master/arch/powerpc/crypto/
H A Dppc-xlate.pl139 my ($f,$vx,$vy) = @_;
140 " vor $vx,$vy,$vy";
/linux-master/drivers/gpu/drm/tiny/
H A Dbochs.c389 unsigned int vx, vy, vwidth, idx; local
399 vx = (offset % bochs->stride) * 8 / bochs->bpp;
402 DRM_DEBUG_DRIVER("x %d, y %d, addr %llx -> offset %lx, vx %d, vy %d\n",
403 x, y, addr, offset, vx, vy);
405 bochs_dispi_write(bochs, VBE_DISPI_INDEX_X_OFFSET, vx);
/linux-master/arch/s390/include/asm/
H A Dctlreg.h214 unsigned long vx : 1; /* Vector enablement control */ member in struct:ctlreg0::__anon34
/linux-master/drivers/soc/mediatek/
H A Dmtk-svs.c927 u32 vx; local
933 vx = (v0 * 100) - ((((v0 - v1) * 100) / (f0 - f1)) * (f0 - fx));
935 return DIV_ROUND_UP(vx, 100);

Completed in 359 milliseconds