Home
last modified time | relevance | path

Searched full:selects (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h34 /// Selects from the start of \p Begin and to the end of \p End.
50 /// Selects the (empty) range [B,B) when \p Selector selects the range [B,E).
53 /// Selects the point immediately following \p Selector. That is, the
54 /// (empty) range [E,E), when \p Selector selects either
59 /// Selects the range between `R1` and `R2.
64 /// Selects a node, including trailing semicolon, if any (for declarations and
68 /// Selects a node, including trailing semicolon (always). Useful for selecting
72 /// Given a \c MemberExpr, selects the member token. \p ID is the node's
77 /// CxxCtorInitializer, and \c TypeLoc) selects the name's token. Only selects
80 /// it selects only `baz`.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp64 cl::desc("CHR merges a group of N branches/selects where N >= this value"));
123 // The original number of conditional branches / selects
125 // The decrease of the number of conditional branches / selects in the hot
138 SmallVector<SelectInst *, 8> Selects; member
273 // True-biased and false-biased selects, respectively. Used only for the
385 // All the true-biased selects in the function
387 // All the false-biased selects in the function
391 // A map from biased selects to their branch bias
452 if (RI.Selects.size() > 0) in print()
453 OS << " S" << RI.Selects.size(); in print()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt10 NOR flash memories), WE (write enable). This on top of 6 different chip selects
20 The chip selects have the following memory range assignments. This region of
37 this is something just used on the FAST chip selects and that the SLOW
38 chip selects are understood fully. There is also a "byte device enable"
43 together, or if some chip selects are hardwired to be FAST and others are SLOW
76 Optional properties arrays for SLOW chip selects:
95 Optional properties arrays for FAST chip selects:
H A Dqcom,ebi2.yaml17 NOR flash memories), WE (write enable). This on top of 6 different chip selects
27 The chip selects have the following memory range assignments. This region of
44 this is something just used on the FAST chip selects and that the SLOW
45 chip selects are understood fully. There is also a "byte device enable"
50 together, or if some chip selects are hardwired to be FAST and others are SLOW
112 # SLOW chip selects
165 # FAST chip selects
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Drenesas,sh-msiof.yaml87 Total number of chip selects (default is 1).
88 Up to 3 native chip selects are supported:
92 Hardware limitations related to chip selects:
93 - Native chip selects are always deasserted in between transfers
96 - All slaves using native chip selects must use the same spi-cs-high
98 - When using GPIO chip selects, at least one native chip select must
H A Dnuvoton,npcm-fiu.txt6 FIU0 and FIUx supports two chip selects,
10 FIU0 and FIUx supports two chip selects,
11 FIU1 and FIU3 supports four chip selects.
H A Dspi-controller.yaml30 GPIOs used as chip selects.
31 If that property is used, the number of chip selects will be
32 increased automatically with max(cs-gpios, hardware chip selects).
90 Total number of chip selects.
H A Dfsl-imx-cspi.txt25 - cs-gpios : GPIOs to use as chip selects, see spi-bus.txt. While the native chip
27 word of a transfer. Most use cases will require GPIO based chip selects to
31 - num-cs : Number of total chip selects, see spi-bus.txt.
H A Drenesas,rspi.yaml90 Total number of native chip selects.
91 Hardware limitations related to chip selects:
92 - When using GPIO chip selects, at least one native chip select must
H A Dspi-davinci.txt18 - num-cs: Number of chip selects. This includes internal as well as
19 GPIO chip selects.
39 - cs-gpios: gpio chip selects
H A Dspi-cadence.txt14 - num-cs : Number of chip selects used.
16 chip selects after the decoder.
H A Dspi-cadence.yaml37 Number of chip selects used. If a decoder is used,
38 this will be the number of chip selects after the
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-timing.yaml147 0 selects active low, 1 selects active high.
155 0 selects active low, 1 selects active high.
163 0 selects active low, 1 selects active high.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-imx-sdma.txt114 SDMA remap. Bit 15 of GPR0 selects between UART4_RX and SAI1_RX.
115 Setting bit 15 to 1 selects SAI1_RX.
117 SDMA remap. Bit 16 of GPR0 selects between UART4_TX and SAI1_TX.
118 Setting bit 16 to 1 selects SAI1_TX.
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,pmic-mpp.yaml121 Selects the source for analog output. Valued values are defined in
128 Selects ATEST rail to route to GPIO when it's
135 Selects DTEST rail to route to GPIO when it's
142 Selects the source for analog input. Valid values are defined in
H A Dqcom,pmic-mpp.txt140 Definition: Selects the power source for the specified pins. Valid power
146 Definition: Selects the source for analog output. Valued values are
153 Definition: Selects which dtest rail to be routed in the various functions.
159 Definition: Selects the source for analog input. Valid values are
H A Dqcom,pmic-gpio.txt203 Definition: Selects the power source for the specified pins. Valid
210 Definition: Selects the drive strength for the specified pins. Value
241 Definition: Selects ATEST rail to route to GPIO when it's configured
248 Definition: Selects DTEST rail to route to GPIO when it's configured
/freebsd/share/man/man4/
H A Dhwpstate_intel.454 Selects between package-level control (the default) and per-core control.
56 selects package-level control and
58 selects core-level control.
/freebsd/crypto/openssh/
H A Dscp.184 selects batch mode for the second host as
102 Selects batch mode (prevents asking for passwords or passphrases).
111 Selects the cipher to use for encrypting the data transfer.
126 Selects the file from which the identity (private key) for public key
/freebsd/stand/defaults/
H A Dloader.conf.5319 selects serial console,
321 selects the video console,
323 selects the EFI console,
325 selects a mute console
328 selects the video console which prevents any input and hides all output
407 Selects a desired logo in the beastie boot menu.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp9 // This pass converts selects to conditional jumps when profitable.
61 STATISTIC(NumSelectsConverted, "Number of selects converted");
121 /// Predicated cost (with selects as conditional moves).
123 /// Non-predicated cost (with selects converted to branches).
128 /// act like selects. For example Or(Zext(icmp), X) can be treated like
298 // conveted to branches. Separate heuristics for selects in inner-most loops
308 // Splits selects of a given basic block into select groups.
323 // operand's (if any) dependence slice of any of the selects of the given
398 INITIALIZE_PASS_BEGIN(SelectOptimize, DEBUG_TYPE, "Optimize selects", false,
406 INITIALIZE_PASS_END(SelectOptimize, DEBUG_TYPE, "Optimize selects", false, in INITIALIZE_PASS_DEPENDENCY()
[all …]
/freebsd/usr.sbin/powerd/
H A Dpowerd.889 Selects the
93 Selects the
109 Selects the
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.yaml83 selects between self- and bus-powered operation
89 selects between self- and bus-powered operation
100 selects between multi- and single-transaction-translator
106 selects between multi- and single-transaction-translator
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.yaml31 Selects the processor domain for apr
46 Selects the processor domain for apr
54 Selects the processor domain for gpr
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Daspeed-smc.txt5 three chip selects, two of which are always of SPI type and the third
9 chip selects.

12345678910>>...27