Home
last modified time | relevance | path

Searched refs:Normal (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDexynos4412-itop-scp-core.dtsi179 op_mode = <1>; /* Normal Mode */
189 op_mode = <1>; /* Normal Mode */
197 op_mode = <1>; /* Normal Mode */
205 op_mode = <1>; /* Normal Mode */
218 op_mode = <1>; /* Normal Mode */
226 op_mode = <1>; /* Normal Mode */
233 op_mode = <1>; /* Normal Mode */
240 op_mode = <1>; /* Normal Mode */
247 op_mode = <1>; /* Normal Mode */
255 op_mode = <1>; /* Normal Mode */
[all …]
HDexynos4412-origen.dts168 op_mode = <1>; /* Normal Mode */
176 op_mode = <1>; /* Normal Mode */
184 op_mode = <1>; /* Normal Mode */
192 op_mode = <1>; /* Normal Mode */
200 op_mode = <1>; /* Normal Mode */
208 op_mode = <1>; /* Normal Mode */
216 op_mode = <1>; /* Normal Mode */
224 op_mode = <1>; /* Normal Mode */
232 op_mode = <1>; /* Normal Mode */
240 op_mode = <1>; /* Normal Mode */
[all …]
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDModuleLoader.h39 Normal, enumerator
52 ModuleLoadResult(Module *M) : Storage(M, Normal) {} in ModuleLoadResult()
57 return Storage.getInt() == Normal && Storage.getPointer();
64 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/arm/
HDsecure.txt4 "Normal" and "Secure". Most devicetree consumers (including the Linux
5 kernel) are not TrustZone aware and run entirely in either the Normal
8 visible only in the Secure address space, only in the Normal address
19 world value is the same as specified for the Normal world by the
32 secure- bindings only need to be used where both the Secure and Normal
70 Normal world OS).
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDCompletionRequest.h24 Normal, enumerator
169 CompletionMode mode = CompletionMode::Normal) {
179 template <CompletionMode M = CompletionMode::Normal>
/freebsd-14-stable/sys/contrib/device-tree/Bindings/media/i2c/
HDtvp7002.txt21 0 = Normal Operation (Active Low, Default)
27 0 = Normal Operation (Active Low, Default)
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
HDAArch64SMEAttributes.h40 Normal = 0, enumerator
51 SMEAttrs(unsigned Mask = Normal) : Bitmask(0) { set(Mask); }
/freebsd-14-stable/sys/contrib/device-tree/Bindings/i2c/
HDi2c-synquacer.txt14 - clock-frequency : Desired I2C bus clock frequency in Hz. As only Normal and
HDi2c-axxia.txt15 the default 100 kHz frequency will be used. As only Normal and Fast modes
HDi2c-owl.txt16 - clock-frequency : Desired I2C bus clock frequency in Hz. As only Normal and
/freebsd-14-stable/usr.sbin/bsdconfig/console/
HDrepeat126 "$msg_normal") repeat_rate_to_set="normal" ;; # "Normal" keyboard repeat rate
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDTextDiagnostic.cpp55 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument
63 if (Normal) in applyTemplateHighlighting()
70 Normal = !Normal; in applyTemplateHighlighting()
732 bool Normal = true; in printDiagnosticMessage() local
733 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage()
734 assert(Normal && "Formatting should have returned to normal"); in printDiagnosticMessage()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/regulator/
HDmax77802.txt50 The max77802 regulator supports two different operating modes: Normal and Low
60 1: Normal regulator voltage output mode.
/freebsd-14-stable/sys/contrib/openzfs/
HD.gitignore66 # Normal rules
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRCallingConv.td9 // Normal functions use a special calling convention, solved in code.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVECustomDAG.cpp35 return MVT::getVectorVT(ElemVT, P == Packing::Normal ? StandardVectorWidth in getLegalVectorType()
41 return isPackedVectorType(VT) ? Packing::Dense : Packing::Normal; in getTypePacking()
514 NewMask = getConstantMask(Packing::Normal, true); in getTargetSplitMask()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDDebugInlineeLinesSubsection.h31 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE enumerator
/freebsd-14-stable/sys/contrib/device-tree/Bindings/sound/
HDcs53l30.txt31 * 1) Normal I2S mode on two data pins -- each SDOUT
HDrt5651.txt26 bool. Normal jack-detect switches give an inverted (active-low) signal,
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/include/
HDzpool_script.shlib38 # will convert the blank to a '-' to make things awk-able. Normal
/freebsd-14-stable/sys/contrib/device-tree/Bindings/power/reset/
HDreboot-mode.txt13 - mode-normal: Normal reboot mode, system reboot with command "reboot".
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugInlineeLinesSubsection.cpp85 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopUnrolling.cpp31 enum Kind { Normal, Unrolled } K; enumerator
41 return LoopState(Normal, S, L, N); in getNormal()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDOverload.h84 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator
1170 OverloadCandidateParamOrder::Normal) {
1178 isNewCandidate(F, OverloadCandidateParamOrder::Normal); in exclude()
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDexports_so.txt20 # "Normal" symbols.

123456