Home
last modified time | relevance | path

Searched refs:constant (Results 176 – 200 of 415) sorted by relevance

12345678910>>...17

/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_basic_ci.robot67 [Documentation] Compare BMC average boot time to a constant threshold.
/openbmc/qemu/target/arm/tcg/
H A Dneon-shared.decode38 # which is 0 for fp16 and 1 for fp32 into a MO_* constant.
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/
H A Dk3-ringacc.yaml16 from/to a constant address into corresponding read/write accesses from/to a
/openbmc/linux/drivers/hid/
H A Dhid-logitech-hidpp.c2592 params[8] = effect->u.constant.envelope.attack_level >> 7; in hidpp_ff_upload_effect()
2593 params[9] = effect->u.constant.envelope.attack_length >> 8; in hidpp_ff_upload_effect()
2594 params[10] = effect->u.constant.envelope.attack_length & 255; in hidpp_ff_upload_effect()
2595 params[11] = effect->u.constant.envelope.fade_level >> 7; in hidpp_ff_upload_effect()
2596 params[12] = effect->u.constant.envelope.fade_length >> 8; in hidpp_ff_upload_effect()
2597 params[13] = effect->u.constant.envelope.fade_length & 255; in hidpp_ff_upload_effect()
2600 effect->u.constant.level, in hidpp_ff_upload_effect()
2603 effect->u.constant.envelope.attack_level, in hidpp_ff_upload_effect()
2604 effect->u.constant.envelope.attack_length, in hidpp_ff_upload_effect()
2605 effect->u.constant.envelope.fade_level, in hidpp_ff_upload_effect()
[all …]
/openbmc/linux/Documentation/netlink/
H A Dnetlink-raw.yaml60 description: List of type and constant definitions (enums, flags, defines).
179 … description: The explicit name for constant holding the count of attributes (last attr + 1).
232 … description: Name of the flags constant on which to base mask (unsigned scalar types only).
H A Dgenetlink.yaml41 description: List of type and constant definitions (enums, flags, defines).
159 … description: Name of the flags constant on which to base mask (unsigned scalar types only).
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator.yaml75 have the constant time for any level voltage change. This is useful
80 the regulator needs a constant time to settle after voltage increases
86 the regulator needs a constant time to settle after voltage decreases
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst172 - ``kms_plane_alpha_blend@pipe-*-constant-alpha-min``
173 - ``kms_plane_alpha_blend@pipe-*-constant-alpha-mid``
174 - ``kms_plane_alpha_blend@pipe-*-constant-alpha-max``
/openbmc/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst71 which come at an approximately constant rate, otherwise there will be constant
/openbmc/linux/Documentation/networking/
H A Dgen_stats.rst98 interval in microsecs, a time constant also in microsecs and a struct
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dbq24257.yaml40 charge will be terminated when current in constant-voltage phase
H A Dbq25890.yaml45 charge will be terminated when current in constant-voltage phase
H A Dsummit,smb347-charger.yaml179 constant-charge-current-max-microamp = <1800000>;
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-linksys-nslu2.dts122 * Taken from NSLU2 PCI boardfile, INT A, B, C swizzled D constant
/openbmc/linux/include/linux/
H A Dcompiler_types.h189 unsigned long constant; member
/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c198 u64 constant; member
215 return field->constant; in hist_field_const()
374 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two()
388 return div64_u64(val1, operand2->constant); in div_by_not_power_of_two()
422 return div64_u64(val1, operand2->constant); in div_by_mult_and_shift()
692 u64 div = divisor->constant; in hist_field_get_div_fn()
2434 u64 constant; in parse_const() local
2436 if (kstrtoull(str, 0, &constant)) { in parse_const()
2446 field->constant = constant; in parse_const()
2778 u64 divisor = var2 ? var2->constant : operand2->constant; in parse_expr()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-thermal173 The slope constant used in a linear extrapolation model
182 The offset constant used in a linear extrapolation model
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst73 frequencies. Depending on the region, a time constant of either 50
/openbmc/linux/Documentation/cpu-freq/
H A Dcore.rst30 kernel "constant" loops_per_jiffy is updated on frequency changes
/openbmc/linux/scripts/
H A DMakefile.extrawarn143 KBUILD_CFLAGS += -Wno-tautological-constant-out-of-range-compare
/openbmc/linux/drivers/input/misc/
H A Dda7280.c524 tmp = effect->u.constant.level * 254; in da7280_haptics_upload_effect()
529 haptics->gain = effect->u.constant.level <= 0 ? in da7280_haptics_upload_effect()
530 0 : effect->u.constant.level; in da7280_haptics_upload_effect()
/openbmc/linux/drivers/media/dvb-frontends/
H A Drtl2830.c434 static const u32 constant[CONSTELLATION_NUM][HIERARCHY_NUM] = { in rtl2830_read_status() local
458 stmp = (constant[constellation][hierarchy] - in rtl2830_read_status()
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml97 sensor ID. Additional coefficients are interpreted as constant offset.
196 device. Using the THERMAL_NO_LIMIT (-1UL) constant in the
/openbmc/linux/arch/m68k/fpsp040/
H A Dsetox.S72 | Note also that the constant 16380 log(2) used in Step 1.3
88 | Z := X * constant
93 | constant := single-precision( 64/log 2 ).
95 | Using a single-precision constant avoids memory access.
/openbmc/docs/designs/
H A Dvirtual-sensors.md105 ConstParam: This is a parameter which has a constant value defined here

12345678910>>...17