Home
last modified time | relevance | path

Searched +full:100 +full:ps (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dnxp,sja1105.yaml39 # (one for the internal 100base-T1 PHYs and the other for the single
40 # 100base-TX PHY). The "reg" property does not have physical significance.
41 # The PHY addresses to port correspondence is as follows: for 100base-T1,
42 # port 5 has PHY 1, port 6 has PHY 2 etc, while for 100base-TX, port 1 has
93 rx-internal-delay-ps:
94 $ref: "#/$defs/internal-delay-ps"
95 tx-internal-delay-ps:
96 $ref: "#/$defs/internal-delay-ps"
103 internal-delay-ps:
105 Disable tunable delay lines using 0 ps, o
[all...]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,dp83869.yaml18 with integrated PMD sublayers that supports 10BASE-Te, 100BASE-TX and
20 100BASE-FX Fiber protocols.
23 the DP83869HM can run 1000BASE-X-to-1000BASE-T and 100BASE-FX-to-100BASE-TX
67 rx-internal-delay-ps:
73 tx-internal-delay-ps:
97 rx-internal-delay-ps = <2000>;
98 tx-internal-delay-ps = <2000>;
H A Dmicrel-ksz90x1.txt15 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
29 0 -840ps 0000
30 200 -720ps 0001
31 400 -600ps 0010
32 600 -480ps 0011
33 800 -360ps 0100
34 1000 -240ps 0101
35 1200 -120ps 0110
36 1400 0ps 0111
[all …]
H A Dallwinner,sun8i-a83t-emac.yaml79 allwinner,tx-delay-ps:
83 multipleOf: 100
85 External RGMII PHY TX clock delay chain value in ps.
87 allwinner,rx-delay-ps:
91 multipleOf: 100
93 External RGMII PHY TX clock delay chain value in ps.
104 allwinner,rx-delay-ps:
108 multipleOf: 100
110 External RGMII PHY TX clock delay chain value in ps.
H A Dmotorcomm,yt8xxx.yaml21 rx-internal-delay-ps:
30 tx-internal-delay-ps:
101 motorcomm,tx-clk-100-inverted:
104 Transmit PHY Clock delay train configuration when speed is 100Mbps.
128 rx-internal-delay-ps = <2100>;
129 tx-internal-delay-ps = <150>;
H A Dti,dp83822.yaml14 The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It
49 100base-fx (full and half duplex) modes.
51 rx-internal-delay-ps:
58 tx-internal-delay-ps:
111 rx-internal-delay-ps = <1>;
112 tx-internal-delay-ps = <1>;
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6q-mba6.dtsi16 rxdv-skew-ps = <180>;
17 txen-skew-ps = <120>;
18 rxd3-skew-ps = <180>;
19 rxd2-skew-ps = <180>;
20 rxd1-skew-ps = <180>;
21 rxd0-skew-ps = <180>;
22 txd3-skew-ps = <120>;
23 txd2-skew-ps = <0>;
24 txd1-skew-ps = <180>;
25 txd0-skew-ps = <360>;
[all …]
H A Dimx6qdl-icore-rqs.dtsi174 rxc-skew-ps = <1140>;
175 txc-skew-ps = <1140>;
176 txen-skew-ps = <600>;
177 rxdv-skew-ps = <240>;
178 rxd0-skew-ps = <420>;
179 rxd1-skew-ps = <600>;
180 rxd2-skew-ps = <420>;
181 rxd3-skew-ps = <240>;
182 txd0-skew-ps = <60>;
183 txd1-skew-ps = <60>;
[all …]
/freebsd/share/man/man4/
H A Dpsm.432 .Nd PS/2 mouse style pointing device driver
47 driver provides support for the PS/2 mouse style pointing device.
51 As the PS/2 mouse port is located
60 Basic PS/2 style pointing device has two or three buttons.
63 The PS/2 style pointing device usually has several grades of resolution,
65 They are typically 25, 50, 100 and 200
84 The PS/2 style pointing device typically supports 10, 20, 40, 60, 80, 100
86 60 or 100 appears to be the default value for many devices.
115 Modern PS/2 type pointing devices often use proprietary data format.
125 A data packet from the PS/2 mouse style pointing device
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-dhcom-pdk2.dts7 * DHCOM PCB number: 660-100 or newer
174 max-speed = <100>;
179 rxc-skew-ps = <3000>;
180 rxd0-skew-ps = <0>;
181 rxd1-skew-ps = <0>;
182 rxd2-skew-ps = <0>;
183 rxd3-skew-ps = <0>;
184 rxdv-skew-ps = <0>;
185 txc-skew-ps = <3000>;
186 txd0-skew-ps = <0>;
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/starfive/
H A Djh7110-pine64-star64.dts47 rx-internal-delay-ps = <1500>;
52 motorcomm,tx-clk-100-inverted;
57 rx-internal-delay-ps = <0>;
58 tx-internal-delay-ps = <300>;
63 motorcomm,tx-clk-100-inverted;
H A Djh7110-milkv-mars.dts31 motorcomm,tx-clk-100-inverted;
35 rx-internal-delay-ps = <1500>;
36 tx-internal-delay-ps = <1500>;
/freebsd/libexec/tftpd/
H A Dtftp-utils.c182 static char failed[100]; in packettype()
226 char *ps = s; in debug_finds() local
229 ps = strchr(s, ' '); in debug_finds()
230 if (ps != NULL) in debug_finds()
231 *ps = '\0'; in debug_finds()
233 if (ps != NULL) in debug_finds()
234 *ps = ' '; in debug_finds()
235 s = ps; in debug_finds()
243 static char s[100]; in debug_show()
277 static char s[100]; in rp_strerror()
/freebsd/sys/contrib/dev/athk/
H A Ddfs_pattern_detector.c38 #define PPB_THRESH_RATE(PPB, RATE) ((PPB * RATE + 100 - RATE) / 100)
43 #define WIDTH_LOWER(X) ((X*(100-WIDTH_TOLERANCE)+50)/100)
44 #define WIDTH_UPPER(X) ((X*(100+WIDTH_TOLERANCE)+50)/100)
93 FCC_PATTERN(5, 50, 100, 1000, 2000, 1, 1, true),
118 JP_PATTERN(7, 50, 100, 1000, 2000, 1, 3, 50, true),
298 struct pri_sequence *ps = pd->add_pulse(pd, event); in dpd_add_pulse() local
299 if (ps != NULL) { in dpd_add_pulse()
306 ps->pri, ps->count, ps->count_falses); in dpd_add_pulse()
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_arria10_socdk.dtsi74 * These skews assume the user's FPGA design is adding 600ps of delay
81 txd0-skew-ps = <0>; /* -420ps */
82 txd1-skew-ps = <0>; /* -420ps */
83 txd2-skew-ps = <0>; /* -420ps */
84 txd3-skew-ps = <0>; /* -420ps */
85 rxd0-skew-ps = <420>; /* 0ps */
86 rxd1-skew-ps = <420>; /* 0ps */
87 rxd2-skew-ps = <420>; /* 0ps */
88 rxd3-skew-ps = <420>; /* 0ps */
89 txen-skew-ps = <0>; /* -420ps */
[all …]
H A Dsocfpga_arria5_socdk.dts65 rxd0-skew-ps = <0>;
66 rxd1-skew-ps = <0>;
67 rxd2-skew-ps = <0>;
68 rxd3-skew-ps = <0>;
69 txen-skew-ps = <0>;
70 txc-skew-ps = <2600>;
71 rxdv-skew-ps = <0>;
72 rxc-skew-ps = <2000>;
93 * because the LCD module does not work at the standard 100Khz
H A Dsocfpga_cyclone5_socdk.dts69 rxd0-skew-ps = <0>;
70 rxd1-skew-ps = <0>;
71 rxd2-skew-ps = <0>;
72 rxd3-skew-ps = <0>;
73 txen-skew-ps = <0>;
74 txc-skew-ps = <2600>;
75 rxdv-skew-ps = <0>;
76 rxc-skew-ps = <2000>;
97 * because the LCD module does not work at the standard 100Khz
/freebsd/tools/test/stress2/misc/
H A Dumount2.sh29 # # ps -l
65 export ftsLOAD=100
66 export lockfLOAD=100
67 export openatLOAD=100
68 export symlinkLOAD=100
80 kill -0 $! 2>/dev/null && { ps -lp$! | grep mntref && exit 1; }
H A Dmlockall6.sh55 daemon sh -c "(cd $odir/../testcases/swap; ./swap -t 20m -i 20 -l 100)" \
99 static int ps;
107 for (i = 0; i < (int)sizeof(c); i += ps)
119 len = ps;
131 if (arc4random() % 100 < 50)
180 ps = getpagesize();
181 len = ps;
H A Dkillpg4.sh55 if (arc4random() % 100 < 20)
88 for i in `jot 200 100`; do
99 pgid=`pgrep "$sl" | xargs ps -jp | sed 1d | \
101 [ -z "$pgid" ] && { echo "Zero pgid:$pgid"; ps aj | \
109 while [ `ps -U$testuser | wc -l` -gt 1 ] ; do sleep 2; done
H A Dbio.sh44 ps=`sysctl -n hw.pagesize`
45 sed "1,/^EOF/d;s/\$ps/$ps/" < $odir/$0 > $dir/bio.c
59 (cd ../testcases/swap; ./swap -t 5m -i 20 -k -l 100 -h) &
96 #define PS $ps /* From hw.pagesize */
101 #define PAGES (512 * 1024 * 1024 / PS) /* 512MB file size */
106 char buf[PS];
119 slen = PS;
133 len = PS * PAGES * sizeof(u_int);
142 for (i = 0; i < (size_t)(PAGES * PS); i += PS) {
150 share[INDX] += PS;
[all …]
/freebsd/contrib/wpa/src/tls/
H A Dpkcs1.c28 * EB = 00 || BT || PS || 00 || D in pkcs1_generate_encryption_block()
30 * PS = k-3-||D||; at least eight octets in pkcs1_generate_encryption_block()
31 * (BT=0: PS=0x00, BT=1: PS=0xff, BT=2: PS=pseudorandom non-zero) in pkcs1_generate_encryption_block()
60 "random data for PS", __func__); in pkcs1_generate_encryption_block()
111 /* Skip PS (pseudorandom non-zero octets) */ in pkcs1_v15_private_key_decrypt()
119 /* PKCS #1 v1.5, 8.1: At least eight octets long PS */ in pkcs1_v15_private_key_decrypt()
148 * EB = 00 || BT || PS || 00 || D in pkcs1_decrypt_public_key()
150 * PS = k-3-||D|| times (00 if BT=00) or (FF if BT=01) in pkcs1_decrypt_public_key()
168 "PS (BT=01)"); in pkcs1_decrypt_public_key()
176 /* PKCS #1 v1.5, 8.1: At least eight octets long PS */ in pkcs1_decrypt_public_key()
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dps.c8 #include "ps.h"
95 100, 15000, true, rtwdev, in rtw_power_mode_change()
127 * PS bit could be sent due to incorrect REG_TCR setting. in __rtw_fw_leave_lps_check_reg()
129 * In our test, 100ms should be enough for firmware to finish in __rtw_fw_leave_lps_check_reg()
130 * the flow. If REG_TCR Register is still incorrect after 100ms, in __rtw_fw_leave_lps_check_reg()
219 "Should enter LPS before entering deep PS\n"); in __rtw_enter_lps_deep()
265 "Should leave deep PS before leaving LPS\n"); in __rtw_leave_lps()
337 if (data.count == 1 && data.found_vif->cfg.ps) { in rtw_recalc_lps()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp15xx-dhcor-testbench.dtsi59 adc2: adc@100 {
96 rxc-skew-ps = <1500>;
97 rxdv-skew-ps = <540>;
98 rxd0-skew-ps = <420>;
99 rxd1-skew-ps = <420>;
100 rxd2-skew-ps = <420>;
101 rxd3-skew-ps = <420>;
103 txc-skew-ps = <1440>;
104 txen-skew-ps = <540>;
105 txd0-skew-ps
[all...]
/freebsd/share/examples/printing/
H A Dmake-ps-header3 # make-ps-header - make a PostScript header page on stdout
4 # Installed in /usr/local/libexec/make-ps-header
35 %!PS
48 currentscreen 3 -1 roll pop 100 3 1 roll setscreen

12345678910>>...14