| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | exynos4412-itop-scp-core.dtsi | 174 op_mode = <1>; /* Normal Mode */ 184 op_mode = <1>; /* Normal Mode */ 192 op_mode = <1>; /* Normal Mode */ 200 op_mode = <1>; /* Normal Mode */ 213 op_mode = <1>; /* Normal Mode */ 221 op_mode = <1>; /* Normal Mode */ 228 op_mode = <1>; /* Normal Mode */ 235 op_mode = <1>; /* Normal Mode */ 242 op_mode = <1>; /* Normal Mode */ 250 op_mode = <1>; /* Normal Mode */ [all …]
|
| H A D | exynos4412-origen.dts | 139 op_mode = <1>; /* Normal Mode */ 147 op_mode = <1>; /* Normal Mode */ 155 op_mode = <1>; /* Normal Mode */ 163 op_mode = <1>; /* Normal Mode */ 171 op_mode = <1>; /* Normal Mode */ 179 op_mode = <1>; /* Normal Mode */ 187 op_mode = <1>; /* Normal Mode */ 195 op_mode = <1>; /* Normal Mode */ 203 op_mode = <1>; /* Normal Mode */ 211 op_mode = <1>; /* Normal Mode */ [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | secure.txt | 4 "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-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 39 Normal, enumerator 52 ModuleLoadResult(Module *M) : Storage(M, Normal) {} in ModuleLoadResult() 59 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 24 Normal, enumerator 169 CompletionMode mode = CompletionMode::Normal) { 179 template <CompletionMode M = CompletionMode::Normal>
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | tvp7002.txt | 21 0 = Normal Operation (Active Low, Default) 27 0 = Normal Operation (Active Low, Default)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/phy/ |
| H A D | allwinner,sun9i-a80-usb-phy.yaml | 43 - description: Normal USB PHY reset 46 - description: Normal USB PHY reset
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 46 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument 54 if (Normal) in applyTemplateHighlighting() 61 Normal = !Normal; in applyTemplateHighlighting() 742 bool Normal = true; in printDiagnosticMessage() local 743 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage() 744 assert(Normal && "Formatting should have returned to normal"); in printDiagnosticMessage()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-synquacer.txt | 14 - clock-frequency : Desired I2C bus clock frequency in Hz. As only Normal and
|
| H A D | i2c-owl.txt | 16 - clock-frequency : Desired I2C bus clock frequency in Hz. As only Normal and
|
| H A D | i2c-axxia.txt | 15 the default 100 kHz frequency will be used. As only Normal and Fast modes
|
| H A D | i2c-st.txt | 15 the default 100 kHz frequency will be used. As only Normal and Fast modes
|
| /freebsd-13.1/usr.sbin/bsdconfig/console/ |
| H A D | repeat | 127 "$msg_normal") repeat_rate_to_set="normal" ;; # "Normal" keyboard repeat rate
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRCallingConv.td | 9 // Normal functions use a special calling convention, solved in code.
|
| /freebsd-13.1/sys/contrib/openzfs/ |
| H A D | .gitignore | 14 # Normal rules
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | max77802.txt | 50 The max77802 regulator supports two different operating modes: Normal and Low 60 1: Normal regulator voltage output mode.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.h | 32 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE enumerator
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/power/reset/ |
| H A D | reboot-mode.txt | 13 - mode-normal: Normal reboot mode, system reboot with command "reboot".
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | zpool_script.shlib | 38 # will convert the blank to a '-' to make things awk-able. Normal
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs53l30.txt | 31 * 1) Normal I2S mode on two data pins -- each SDOUT
|
| H A D | rt5651.txt | 26 bool. Normal jack-detect switches give an inverted (active-low) signal,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 85 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator 1069 OverloadCandidateParamOrder::Normal) { 1077 isNewCandidate(F, OverloadCandidateParamOrder::Normal); in exclude()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.cpp | 84 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 29 enum Kind { Normal, Unrolled } K; enumerator 39 return LoopState(Normal, S, L, N); in getNormal()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | exports_so.txt | 20 # "Normal" symbols.
|