Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/arch/x86/kernel/fpu/
H A Dlegacy.h52 return user_insn(fnsave %[fx]; fwait, [fx] "=m" (*fx), "m" (*fx)); in fnsave_to_user_sigframe()
58 return user_insn(fxsave %[fx], [fx] "=m" (*fx), "m" (*fx)); in fxsave_to_user_sigframe()
60 return user_insn(fxsaveq %[fx], [fx] "=m" (*fx), "m" (*fx)); in fxsave_to_user_sigframe()
67 kernel_insn(fxrstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor()
69 kernel_insn(fxrstorq %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor()
75 return kernel_insn_err(fxrstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor_safe()
83 return user_insn(fxrstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor_from_user_sigframe()
85 return user_insn(fxrstorq %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor_from_user_sigframe()
90 kernel_insn(frstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in frstor()
95 return kernel_insn_err(frstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in frstor_safe()
[all …]
H A Dregset.c405 struct fxregs_state fxsave, *fx; in fpregs_get() local
422 fx = &fxsave; in fpregs_get()
424 fx = &fpu->fpstate->regs.fxsave; in fpregs_get()
427 __convert_from_fxsr(&env, target, fx); in fpregs_get()
/openbmc/linux/sound/synth/emux/
H A Demux_effect.c91 effect = fx->val[type]; in effect_set_byte()
129 if (fx->flag[hi]) in effect_get_offset()
130 addr = (short)fx->val[hi]; in effect_get_offset()
132 if (fx->flag[lo]) in effect_get_offset()
133 addr += (short)fx->val[lo]; in effect_get_offset()
174 fx = chan->private; in snd_emux_send_effect()
180 fx->val[type] = val; in snd_emux_send_effect()
181 fx->flag[type] = mode; in snd_emux_send_effect()
229 fx = chan->private; in snd_emux_setup_effect()
230 if (!fx) in snd_emux_setup_effect()
[all …]
H A Demux_synth.c132 struct snd_emux_effect_table *fx = chan->private; in snd_emux_note_on() local
133 if (fx) { in snd_emux_note_on()
134 fx->flag[EMUX_FX_SAMPLE_START] = 0; in snd_emux_note_on()
135 fx->flag[EMUX_FX_COARSE_SAMPLE_START] = 0; in snd_emux_note_on()
778 struct snd_emux_effect_table *fx = chan->private; in calc_volume() local
779 vol += fx->val[EMUX_FX_ATTEN]; in calc_volume()
840 struct snd_emux_effect_table *fx = chan->private; in calc_pitch() local
841 if (fx->flag[EMUX_FX_INIT_PITCH]) in calc_pitch()
842 offset += fx->val[EMUX_FX_INIT_PITCH]; in calc_pitch()
/openbmc/linux/drivers/usb/misc/
H A Dezusb.c59 struct ezusb_fx_type fx, in ezusb_ihex_firmware_download() argument
74 ret = ezusb_set_reset(dev, fx.cpucs_reg, 0); in ezusb_ihex_firmware_download()
80 if (be32_to_cpu(record->addr) > fx.max_internal_adress) { in ezusb_ihex_firmware_download()
95 ret = ezusb_set_reset(dev, fx.cpucs_reg, 1); in ezusb_ihex_firmware_download()
100 if (be32_to_cpu(record->addr) <= fx.max_internal_adress) { in ezusb_ihex_firmware_download()
114 ret = ezusb_set_reset(dev, fx.cpucs_reg, 0); in ezusb_ihex_firmware_download()
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch40 rpmfsSetAction(fs, fx, FA_SKIPCOLOR);
49 + fs && !XFA_SKIPPING(rpmfsGetAction(fs, fx))) {
51 + rpmfsSetAction(fs, fx, FA_CREATE);
/openbmc/linux/drivers/comedi/drivers/
H A Djr3_pci.h58 s32 fx; member
73 s32 fx; member
98 fx = 0x0001, enumerator
H A Djr3_pci.c168 s16 fx; member
179 set_s16(&sensor->full_scale.fx, full_scale.fx); in set_full_scales()
192 result.fx = get_s16(&sensor->max_full_scale.fx); in get_max_full_scales()
217 val = get_s16(&spriv->sensor->filter[filter].fx); in jr3_pci_ai_read_chan()
511 r[0].l.range[0].min = -get_s16(&fs->fx) * 1000; in jr3_pci_poll_subdevice()
512 r[0].l.range[0].max = get_s16(&fs->fx) * 1000; in jr3_pci_poll_subdevice()
541 set_s16(&sensor->offsets.fx, 0); in jr3_pci_poll_subdevice()
/openbmc/qemu/target/ppc/
H A Dcpu-models.c528 POWERPC_DEF("750fl", CPU_POWERPC_750FL, 750fx,
530 POWERPC_DEF("750fx_v1.0", CPU_POWERPC_750FX_v10, 750fx,
532 POWERPC_DEF("750fx_v2.0", CPU_POWERPC_750FX_v20, 750fx,
534 POWERPC_DEF("750fx_v2.1", CPU_POWERPC_750FX_v21, 750fx,
536 POWERPC_DEF("750fx_v2.2", CPU_POWERPC_750FX_v22, 750fx,
538 POWERPC_DEF("750fx_v2.3", CPU_POWERPC_750FX_v23, 750fx,
H A Dcpu_init.c3896 POWERPC_FAMILY(750fx)(ObjectClass *oc, void *data)
/openbmc/linux/arch/ia64/lib/
H A Didiv64.S34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
H A Didiv32.S36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
/openbmc/linux/drivers/input/
H A Dmousedev.c119 #define fx(i) (mousedev->old_x[(mousedev->pkt_count - (i)) & 03]) macro
133 fx(0) = value; in mousedev_touchpad_event()
140 tmp = ((value - fx(2)) * 256 * FRACTION_DENOM) / size; in mousedev_touchpad_event()
389 fx(0) = fx(1); in mousedev_event()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmicrel.txt48 100base-fx (full and half duplex) modes.
H A Dti,dp83822.yaml49 100base-fx (full and half duplex) modes.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-2.0.3.min.js5 …this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=…
6fx.timer(x.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.d…
H A Djquery-3.7.1.min.js2fx.step[e.prop]?ce.fx.step[e.prop](e):1!==e.elem.nodeType||!ce.cssHooks[e.prop]&&null==e.elem.styl…
H A Djquery-2.0.3.min.map1 …"startLength","hooks","_queueHooks","next","stop","setter","delay","time","fx","speeds","timeout",…
H A Djquery-3.7.1.min.map1 …nded","parts","propHooks","run","percent","eased","duration","pos","step","fx","scrollTop","scroll…
/openbmc/rest-dbus/resources/
H A Djquery.min.js5fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssH…
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A D0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch89 -cpu-flags gcc OPTIONS : x86 : athlon-fx : -march=athlon-fx ;
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1662 float fx,fdx,fdy; member
1705 z->fx = e->x0 + dxdy * (start_point - e->y0); in stbtt__new_active()
1706 z->fx -= off_x; in stbtt__new_active()
1913 float x0 = e->fx; in stbtt__fill_active_edges_new()
1923 float x0 = e->fx; in stbtt__fill_active_edges_new()
2138 z->fx += z->fdx; // advance to position for current scanline in stbtt__rasterize_sorted_edges()
/openbmc/linux/drivers/soc/mediatek/
H A Dmtk-svs.c852 static u32 interpolate(u32 f0, u32 f1, u32 v0, u32 v1, u32 fx) in interpolate() argument
860 vx = (v0 * 100) - ((((v0 - v1) * 100) / (f0 - f1)) * (f0 - fx)); in interpolate()
/openbmc/linux/arch/x86/kvm/
H A Demulate.c3761 rc = asm_safe("fxsave %[fx]", , [fx] "+m"(fx_state)); in em_fxsave()
3785 rc = asm_safe("fxsave %[fx]", , [fx] "+m"(fx_tmp)); in fxregs_fixup()
3821 rc = asm_safe("fxrstor %[fx]", : [fx] "m"(fx_state)); in em_fxrstor()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch73 …*5;8?F3;@4=L@HV3;H9EQFR^NYcJV`DOZHV]DQYES[AOWCPXFS[IV^@MUDTZBQXEV_br~x��t��fx�H]pIV\R`fLX^JS[U_b��…

12