Home
last modified time | relevance | path

Searched refs:low (Results 401 – 425 of 1820) sorted by relevance

1...<<11121314151617181920>>...73

/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8192-asurada-audio-rt1015p.dtsi23 output-low;
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio.txt39 such as if the consumer desire the line to be active low (inverted) or open
61 - Bit 0: 0 means active high, 1 means active low
68 - Bit 3: 0 means the output should be maintained during sleep/low-power mode
69 1 means the output state can be lost during sleep/low-power mode
87 high or active-low. If it does, the following best practices should be
217 - output-low A property specifying to set the GPIO direction as output with
218 the value low.
236 output-low;
H A Dcirrus,clps711x-mctrl-gpio.txt9 1 = Active low.
/freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dts120 interrupts = <12 8>; /* Pin 12, active low */
130 interrupts = <12 8>; /* Pin 12, active low */
140 interrupts = <12 8>; /* Pin 12, active low */
150 interrupts = <12 8>; /* Pin 12, active low */
/freebsd/contrib/byacc/
H A Dlalr.c253 int low = goto_map[symbol]; in map_goto() local
261 assert(low <= high); in map_goto()
262 middle = (low + high) >> 1; in map_goto()
267 low = middle + 1; in map_goto()
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dvcnl4035.txt9 -interrupts: interrupt mapping for GPIO IRQ (level active low)
/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.h43 u64 low; member
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dssd1307fb.txt39 - solomon,low-power. Display runs in low power mode
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd70528-pmic.txt3 BD70528MWV is an ultra-low quiescent current general purpose, single-chip,
5 integrates 3 ultra-low current consumption buck converters, 3 LDOs and 2
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dgpio-restart.txt22 - gpios : The GPIO to set high/low, see "gpios property" in
24 low to reset the board set it to "Active Low", otherwise set
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat.h54 !!!bits64 low;
59 !!!bits64 high, low;
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp116 unsigned low = Data2MSB ? 17 : 16; in identify_magic() local
118 switch (Magic[low]) { in identify_magic()
/freebsd/sys/kern/
H A Dsched_ule.c851 int high, low, anylow; in sched_balance_group() local
889 if (anylow && low == -1) in sched_balance_group()
892 if (low == -1) in sched_balance_group()
897 CPU_CLR(low, &hmask); in sched_balance_group()
904 CPU_CLR(low, &lmask); in sched_balance_group()
960 tdq_lock_pair(high, low); in sched_balance_pair()
966 lowpri = tdq_move(high, low); in sched_balance_pair()
973 cpu = TDQ_ID(low); in sched_balance_pair()
975 tdq_notify(low, lowpri); in sched_balance_pair()
977 sched_setpreempt(low->tdq_lowpri); in sched_balance_pair()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/irled/
H A Dgpio-ir-tx.txt7 Documentation/devicetree/bindings/gpio/gpio.txt. Active low LEDs
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) in BN_set_params() argument
53 if (low >= 0) { in BN_set_params()
54 if (low > (int)(sizeof(int) * 8) - 1) in BN_set_params()
55 low = sizeof(int) * 8 - 1; in BN_set_params()
56 bn_limit_bits_low = low; in BN_set_params()
57 bn_limit_num_low = 1 << low; in BN_set_params()
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt26 Retention: Retention is a low power state where the core is clock gated and
51 voltages reduced, provided all cpus enter this state. Since the span of low
53 of this low power mode would be considered high even though at a cpu level,
/freebsd/sys/dev/iicbus/
H A Diicsmb.c76 char low; /* low byte received first */ member
195 sc->low, sc->high, SMB_ENOERR); in iicsmb_intr()
212 sc->low = *buf; in iicsmb_intr()
/freebsd/usr.sbin/nscd/
H A Dparser.c313 get_number(const char *str, int low, int max) in get_number() argument
326 if (((res >= low) || (low == -1)) && in get_number()
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7d-flex-concentrator.dts254 /* Module A detection (low = present) */
256 /* Module B detection (low = present) */
303 over-current-active-low;
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-sck-kv-g-revA.dtso233 low-power-disable;
239 low-power-disable;
246 low-power-enable;
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dsyna,rmi4.yaml39 description: Active low signal
104 syna,clip-x-low:
109 syna,clip-y-low:
/freebsd/sys/dev/sound/pcm/
H A Dsound.h163 #define RANGE(var, low, high) (var) = \ argument
164 (((var)<(low))? (low) : ((var)>(high))? (high) : (var))
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dad5820.txt17 active low, a high level on the pin enables the device.
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dtwl-regulator.txt62 - 0x08 - Sleep mode, the nominal output voltage is maintained with low power
63 consumption with low load current capability.
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dcyttsp.txt31 scanning/processing cycles when the chip is in low-power mode.
34 touches are detected before entering low-power mode.

1...<<11121314151617181920>>...73