Home
last modified time | relevance | path

Searched refs:f1 (Results 151 – 175 of 413) sorted by relevance

12345678910>>...17

/openbmc/linux/tools/testing/selftests/kselftest/
H A Drunner.sh89 field=$(echo "$line" | cut -d= -f1)
/openbmc/linux/arch/s390/kernel/
H A Dreipl.S38 std %f1, 0x08(%r1)
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-select.rst64 calls will fail. [#f1]_
113 .. [#f1]
H A Dvidioc-g-sliced-vbi-cap.rst65 Array indices map to ITU-R line numbers\ [#f1]_ as follows:
117 .. [#f1]
H A Dformat.rst75 output devices is available. [#f1]_
87 .. [#f1]
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h644 #define SIG_EXPR_LIST_DECL_DESG(pin, sig, f0, f1) \ argument
647 SIG_EXPR_PTR(sig, f1)); \
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dreg-file-data-sampling.rst13 Below is the list of affected Intel processors [#f1]_:
103 .. [#f1] Affected Processors
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables.common77 for mod in $(grep -E '^(ebt|ebtable)_' /proc/modules | cut -d' ' -f1) ebtables; do
/openbmc/linux/scripts/
H A Drust_is_available.sh232 cc_name=$($(dirname $0)/cc-version.sh $CC | cut -f1 -d' ')
/openbmc/linux/arch/ia64/lib/
H A Didiv64.S54 (p6) fnma.s1 f6 = f9, f11, f1 // e0 = -b*y0 + 1
H A Didiv32.S64 (p6) fnma.s1 f6 = f9, f6, f1 // e0 = -b*y0 + 1
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c363 u_int f1, f2; in sym_getfreq() local
369 if (f1 > f2) f1 = f2; /* trust lower result */ in sym_getfreq()
370 return f1; in sym_getfreq()
380 unsigned f1; in sym_getclock() local
383 f1 = 40000; in sym_getclock()
405 if (f1 < 45000) f1 = 40000; in sym_getclock()
406 else if (f1 < 55000) f1 = 50000; in sym_getclock()
407 else f1 = 80000; in sym_getclock()
418 else f1 = 160000; in sym_getclock()
420 f1 /= np->multiplier; in sym_getclock()
[all …]
/openbmc/linux/drivers/hwmon/
H A Dnct7802.c232 unsigned int f1, f2; in nct7802_read_fan() local
236 ret = regmap_read(data->regmap, reg_fan, &f1); in nct7802_read_fan()
242 ret = (f1 << 5) | (f2 >> 3); in nct7802_read_fan()
256 unsigned int f1, f2; in nct7802_read_fan_min() local
260 ret = regmap_read(data->regmap, reg_fan_low, &f1); in nct7802_read_fan_min()
266 ret = f1 | ((f2 & 0xf8) << 5); in nct7802_read_fan_min()
/openbmc/qemu/migration/
H A Dqemu-file.c166 int qemu_file_get_error_obj_any(QEMUFile *f1, QEMUFile *f2, Error **errp) in qemu_file_get_error_obj_any() argument
170 if (f1) { in qemu_file_get_error_obj_any()
171 ret = qemu_file_get_error_obj(f1, errp); in qemu_file_get_error_obj_any()
/openbmc/qemu/hw/audio/
H A Dasc.c162 int16_t d, f0, f1; in generate_fifo() local
191 f1 = (int8_t)fs->extregs[ASC_EXTREGS_CDXA_DECOMP_FILT + in generate_fifo()
206 (fs->xa_last[1] * f1) + 32) >> 6); in generate_fifo()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_deps.sh269 fail_target=$(echo "$test" | cut -d "/" -f1)
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dca_high_level.rst102 Descriptors(Program Level)=[ 09 06 06 04 05 50 ff f1]
108 …EN50221 CA MSG=[ 9f 80 32 19 03 01 2d d1 f0 08 01 09 06 06 04 05 50 ff f1 02 e0 c9 00 00 04 e1 2d …
/openbmc/linux/Documentation/driver-api/media/
H A Drc-core.rst15 a normal keyboard or mouse is handled internally on Linux\ [#f1]_. So, the
19 .. [#f1]
/openbmc/linux/arch/sparc/crypto/
H A Dcamellia_asm.S37 ld [%o0 + 0x04], %f1 ! i1, k[1]
48 ld [%o0 + 0x14], %f1
246 ld [%o1 + 0x04], %f1
305 st %f1, [%o2 + 0x0c]
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp0_sqrt.S63 test_op1 sqrt_s, f0, f1, 0x40000000, \
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py55 f1=open('/tmp/toaster.log', 'a')
56 f1.write("|" + msg + "|\n" )
57 f1.close()
/openbmc/linux/drivers/media/cec/platform/meson/
H A Dao-cec-g12a.c238 unsigned long n2, m1, m2, f1, f2, p1, p2; in meson_ao_cec_g12a_dualdiv_clk_recalc_rate() local
246 f1 = DIV_ROUND_CLOSEST(parent_rate, n1); in meson_ao_cec_g12a_dualdiv_clk_recalc_rate()
249 p1 = DIV_ROUND_CLOSEST(100000000 * m1, f1 * (m1 + m2)); in meson_ao_cec_g12a_dualdiv_clk_recalc_rate()
/openbmc/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c62 u8 f1; member
113 coord->f1 = data[0] & 0x02; in parse_pen_data()
255 input_report_key(dev, BTN_STYLUS, coord->f1); in report_pen_events()
/openbmc/linux/net/core/
H A Dfib_rules.c21 #define INDIRECT_CALL_MT(f, f2, f1, ...) \ argument
22 INDIRECT_CALL_INET(f, f2, f1, __VA_ARGS__)
24 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) argument
27 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument
29 #define INDIRECT_CALL_MT(f, f2, f1, ...) f(__VA_ARGS__) argument
/openbmc/linux/arch/s390/kernel/syscalls/
H A Dsyscalltbl59 if ! cat $temp |cut -f1 |uniq -d 2>&1; then

12345678910>>...17