Home
last modified time | relevance | path

Searched refs:low (Results 151 – 175 of 1820) sorted by relevance

12345678910>>...73

/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm730-kudo.dts99 output-low;
109 output-low;
119 output-low;
134 output-low;
144 output-low;
189 output-low;
234 output-low;
244 output-low;
349 output-low;
354 output-low;
[all …]
/freebsd/lib/libc/locale/
H A Dcollate.c258 int low = 0; in chainsearch() local
267 while (low <= high) { in chainsearch()
268 next = (low + high) / 2; in chainsearch()
280 low = next + 1; in chainsearch()
290 int low = 0; in largesearch() local
299 while (low <= high) { in largesearch()
300 next = (low + high) / 2; in largesearch()
306 low = next + 1; in largesearch()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dbrcm,brcmstb-gpio.txt19 bit[0]: polarity (0 for active-high, 1 for active-low)
44 1 = low-to-high edge triggered
45 2 = high-to-low edge triggered
47 8 = active low level-sensitive
H A Dnxp,pcf8575.yaml14 driven high by a pull-up current source or driven low to ground. This
17 line is configured (a) as output and driving the signal low/high, or (b) as
18 input and reporting a low/high value, without knowing the last value written
62 low-level output state.
H A Dgpio-omap.txt19 1 = low-to-high edge triggered.
20 2 = high-to-low edge triggered.
22 8 = active low level-sensitive.
H A Dgpio-xlp.txt28 1 = low to high edge triggered.
29 2 = high to low edge triggered.
31 8 = active low level-sensitive.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsff,sfp.txt29 Select (AKA RS0) output gpio signal, low: low Rx rate, high: high Rx rate
33 Select (AKA RS1) output gpio signal (SFP+ only), low: low Tx rate, high:
/freebsd/contrib/unbound/util/
H A Dtimehist.c185 double low = 0, up = 0; in timehist_quartile() local
202 low = (double)hist->buckets[i].lower.tv_sec + in timehist_quartile()
207 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count); in timehist_quartile()
208 return low+res; in timehist_quartile()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dfsl,imx8mp-dwc3.yaml64 fsl,over-current-active-low:
67 Over current signal polarity is active low.
69 fsl,power-active-low:
72 Power pad (PWR) polarity is active low.
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt7 Master output is set on low clock and sensed by the RTC on the rising
9 by the master on low clock.
32 doesn't support active low.
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-bcm63138.yaml55 active-low:
57 description: Makes LED active low
93 active-low;
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatuntixf.c65 fb.u.high.s.low = (e + 16383); // exponent in __floatuntixf()
66 fb.u.low.all = (du_int)a; // mantissa in __floatuntixf()
H A Dfloattixf.c67 fb.u.high.s.low = ((su_int)s & 0x8000) | // sign in __floattixf()
69 fb.u.low.all = (du_int)a; // mantissa in __floattixf()
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-lenovo-hr630.dts418 output-low;
432 output-low;
439 output-low;
516 output-low;
523 output-low;
551 output-low;
558 output-low;
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1732 uint32_t low = 0; in getInfoFromCompactEncodingSection() local
1735 while (low < high) { in getInfoFromCompactEncodingSection()
1742 low = mid; in getInfoFromCompactEncodingSection()
1745 low = mid + 1; in getInfoFromCompactEncodingSection()
1783 low = 0; in getInfoFromCompactEncodingSection()
1790 low = mid; in getInfoFromCompactEncodingSection()
1795 low = mid; in getInfoFromCompactEncodingSection()
1837 low = 0; in getInfoFromCompactEncodingSection()
1845 low = mid; in getInfoFromCompactEncodingSection()
1856 if (low < last) in getInfoFromCompactEncodingSection()
[all …]
/freebsd/contrib/pf/libevent/
H A Devbuffer.c127 if (bufev->wm_read.low != 0 && len < bufev->wm_read.low) in bufferevent_readcb()
196 EVBUFFER_LENGTH(bufev->output) <= bufev->wm_write.low) in bufferevent_writecb()
388 bufev->wm_read.low = lowmark; in bufferevent_setwatermark()
393 bufev->wm_write.low = lowmark; in bufferevent_setwatermark()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_defs.h111 #define GENMASK_ULL(high, low) ((0xFFFFFFFFFFFFFFFFULL >> (64ULL - ((high) - (low) + 1ULL))) << (lo… argument
114 #define GENMASK(high, low) ((0xFFFFFFFFUL >> (32UL - ((high) - (low) + 1UL))) << (low)) argument
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-hrefv60plus.dtsi228 * from GPIO21 so pull up 0, 1 and drive 4 and GPIO21 low as output.
251 * Drive D19-D23 for the ETM PTM trace interface low,
269 /* NAHJ CTRL on GPIO76 to low, CTRL_INV on GPIO216 to high */
282 /* NFC ENA and RESET to low, pulldown IRQ line */
330 * pull low to reset state
352 * Drive DISP1 reset high (not reset), driver DISP2 reset low (reset)
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmicrochip,pic32-pinctrl.txt25 - output-low: Set the pin as an output level low.
44 output-low;
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dimg,pdc-intc.txt41 1 = low-to-high edge triggered
42 2 = high-to-low edge triggered
45 8 = active-low level-sensitive
102 // Interrupt source SysWake 0 that is active-low level-sensitive
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Datmel,maxtouch.yaml42 (active low). The line must be flagged with
49 (active low). The line must be flagged with
73 The WAKE line is an active-low input that is used to wake up the touch
81 1) left permanently low
/freebsd/contrib/libedit/
H A Dchared.c239 c__prev_word(wchar_t *p, wchar_t *low, int n, int (*wtest)(wint_t)) in c__prev_word() argument
244 while ((p >= low) && !(*wtest)(*p)) in c__prev_word()
246 while ((p >= low) && (*wtest)(*p)) in c__prev_word()
252 if (p < low) in c__prev_word()
253 p = low; in c__prev_word()
311 cv_prev_word(wchar_t *p, wchar_t *low, int n, int (*wtest)(wint_t)) in cv_prev_word() argument
317 while ((p > low) && iswspace(*p)) in cv_prev_word()
320 while ((p >= low) && (*wtest)(*p) == test) in cv_prev_word()
326 if (p < low) in cv_prev_word()
327 return low; in cv_prev_word()
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8195-cherry-tomato-r2.dts19 pins-low-power-hdmi-disable {
29 pins-low-power-pcie0-disable {
H A Dmt8195-cherry-tomato-r3.dts20 pins-low-power-hdmi-disable {
30 pins-low-power-pcie0-disable {
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dqcom-lmh.yaml47 qcom,lmh-temp-low-millicelsius:
65 - qcom,lmh-temp-low-millicelsius
80 qcom,lmh-temp-low-millicelsius = <94500>;

12345678910>>...73