Home
last modified time | relevance | path

Searched +full:- +full:1200 +full:ps (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmotorcomm,yt8xxx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dmicrel-ksz90x1.txt8 Note that these settings are applied after any phy-specific fixup from
15 value is 0, the maximum value is 3000, and it can be specified in 200ps
17 skew values actually increase in 120ps steps, starting from -840ps. The
28 -----------------------------------------------------
29 0 -840ps 0000
30 200 -720ps 0001
31 400 -600ps 0010
32 600 -480ps 0011
33 800 -360ps 0100
34 1000 -240ps 0101
[all …]
H A Damlogic,meson-dwmac.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/net/amlogic,meson-dwmac.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Neil Armstrong <neil.armstrong@linaro.org>
12 - Martin Blumenstingl <martin.blumenstingl@googlemail.com>
20 - amlogic,meson6-dwmac
21 - amlogic,meson8b-dwmac
22 - amlogic,meson8m2-dwmac
23 - amlogic,meson-gxbb-dwmac
[all …]
/freebsd/libexec/getty/
H A Dgettytab9 # cb, ce and ck are desirable on most crt's. The non-crt entries need to
13 # have been terminals around not being able of handling lower-case
20 # ep: getty will use raw mode (cs8 -parenb) (unless rw is set) and
21 # fake parity. login will use even parity (cs7 parenb -parodd).
24 # ap: same as ep except -inpck instead of inpck for login.
27 # characters on non-terminals (like pccons) that don't
32 # 2. set cs8 -parenb -istrip -inpck.
36 :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:\
45 # The "NNN-baud" names are known to the special case
51 a|std.110|110-baud:\
[all …]
H A Dsubr.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
78 for (sp = gettystrs; sp->field; sp++) in gettable()
79 if (sp->value != NULL) { in gettable()
84 l = strlen(sp->value) + 1; in gettable()
86 strlcpy(p, sp->value, l); in gettable()
91 sp->value = p; in gettable()
102 case -1: in gettable()
105 case -2: in gettable()
108 case -3: in gettable()
[all …]
H A Dmain.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
68 /* defines for auto detection of incoming PPP calls (->PAP/CHAP) */
75 #define PPP_LCP_HI 0xc0 /* LCP protocol - high byte */
76 #define PPP_LCP_LOW 0x21 /* LCP protocol - low byte */
175 gethostname(hostname, sizeof(hostname) - 1); in main()
176 hostname[sizeof(hostname) - 1] = '\0'; in main()
197 * If the tty line is "-", we do the old style getty presuming in main()
199 * J. Gettys - MIT Project Athena. in main()
201 if (argc <= 2 || strcmp(argv[2], "-") == 0) { in main()
[all …]
/freebsd/usr.sbin/moused/
H A Dmoused.c2 ** SPDX-License-Identifier: BSD-4-Clause
40 ** the PS/2 mouse port for mouse data stream, interprets data and passes
82 /* Abort 3-button emulation delay after this many movement events. */
88 #define MOUSE_XAXIS (-1)
89 #define MOUSE_YAXIS (-2)
114 #define tsclr(tvp) ((tvp)->tv_sec = (tvp)->tv_nse
[all...]
H A Dmoused.81 .\"-
2 .\" SPDX-License-Identifier: BSD-4-Clause
108 .Bl -tag -width indent
110 Emulate the third (middle) button for 2-button mice.
127 The DTR line may need to be dropped for a 3-button mouse
196 a 3-butto
[all...]
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dadi,adv7511.txt2 ------------------------------------------------
11 - compatible: Should be one of:
18 - reg: I2C slave addresses
32 - adi,input-depth: Number of bits per color component at the input (8, 10 or
34 - adi,input-colorspace: The input color space, one of "rgb", "yuv422" or
36 - adi,input-clock: The input clock type, one of "1x" (one clock cycle per
43 - adi,input-style: The input components arrangement variant (1, 2 or 3), as
45 - adi,input-justification: The input bit justification ("left", "evenly",
48 - avdd-supply: A 1.8V supply that powers up the AVDD pin on the chip.
49 - dvdd-supply: A 1.8V supply that powers up the DVDD pin on the chip.
[all …]
H A Dadi,adv7511.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
21 - adi,adv7511
22 - adi,adv7511w
23 - adi,adv7513
37 reg-names:
40 needing a non-default address.
43 - const: main
[all …]
/freebsd/share/doc/smm/01.setup/
H A D4.t75 lfs log-based filesystem
77 nfs Sun-compatible network filesystem
80 fdesc access to per-process file descriptors
95 netiso ISO protocols (TP-4, CLNP, CLTP, etc)
103 hp300 HP 9000/300 series of Motorola 68000-based machines
104 hp code common to both HP 68k and (non-existent) PA-RISC ports
105 i386 Intel 386/486-based PC machines
106 luna68k Omron 68000-based workstations
107 news3400 Sony News MIPS-based workstations
108 pmax Digital 3100/5000 MIPS-based workstations
[all …]
/freebsd/tools/test/stress2/misc/
H A Dspin.sh29 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
39 timeout=1200
44 mycc -o spin -Wall -Wextra -O0 spin.c || exit 1
45 rm -f spin.c
48 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint
49 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart
51 mdconfig -a -t swap -s 1g -u $mdstart || exit 1
52 newfs $newfs_flags -n md$mdstart > /dev/null
59 while kill -0 $! 2>/dev/null; do
61 if [ $((n += 1)) -gt $timeout ]; then
[all …]
H A Dpause.sh37 mycc -o pause -Wall -Wextra -O0 -g pause.c || exit 1
38 rm -f pause.c
44 while pgrep -q pause; do
46 [ $((`date +%s` - $start)) -gt 1200 ] &&
47 { echo "Timed out"; pgrep pause | xargs ps -lp; exit 1; }
53 rm -rf $dir/pause
103 while (time(NULL) - start < 60) {
105 if (kill(pid, SIGHUP) == -1)
127 if (sigaction(SIGHUP, &sa, NULL) == -1)
133 MAP_ANON | MAP_SHARED, -1, 0)) == MAP_FAILED)
[all …]
/freebsd/sys/contrib/dev/athk/
H A Ddfs_pattern_detector.c25 * struct radar_types - contains array of patterns defined for one DFS domain
38 #define PPB_THRESH_RATE(PPB, RATE) ((PPB * RATE + 100 - RATE) / 100)
43 #define WIDTH_LOWER(X) ((X*(100-WIDTH_TOLERANCE)+50)/100)
49 (PRF2PRI(PMAX) - PRI_TOLERANCE), \
54 /* radar types as defined by ETSI EN-301-893 v1.5.1 */
62 ETSI_PATTERN(6, 0, 2, 400, 1200, 3, 15, false),
74 PMIN - PRI_TOLERANCE, \
106 PMIN - PRI_TOLERANCE, \
135 * get_dfs_domain_radar_types() - get radar types for a given DFS domain
145 if (dfs_domains[i]->region == region) in get_dfs_domain_radar_types()
[all …]
/freebsd/share/misc/
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2024-07-04 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- two tabs
38 5301 GW-US54ZGL 802.11bg
54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
62 0200 TP-Link
81 120e ASI120MC-S Planetary Camera
[all …]
H A Diso6392 # ISO 639-2 language codes
4 # From http://www.loc.gov/standards/iso639-2/ :
6 # The Library of Congress has been designated the ISO 639-2/RA for the
7 # purpose of processing requests for alpha-3 language codes comprising the
9 # languages -- Part 2: alpha-3 code. The ISO 639-2/RA receives and reviews
16 # This is the official site of the ISO 639-2 Registration Authority and thus
18 # 639-2 please contact us at:
22 # Washington, DC 20540-4402
23 # E-mail: iso639-2@loc.gov
30 # Download the file http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt
[all …]
H A Dpci_vendors5 # Date: 2024-09-20 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
41 7a09 PCI-to-PCI Bridge
49 7a19 PCI-to-PCI Bridge
53 7a29 PCI-to-PCI Bridge
[all …]
/freebsd/sys/dev/usb/
H A Dusbdevs3 /*-
4 * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
36 * USB.org publishes a VID list of USB-IF member companies at
89 vendor FUJITSUICL 0x0406 Fujitsu-ICL
165 vendor IODATA 0x04bb I-O Data
175 vendor LITEON 0x04ca Lite-On Technology
249 vendor ETEK 0x056c e-TEK Labs
255 vendor YEDATA 0x057b Y-E Data
270 vendor ATREND 0x059c A-Trend Technology
276 vendor CISCOLINKSYS3 0x05a6 Cisco-Linksys
[all …]
/freebsd/contrib/tcsh/
H A DPorted5 find it out-of-date, or you have additions or changes, please let me know.
14 LIBES : -ltermcap
25 LIBES : -lcurses -lsocket -lnsl
29 NOTES : The sunpro compiler cannot compile tcsh with -O, it crashes
30 : on some files. In any case do not use -O with any of the
41 LIBES : -lcurses -lsocket -lnsl
52 LIBES : -lcurses -lsocket -lnsl
62 CFLAGS : -D__STDC__=0
63 LIBES : -lcurses -lsocket -lnsl
74 LIBES : -ltermcap
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
26 #include "wmi-tlv.h"
27 #include "wmi-ops.h"
100 #define ath10k_a_rates_size (ARRAY_SIZE(ath10k_rates) - \
135 for (i = 0; i < sband->n_bitrates; i++) { in ath10k_mac_hw_rate_to_idx()
136 rate = &sband->bitrates[i]; in ath10k_mac_hw_rate_to_idx()
138 if (ath10k_mac_bitrate_is_cck(rate->bitrate) != cck) in ath10k_mac_hw_rate_to_idx()
[all …]
/freebsd/share/termcap/
H A Dtermcap38 # << EOH - after reordering, above header lines survive and this line dies >>
50 # Terminal names look like <manufacturer> <model> - <modes/options>
61 # w Wide - in 132 column mode.
63 # na No arrow keys - termcap ignores arrow keys which are
85 # Comments in this file begin with # - they cannot appear in the middle
93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap
102 # # --------------------------------
110 # It has been tried in a minimal way -- the Agile did not blow up!
113 # Ralph Keirstead (ralph@sri-unix);
122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src7 # bug-ncurses@gnu.org
19 # under the ncurses MIT-style license. That was the effect of the agreement
33 # some portions of the data are derivative work under a compatible MIT-style
36 #------------------------------------------------------------------------------
37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying
38 # https://invisible-island.net/personal/copyrights.html#removing_notes
39 #------------------------------------------------------------------------------
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
54 # This file describes the capabilities of various character-cell terminals,
55 # as needed by software such as screen-oriented editors.
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dfw.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
16 #include "ps.h"
71 val = rtw_read32_mask(rtwdev, reg->addr, reg->mask); in rtw_fw_ra_report_iter()
74 reg->des in rtw_fw_ra_report_iter()
[all...]
/freebsd/sys/net80211/
H A Dieee80211_ht.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
84 { 520, 578, 1080, 1200 }, /* MCS 31 */
132 static int ieee80211_ampdu_age = -1; /* threshold for ampdu reorder q (ms) */
142 static int ieee80211_addba_timeout = -1;/* timeout for ADDBA response */
147 static int ieee80211_addba_backoff = -1;/* backoff after max ADDBA requests */
156 static int ieee80211_bar_timeout = -1; /* timeout waiting for BAR response */
229 ic->ic_recv_action = ieee80211_recv_action; in ieee80211_ht_attach()
230 ic->ic_send_action = ieee80211_send_action; in ieee80211_ht_attach()
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A DUnicodeData.txt40 0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;;
41 0028;LEFT PARENTHESIS;Ps;0;ON;;;;;Y;OPENING PARENTHESIS;;;;
46 002D;HYPHEN-MINUS;Pd;0;ES;;;;;N;;;;;
61 003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;;
63 003E;GREATER-THAN SIGN;Sm;0;ON;;;;;Y;;;;;
92 005B;LEFT SQUARE BRACKET;Ps;0;ON;;;;;Y;OPENING SQUARE BRACKET;;;;
124 007B;LEFT CURLY BRACKET;Ps;0;ON;;;;;Y;OPENING CURLY BRACKET;;;;
161 00A0;NO-BREAK SPACE;Zs;0;CS;<noBreak> 0020;;;;N;NON-BREAKING SPACE;;;;
172 00AB;LEFT-POINTING DOUBLE ANGLE QUOTATION MARK;Pi;0;ON;;;;;Y;LEFT POINTING GUILLEMET;*;;;
178 00B1;PLUS-MINUS SIGN;Sm;0;ET;;;;;N;PLUS-OR-MINUS SIGN;;;;
[all …]

12