Home
last modified time | relevance | path

Searched refs:ff (Results 26 – 50 of 214) sorted by relevance

123456789

/openbmc/linux/Documentation/networking/
H A Dnet_failover.rst77 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
83 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
85 link/ether 52:54:00:00:12:53 brd ff:ff:ff:ff:ff:ff
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh705 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
740 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
772 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
782 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
H A Dtc_flower_l2_miss.sh300 local dmac=ff:ff:ff:ff:ff:ff
/openbmc/qemu/tests/tcg/aarch64/
H A Dsysregs.c128 get_cpu_reg_check_mask(id_aa64isar1_el1, _m(00ff,f0ff,ffff,ffff)); in main()
129 get_cpu_reg_check_mask(SYS_ID_AA64ISAR2_EL1, _m(00ff,0000,00ff,ffff)); in main()
135 get_cpu_reg_check_mask(id_aa64pfr0_el1, _m(000f,000f,00ff,0011)); in main()
140 get_cpu_reg_check_mask(SYS_ID_AA64ZFR0_EL1, _m(0ff0,ff0f,00ff,00ff)); in main()
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mtk.c162 const struct mtk_fixed_factor *ff = &clks[i]; in mtk_clk_register_factors() local
164 if (!IS_ERR_OR_NULL(clk_data->hws[ff->id])) { in mtk_clk_register_factors()
169 hw = clk_hw_register_fixed_factor(NULL, ff->name, ff->parent_name, in mtk_clk_register_factors()
170 ff->flags, ff->mult, ff->div); in mtk_clk_register_factors()
178 clk_data->hws[ff->id] = hw; in mtk_clk_register_factors()
185 const struct mtk_fixed_factor *ff = &clks[i]; in mtk_clk_register_factors() local
187 if (IS_ERR_OR_NULL(clk_data->hws[ff->id])) in mtk_clk_register_factors()
191 clk_data->hws[ff->id] = ERR_PTR(-ENOENT); in mtk_clk_register_factors()
207 const struct mtk_fixed_factor *ff = &clks[i - 1]; in mtk_clk_unregister_factors() local
209 if (IS_ERR_OR_NULL(clk_data->hws[ff->id])) in mtk_clk_unregister_factors()
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c24 uint32_t ff; member
41 static void dump_mmx(int n, const uint64_t *r, int ff) in dump_mmx() argument
43 if (ff == 32) { in dump_mmx()
52 static void dump_xmm(const char *name, int n, const v2di *r, int ff) in dump_xmm() argument
56 if (ff == 32) { in dump_xmm()
64 static void dump_regs(reg_state *s, int ff) in dump_regs() argument
69 dump_mmx(i, &s->mm[i], ff); in dump_regs()
91 dump_xmm("xmm", i, &b->xmm[i], a->ff); in compare_state()
96 dump_xmm("mem", i, &a->mem[i], a->ff); in compare_state()
304 initF32.ff = 32; in main()
H A Dtest-avx.c17 uint32_t ff; member
35 static void dump_ymm(const char *name, int n, const v4di *r, int ff) in dump_ymm() argument
39 if (ff == 64) { in dump_ymm()
44 } else if (ff == 32) { in dump_ymm()
79 dump_ymm("ymm", i, &b->ymm[i], a->ff); in compare_state()
84 dump_ymm("mem", i, &a->mem[i], a->ff); in compare_state()
338 initF16.ff = 16; in main()
349 initF32.ff = 32; in main()
360 initF64.ff = 64; in main()
/openbmc/linux/drivers/input/joystick/iforce/
H A Diforce-main.c192 for (i = 0; i < dev->ff->max_effects; i++) { in iforce_close()
215 struct ff_device *ff; in iforce_init_device() local
372 for (i = 0; iforce->type->ff[i] >= 0; i++) in iforce_init_device()
373 set_bit(iforce->type->ff[i], input_dev->ffbit); in iforce_init_device()
379 ff = input_dev->ff; in iforce_init_device()
380 ff->upload = iforce_upload_effect; in iforce_init_device()
381 ff->erase = iforce_erase_effect; in iforce_init_device()
382 ff->set_gain = iforce_set_gain; in iforce_init_device()
383 ff->set_autocenter = iforce_set_autocenter; in iforce_init_device()
384 ff->playback = iforce_playback; in iforce_init_device()
/openbmc/qemu/target/loongarch/
H A Dinsns.decode30 &ff fd fj
79 @ff .... ........ ..... ..... fj:5 fd:5 &ff
348 fabs_s 0000 00010001 01000 00001 ..... ..... @ff
349 fabs_d 0000 00010001 01000 00010 ..... ..... @ff
350 fneg_s 0000 00010001 01000 00101 ..... ..... @ff
351 fneg_d 0000 00010001 01000 00110 ..... ..... @ff
352 fsqrt_s 0000 00010001 01000 10001 ..... ..... @ff
353 fsqrt_d 0000 00010001 01000 10010 ..... ..... @ff
354 frecip_s 0000 00010001 01000 10101 ..... ..... @ff
355 frecip_d 0000 00010001 01000 10110 ..... ..... @ff
[all …]
H A Ddisas.c462 INSN(fabs_s, ff) in INSN()
463 INSN(fabs_d, ff) in INSN()
464 INSN(fneg_s, ff) in INSN()
465 INSN(fneg_d, ff) in INSN()
466 INSN(flogb_s, ff) in INSN()
467 INSN(flogb_d, ff) in INSN()
468 INSN(fclass_s, ff) in INSN()
469 INSN(fclass_d, ff) in INSN()
470 INSN(fsqrt_s, ff) in INSN()
471 INSN(fsqrt_d, ff) in INSN()
[all …]
/openbmc/linux/drivers/clk/pistachio/
H A Dclk.c108 struct pistachio_fixed_factor *ff, in pistachio_clk_register_fixed_factor() argument
115 clk = clk_register_fixed_factor(NULL, ff[i].name, ff[i].parent, in pistachio_clk_register_fixed_factor()
116 0, 1, ff[i].div); in pistachio_clk_register_fixed_factor()
117 p->clk_data.clks[ff[i].id] = clk; in pistachio_clk_register_fixed_factor()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot18 # link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
H A Dbmc_network_utils.robot61 # link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
106 # link/ether xx.xx.xx.xx.xx.xx brd ff:ff:ff:ff:ff:ff
116 # link/ether | xx:xx:xx:xx:xx:xx | brd | ff:ff:ff:ff:ff:ff
127 # link/ether xx.xx.xx.xx.xx.xx brd ff:ff:ff:ff:ff:ff
134 # link/ether | xx:xx:xx:xx:xx:xx | brd | ff:ff:ff:ff:ff:ff
135 # link/ether | xx:xx:xx:xx:xx:xx | brd | ff:ff:ff:ff:ff:ff
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_boundc.s75 checkr3 ff
80 checkr3 ff
85 checkr3 ff
99 checkr3 ff
/openbmc/linux/samples/bpf/
H A Dtest_cls_bpf.sh6 -m 90:e2:ba:ff:ff:ff -d 192.168.0.1 -t 4
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-avoid-searching-host-for-postgresql.patch25 - for ff in ${MY_PATH}
27 - if test -f "$ff/pg_config"
29 - PGCONF="$ff/pg_config"
82 - for ff in $pgsql_directory; do
84 - str="$ff/$i/libpq.*"
87 - PGSQL_LIB_DIR="$ff/$i"
/openbmc/linux/drivers/video/fbdev/
H A Dpxa168fb.h408 #define DMA_FF_UNDERFLOW_ENA(ff) ((ff) << 29) argument
414 #define GRA_FF_UNDERFLOW_ENA(ff) ((ff) << 25) argument
441 #define DMA_FF_UNDERFLOW(ff) ((ff) << 29) argument
447 #define GRA_FF_UNDERFLOW(ff) ((ff) << 25) argument
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.cpp117 FanFloors ff; in setFloorTable() local
118 ff.keyValue = getJsonValue(floors["key"]); in setFloorTable()
122 ff.offsetParameter = in setFloorTable()
128 ff.defaultFloor = floors["default_floor"].get<uint64_t>(); in setFloorTable()
173 ff.floorGroups.push_back(std::move(fg)); in setFloorTable()
176 _fanFloors.push_back(std::move(ff)); in setFloorTable()
/openbmc/linux/fs/
H A Dfile_table.c264 struct backing_file *ff; in alloc_empty_backing_file() local
267 ff = kzalloc(sizeof(struct backing_file), GFP_KERNEL); in alloc_empty_backing_file()
268 if (unlikely(!ff)) in alloc_empty_backing_file()
271 error = init_file(&ff->file, flags, cred); in alloc_empty_backing_file()
273 kfree(ff); in alloc_empty_backing_file()
277 ff->file.f_mode |= FMODE_BACKING | FMODE_NOACCOUNT; in alloc_empty_backing_file()
278 return &ff->file; in alloc_empty_backing_file()
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h640 #define DMA_FF_UNDERFLOW_ENA(ff) ((ff)<<29) argument
648 #define GRA_FF_UNDERFLOW_ENA(ff) ((ff)<<25) argument
690 #define PN2_DMA_FF_UNDERFLOW_ENA(ff) ((ff)<<5) argument
696 #define PN2_GRA_FF_UNDERFLOW_ENA(ff) ((ff)<<1) argument
749 #define DMA_FF_UNDERFLOW(ff) ((ff)<<29) argument
757 #define GRA_FF_UNDERFLOW(ff) ((ff)<<25) argument
793 #define PN2_DMA_FF_UNDERFLOW(ff) ((ff)<<5) argument
799 #define PN2_GRA_FF_UNDERFLOW(ff) ((ff)<<1) argument
/openbmc/linux/Documentation/networking/device_drivers/ethernet/pensando/
H A Dionic.rst113 link/ether 00:ae:cd:00:07:68 brd ff:ff:ff:ff:ff:ff
/openbmc/linux/Documentation/trace/
H A Dtracepoint-analysis.rst321 12.40 : 34eee: 66 0f 7f 80 40 ff ff movdqa %xmm0,-0xc0(%eax)
322 0.00 : 34ef5: ff
323 12.40 : 34ef6: 66 0f 7f 80 50 ff ff movdqa %xmm0,-0xb0(%eax)
324 0.00 : 34efd: ff
325 12.39 : 34efe: 66 0f 7f 80 60 ff ff movdqa %xmm0,-0xa0(%eax)
326 0.00 : 34f05: ff
327 12.67 : 34f06: 66 0f 7f 80 70 ff ff movdqa %xmm0,-0x90(%eax)
328 0.00 : 34f0d: ff
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_network_verification.robot313 # link/ether 22:3a:7f:70:92:cb brd ff:ff:ff:ff:ff:ff
314 # link/ether 0e:8e:0d:6b:e9:e4 brd ff:ff:ff:ff:ff:ff
/openbmc/linux/Documentation/driver-api/
H A Dinput.rst13 .. kernel-doc:: drivers/input/ff-core.c
16 .. kernel-doc:: drivers/input/ff-memless.c
/openbmc/linux/drivers/input/
H A DMakefile9 input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o
12 obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o

123456789