Home
last modified time | relevance | path

Searched refs:low (Results 301 – 325 of 1820) sorted by relevance

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

/freebsd/sys/contrib/device-tree/Bindings/gnss/
H A Dbrcm,bcm4751.yaml44 description: An optional active low reset line, should be flagged with
49 If the line is active low such as NSTANDBY, it should be tagged
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dlinux,wdt-gpio.yaml25 Either a high-to-low or a low-to-high transition clears the WDT counter.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtas571x.txt21 - reset-gpios: GPIO specifier for the TAS571x's active low reset line
22 - pdn-gpios: GPIO specifier for the TAS571x's active low powerdown line
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov5648.yaml40 description: Power Down Pin GPIO Control (active low)
44 description: Reset Pin GPIO Control (active low)
H A Dovti,ov8865.yaml40 description: Power Down Pin GPIO Control (active low)
44 description: Reset Pin GPIO Control (active low)
H A Dovti,ov8858.yaml42 description: PWDNB powerdown GPIO (active low)
46 description: XSHUTDN reset GPIO (active low)
H A Dovti,ov2680.yaml13 The OV2680 color sensor is a low voltage, high performance 1/5 inch UXGA (2
37 active low.
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml31 Specifies the GPIO connected to the device's active-low RDY output. The
32 pin doubles as the IQS7211E's active-low MCLR input, in which case this
38 Specifies the GPIO connected to the device's active-low MCLR input. The
79 description: Specifies the report rate (in ms) during low-power mode 1.
84 description: Specifies the report rate (in ms) during low-power mode 2.
108 from idle mode to low-power mode 1.
116 from low-power mode 1 to low-power mode 2.
124 are updated during low-power modes 1 and 2.
359 description: Represents the alternate low-power channel (ALP).
/freebsd/sys/powerpc/booke/
H A Dspe.c476 uint32_t high, low, res, tmp; /* For vector operations. */ in spe_handle_fpdata() local
551 low = spe_emu_instr(instr_sec_op, &fpemu, &result, in spe_handle_fpdata()
556 res = (high << 3) | (low << 2) | in spe_handle_fpdata()
557 ((high | low) << 1) | (high & low); in spe_handle_fpdata()
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_port.c442 sas_address->low = 0; in scic_sds_port_get_sas_address()
534 sas_address->low += phy->phy_index; in scic_sds_port_get_attached_sas_address()
539 sas_address->low = SCIC_SWAP_DWORD(sas_address->low); in scic_sds_port_get_attached_sas_address()
545 sas_address->low = 0; in scic_sds_port_get_attached_sas_address()
881 && (phy_sas_address.low == port_sas_address.low ) in scic_sds_port_general_link_up_handler()
1432 this_port, initiator_sas_address_lo, sas_address.low); in scic_sds_port_update_viit_entry()
2144 if (port_sas_address.high != 0 && port_sas_address.low != 0) in scic_sds_port_stopped_state_add_phy_handler()
2154 || (port_sas_address.low != phy_sas_address.low) in scic_sds_port_stopped_state_add_phy_handler()
H A Dscif_sas_smp_phy.c266 &&next_phy->attached_sas_address.low == this_smp_phy->attached_sas_address.low) in scif_sas_smp_phy_find_next_phy_in_wide_port()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dtruly,nt35597.txt16 (active low)
19 This should be low for dual DSI and high for single DSI mode
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb.yaml36 UTMI+ PHY with an 8- or 16-bit interface if UTMI+ is selected, UTMI+ low
51 - low-speed
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3568-fastrhino-r68s.dts43 snps,reset-active-low;
65 snps,reset-active-low;
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dinterrupts.txt73 1 = low-to-high edge triggered
74 2 = high-to-low edge triggered
76 8 = active low level-sensitive
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-pca95xx.yaml96 GPIO specification for the RESET input. This is an active low signal to
114 output-low: true
172 output-low;
H A Dsgpio-aspeed.txt8 sensitivity option (level-high, level-low, edge-high, edge-low)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td67 class GPR64<bits<16> num, string n, GPR32 low, GPR32 high>
68 : SystemZRegWithSubregs<n, [low, high]> {
75 class GPR128<bits<16> num, string n, GPR64 low, GPR64 high>
76 : SystemZRegWithSubregs<n, [high, low]> {
111 // Combine the low and high GR32s into a single class. This can only be
217 class FPR128<bits<16> num, string n, FPR64 low, FPR64 high>
218 : SystemZRegWithSubregs<n, [high, low]> {
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c45 probs = ld.low[pos_state];\
123 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW0); \
124 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW1); \
125 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW2); \
164 probability low[POS_STATES_MAX][LEN_LOW_SYMBOLS]; member
962 bittree_reset(coder->match_len_decoder.low[pos_state], in lzma_decoder_reset()
967 bittree_reset(coder->rep_len_decoder.low[pos_state], in lzma_decoder_reset()
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-runbmc-olympus.dts463 output-low;
584 output-low;
590 output-low;
596 output-low;
747 output-low;
789 output-low;
807 output-low;
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1584 add64( z.high, z.low, 0, lastBitMask>>1, &z.high, &z.low ); in float64_round_to_int()
1585 if ( ( z.low & roundBitsMask ) == 0 ) z.low &= ~ lastBitMask; in float64_round_to_int()
1588 if ( (sbits32) z.low < 0 ) { in float64_round_to_int()
1590 if ( (bits32) ( z.low<<1 ) == 0 ) z.high &= ~1; in float64_round_to_int()
1597 add64( z.high, z.low, 0, roundBitsMask, &z.high, &z.low ); in float64_round_to_int()
1600 z.low &= ~ roundBitsMask; in float64_round_to_int()
1604 if ( ( ( (bits32) ( a.high<<1 ) ) | a.low ) == 0 ) return a; in float64_round_to_int()
1629 z.low = 0; in float64_round_to_int()
1634 if ( ( ( z.high & roundBitsMask ) | a.low ) == 0 ) { in float64_round_to_int()
1641 z.high |= ( a.low != 0 ); in float64_round_to_int()
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Ddigsy_mtc.dts133 interrupts = <1 2 3>; // Level-low
140 interrupts = <1 2 3>; // Level-low
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/
H A Dti,tmag5273.yaml13 The TI TMAG5273 is a low-power linear 3D Hall-effect sensor. This device
50 The low active interrupt can be configured to be fixed width or latched.
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-lenovo-hr855xg2.dts452 output-low;
508 output-low;
613 output-low;
641 output-low;
655 output-low;
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Darm,pl172.txt56 - mpmc,byte-lane-low: Set byte lane state to low.
109 mpmc,byte-lane-low;

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