Searched refs:LOW (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c120 BHNDB_CLASS_PRIO(CC, LOW,
122 BHNDB_PORT0_PRIO(DEVICE, LOW),
128 BHNDB_CLASS_PRIO(PMU, LOW,
130 BHNDB_PORT0_PRIO(DEVICE, LOW),
182 BHNDB_CLASS_PRIO(CC, LOW,
184 BHNDB_PORT_PRIO(DEVICE, 0, 0, LOW,
188 BHNDB_CLASS_PRIO(PMU, LOW,
190 BHNDB_PORT_PRIO(DEVICE, 0, 0, LOW)
/freebsd-13-stable/contrib/ntp/util/
H A Dtg.c70 #define LOW 1 /* low amplitude */ macro
473 peep(M5, 1000, LOW);
477 peep(M8, 1000, LOW);
486 peep(10 - arg, 1000, LOW);
491 peep(10 - arg, 1000, LOW);
592 peep(code - 30, 100, LOW); /* send data */
621 case LOW:
H A Dtg2.c244 #define LOW (1) /* low amplitude */ macro
1619 poop(M5-1, 1000, LOW, UnmodulatedInverted);
1626 peep(M5-1, 1000, LOW);
1637 poop(M8-1, 1000, LOW, UnmodulatedInverted);
1644 peep(M8-1, 1000, LOW);
1660 poop(M5+1, 1000, LOW, UnmodulatedInverted);
1667 peep(M5+1, 1000, LOW);
1678 poop(M8+1, 1000, LOW, UnmodulatedInverted);
1685 peep(M8+1, 1000, LOW);
1700 poop(M5, 1000, LOW, UnmodulatedInverte
[all...]
/freebsd-13-stable/sys/dev/ow/
H A Dowc_gpiobus.c171 #define LOW(sc) gpio_pin_set_active((sc)->sc_pin, false) macro
196 LOW(sc);
231 LOW(sc);
272 LOW(sc);
345 LOW(sc);
/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c78 #define LOW(val) (uint32_t)((val) & 0xffffffff) macro
317 HIGH(args.data), LOW(args.data));
/freebsd-13-stable/contrib/bmake/mk/
H A Dwarnings.mk59 ALL_WARNINGS_SETS+= MIN LOW MEDIUM HIGH EXTRA
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_screen.c112 DATA(LOW),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h19 #define __constant_range(PARM, LOW, HIGH) \
20 __attribute__((__enable_if__ ((PARM) >= (LOW) && (PARM) <= (HIGH), \
21 "argument must be a constant integer from " #LOW " to " #HIGH)))
22 #define __constant_pow2_range(PARM, LOW, HIGH) \
23 __attribute__((__enable_if__ ((PARM) >= (LOW) && (PARM) <= (HIGH) && \
25 "argument must be a constant power of 2 from " #LOW " to " #HIGH)))
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1060 CONFIG_TLS_DEFAULT_CIPHERS = "DEFAULT:!EXP:!LOW"

Completed in 122 milliseconds