Home
last modified time | relevance | path

Searched refs:ff (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/u-boot/arch/x86/dts/
H A Dchromebook_link.dts338 ff ff ff ff ff ff ff ff
339 ff ff ff ff ff ff ff ff
340 ff ff ff ff ff ff ff ff
341 ff ff ff ff ff ff ff ff
342 ff ff ff ff ff ff ff ff
343 ff ff ff ff ff ff ff ff
344 ff ff ff ff ff ff ff ff
345 ff ff ff ff ff ff ff ff
346 ff ff ff ff ff ff ff ff
347 ff ff ff ff ff ff ff ff];
/openbmc/u-boot/doc/
H A DREADME.davinci.nand_spl31 00000010 00 00 00 00 20 00 00 00 ff ff ff ff ff ff ff ff |.... ...........|
32 00000020 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
39 00001fe0 00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff |................|
40 00001ff0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
/openbmc/libpldm/tests/data/
H A Dtest.hex7 ff ff ff ff 00 00 01 00 94 00 00 00 01 00 00 00
8 01 04 76 30 2e 32 0a 00 00 00 ff ff ff ff 00 00
/openbmc/u-boot/drivers/clk/
H A Dclk_fixed_factor.c25 struct clk_fixed_factor *ff = to_clk_fixed_factor(clk->dev); in clk_fixed_factor_get_rate() local
30 rate = clk_get_rate(&ff->parent); in clk_fixed_factor_get_rate()
34 do_div(rate, ff->div); in clk_fixed_factor_get_rate()
36 return rate * ff->mult; in clk_fixed_factor_get_rate()
47 struct clk_fixed_factor *ff = to_clk_fixed_factor(dev); in clk_fixed_factor_ofdata_to_platdata() local
49 err = clk_get_by_index(dev, 0, &ff->parent); in clk_fixed_factor_ofdata_to_platdata()
53 ff->div = dev_read_u32_default(dev, "clock-div", 1); in clk_fixed_factor_ofdata_to_platdata()
54 ff->mult = dev_read_u32_default(dev, "clock-mult", 1); in clk_fixed_factor_ofdata_to_platdata()
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh45 link/ether aa:aa:aa:aa:aa:aa brd ff:ff:ff:ff:ff:ff
56 link/ether aa:aa:aa:aa:aa:aa brd ff:ff:ff:ff:ff:ff
74 link/ether aa:aa:aa:aa:aa:aa brd ff:ff:ff:ff:ff:ff
/openbmc/openbmc/meta-facebook/meta-ventura2/recipes-ventura2/plat-svc/files/
H A Dmarvell-switch-poe-init39 local POE_SET_POWER_CMD=(18 00 00 2c 01 00 00 ff ff ff ff)
/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/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,0fff,00ff)); in main()
/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.c467 INSN(fabs_s, ff) in INSN()
468 INSN(fabs_d, ff) in INSN()
469 INSN(fneg_s, ff) in INSN()
470 INSN(fneg_d, ff) in INSN()
471 INSN(flogb_s, ff) in INSN()
472 INSN(flogb_d, ff) in INSN()
473 INSN(fclass_s, ff) in INSN()
474 INSN(fclass_d, ff) in INSN()
475 INSN(fsqrt_s, ff) in INSN()
476 INSN(fsqrt_d, ff) in INSN()
[all …]
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0007-configure.ac-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"
H A D0006-configure-add-option-for-ps.patch49 -for ff in /usr/ucb /bin /usr/bin; do
50 - if test -x "$ff/ps"; then
51 - PS="$ff/ps"
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot65 # link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
107 # link/ether xx.xx.xx.xx.xx.xx brd ff:ff:ff:ff:ff:ff
117 # link/ether | xx:xx:xx:xx:xx:xx | brd | ff:ff:ff:ff:ff:ff
128 # 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
136 # link/ether | xx:xx:xx:xx:xx:xx | brd | ff:ff:ff:ff:ff:ff
/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/u-boot/arch/x86/cpu/
H A Dstart16.S48 jmp ff
49 ff: label
/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/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-fontforgeexe-Use-env-to-find-fontforge.patch22 …RRENT_BINARY_DIR}/\${_output}\" \"#!\${CMAKE_INSTALL_PREFIX}/bin/fontforge -lang=ff\\n\${_input}\")
23 + file(WRITE \"${CMAKE_CURRENT_BINARY_DIR}/\${_output}\" \"#!/usr/bin/env fontforge -lang=ff\\…
/openbmc/u-boot/test/py/
H A Dmultiplexed_log.css61 color: #8080ff
65 color: #8080ff
/openbmc/u-boot/tools/binman/test/
H A D070_fill_no_size.dts11 fill-byte = [ff];
H A D080_fill_empty.dts12 fill-byte = [ff];
H A D069_fill.dts12 fill-byte = [ff];
/openbmc/qemu/hw/dma/
H A Di8257.c133 int ff; in i8257_getff() local
135 ff = d->flip_flop; in i8257_getff()
136 d->flip_flop = !ff; in i8257_getff()
137 return ff; in i8257_getff()
143 int ichan, nreg, iport, ff, val, dir; in i8257_read_chan() local
152 ff = i8257_getff(d); in i8257_read_chan()
159 return (val >> (d->dshift + (ff << 3))) & 0xff; in i8257_read_chan()
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/user/
H A Demmc_patch.hex2 558000ff
/openbmc/qemu/docs/specs/
H A Dpci-ids.rst14 The 1000 -> 10ff device ID range is used as follows for virtio-pci devices.
43 1af4:10f0 to 1a4f:10ff
60 The 0000 -> 00ff device ID range is used as follows for QEMU-specific

123