Home
last modified time | relevance | path

Searched refs:Defaults (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom,pm8941-charger.yaml47 description: Maximum charge current in uA; May be clamped to safety limits; Defaults to 1A
54 Battery voltage limit in uV above which fast charging may operate; Defaults to 3.2V
62 Battery voltage limit in uV below which fast charging may operate; Defaults to 4.2V
73 be clamped by this value. Defaults to 4.2V.
82 will be clamped by this value. Defaults to 1A.
91 Defaults to 4.1V.
98 Input voltage level in uV above which charging may operate. Defaults to 4.3V.
105 Default DC charge current limit in uA. Defaults to 100mA.
H A Dactive-semi,act8945a-charger.yaml34 Defaults to 6.6 V
42 Defaults to 40 minutes.
50 Defaults to 3 hours.
H A Drichtek,rt9455.yaml49 current provided by the power source. Defaults to 4500000 uV (4.5V).
55 Defaults to 500000 uA (500mA).
/freebsd-14.2/sys/contrib/device-tree/Bindings/ipmi/
H A Dipmi-ipmb.yaml28 description: The address of the BMC on the IPMB bus. Defaults to 0x20.
33 Time between retries of sends, in milliseconds. Defaults to 250.
37 description: Number of retries before a failure is declared. Defaults to 1.
H A Dipmi-smic.yaml33 description: The access width of the register in bytes. Defaults to 1.
39 description: The number of bytes between register starts. Defaults to 1.
/freebsd-14.2/sys/contrib/device-tree/Bindings/misc/
H A Dqemu,vcpu-stall-detector.yaml29 Defaults to 10 if unset.
35 Defaults to 8 if unset. Please note that it also takes into account the
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv7604.txt53 - hsync-active: Horizontal synchronization polarity. Defaults to active low.
54 - vsync-active: Vertical synchronization polarity. Defaults to active low.
55 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
H A Dtda1997x.txt52 - hsync-active: Horizontal synchronization polarity. Defaults to active high.
53 - vsync-active: Vertical synchronization polarity. Defaults to active high.
54 - data-active: Data polarity. Defaults to active high.
/freebsd-14.2/contrib/bc/manuals/
H A Dbuild.md153 Defaults to `c99`.
164 Defaults to `$CC`.
170 Defaults to empty.
176 Defaults to `$CFLAGS`.
183 Defaults to empty.
190 Defaults to empty.
198 Defaults to empty.
220 Defaults to empty.
293 Defaults to empty.
301 Defaults to empty.
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8952.txt18 Defaults to 26 MHz if not specified.
28 Defaults to 32mV/us if not specified.
H A Dmaxim,max8952.yaml54 Defaults to 32mV/us if not specified.
65 Defaults to 26 MHz if not specified.
/freebsd-14.2/contrib/ntp/scripts/
H A Dsummary-opts.def31 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
73 this option. Defaults to 197000101.
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTOptions.td16 "the most recent data. Defaults to 4096 bytes. It's possible to "
47 "packets. Defaults to 0 if supported.">;
94 "if needed. Defaults to 500MB. It's possible to specify a unit for "
125 "packets. Defaults to 0 if supported.">;
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Drotary-encoder.txt8 Defaults to 0 (ABS_X / REL_X)
10 encoder. Only relevant for absolute axis. Defaults to 24 which is a
H A Dgpio-decoder.txt12 Defaults to 0 (ABS_X).
/freebsd-14.2/contrib/bearssl/mk/
H A DNMake.mk29 !include mk/Defaults.mk
H A DSingleUnix.mk29 include mk/Defaults.mk
/freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/
H A Dltc4151.txt10 Defaults to <1000> if unset.
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td25 HelpText<"Specify the desired type of DWARF linker. Defaults to 'classic'">;
61 "Defaults to the number of cores on the current machine">;
/freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-xlp9xx.txt10 Defaults to 100 KHz when the property is not specified
/freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/
H A Darm-smc-wdt.yaml24 Defaults to 0x82003D06 if unset.
/freebsd-14.2/sys/contrib/device-tree/Bindings/rng/
H A Dtimeriomem_rng.txt10 rng. Defaults to zero which causes the kernel's default quality to
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1386 SmallVector<std::optional<Register>, 4> Defaults; in remapUse() local
1391 Defaults.emplace_back(getInitPhiReg(*LoopProducer, BB)); in remapUse()
1418 IllegalPhiDefault = Defaults.front(); in remapUse()
1419 Defaults.erase(Defaults.begin()); in remapUse()
1424 LLVM_DEBUG(dbgs() << " -- padding defaults array from " << Defaults.size() in remapUse()
1425 << " to " << (Defaults.size() + StageDiff) << "\n"); in remapUse()
1429 Defaults.resize(Defaults.size() + StageDiff, in remapUse()
1430 Defaults.empty() ? std::optional<Register>() in remapUse()
1431 : Defaults.back()); in remapUse()
1436 auto DefaultI = Defaults.rbegin(); in remapUse()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/spi/
H A Dspi-bcm63xx.txt13 - num-cs: some controllers have less than 8 cs signals. Defaults to 8
H A Dspi-bcm63xx-hsspi.txt13 - num-cs: some controllers have less than 8 cs signals. Defaults to 8

12345