/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | legacy.h | 50 static inline int fnsave_to_user_sigframe(struct fregs_state __user *fx) in fnsave_to_user_sigframe() argument 52 return user_insn(fnsave %[fx]; fwait, [fx] "=m" (*fx), "m" (*fx)); in fnsave_to_user_sigframe() 55 static inline int fxsave_to_user_sigframe(struct fxregs_state __user *fx) in fxsave_to_user_sigframe() argument 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() 64 static inline void fxrstor(struct fxregs_state *fx) in fxrstor() argument 67 kernel_insn(fxrstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor() 69 kernel_insn(fxrstorq %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor() 72 static inline int fxrstor_safe(struct fxregs_state *fx) in fxrstor_safe() argument 75 return kernel_insn_err(fxrstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor_safe() [all …]
|
H A D | regset.c | 406 struct fxregs_state fxsave, *fx; in fpregs_get() local 423 fx = &fxsave; in fpregs_get() 425 fx = &fpu->fpstate->regs.fxsave; in fpregs_get() 428 __convert_from_fxsr(&env, target, fx); in fpregs_get()
|
/openbmc/linux/sound/synth/emux/ |
H A D | emux_effect.c | 89 struct snd_emux_effect_table *fx = chan->private; in effect_set_byte() local 91 effect = fx->val[type]; in effect_set_byte() 92 if (fx->flag[type] == EMUX_FX_FLAG_ADD) { in effect_set_byte() 110 struct snd_emux_effect_table *fx = chan->private; in effect_set_word() local 112 effect = *(unsigned short*)&fx->val[type]; in effect_set_word() 113 if (fx->flag[type] == EMUX_FX_FLAG_ADD) in effect_set_word() 127 struct snd_emux_effect_table *fx = chan->private; in effect_get_offset() local 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() [all …]
|
H A D | emux_synth.c | 132 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 D | ezusb.c | 59 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 D | 0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch | 40 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 D | jr3_pci.h | 58 s32 fx; member 73 s32 fx; member 98 fx = 0x0001, enumerator
|
H A D | jr3_pci.c | 168 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 D | cpu-models.c | 528 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 D | cpu_init.c | 3925 POWERPC_FAMILY(750fx)(ObjectClass *oc, void *data)
|
/openbmc/linux/drivers/input/ |
H A D | mousedev.c | 119 #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/arch/ia64/lib/ |
H A D | idiv64.S | 34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
|
H A D | idiv32.S | 36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | micrel.txt | 48 100base-fx (full and half duplex) modes.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.js | 5 …this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=… 6 …fx.timer(x.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.d…
|
H A D | jquery-3.7.1.min.js | 2 …fx.step[e.prop]?ce.fx.step[e.prop](e):1!==e.elem.nodeType||!ce.cssHooks[e.prop]&&null==e.elem.styl…
|
H A D | jquery-3.7.1.min.map | 1 …nded","parts","propHooks","run","percent","eased","duration","pos","step","fx","scrollTop","scroll…
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 5 …fx.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 D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 89 -cpu-flags gcc OPTIONS : x86 : athlon-fx : -march=athlon-fx ;
|
/openbmc/qemu/docs/system/ppc/ |
H A D | amigang.rst | 19 * PowerPC 7457 CPU (can also use ``-cpu g3, 750cxe, 750fx`` or ``750gx``)
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1662 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 D | mtk-svs.c | 852 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 D | emulate.c | 3761 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 D | 0003-wayland-Add-Wayland-example.patch | 73 …*5;8?F3;@4=L@HV3;H9EQFR^NYcJV`DOZHV]DQYES[AOWCPXFS[IV^@MUDTZBQXEV_br~x��t��fx�H]pIV\R`fLX^JS[U_b��…
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 2041 emu10k1-fx and cs46xx need to track the current ``appl_ptr`` for the
|