Home
last modified time | relevance | path

Searched +full:- +full:36000 (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/tools/test/stress2/tools/
H A Dmonitor.sh32 xterm -geo 164x21+1+1 -fn "$font" \
33 -T top \
34 -e "sh -c \"ssh -t crashbox 'top -s 1';sleep 36000\""&
35 xterm -geo 164x5+1+307 -fn "$font" \
36 -T leaks.sh \
37 -e "sh -c \"ssh -n crashbox '~pho/stress2/tools/leaks.sh';sleep 36000\""&
38 xterm -geo 164x14+1+405 -fn "$font" \
39 -T 'tail -F /var/log/messages' \
40 -e "sh -c \"ssh crashbox 'tail -F /var/log/messages';sleep 36000\""&
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd96801-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd96801-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
13 BD96801 and BD96805 are automotive grade, single-chip power management ICs.
15 over-/under voltage and over current detection and a watchdog.
20 - rohm,bd96801
21 - rohm,bd96805
38 interrupt-names:
[all …]
H A Das3711.txt4 standard regulator properties, they must belong to a sub-node, called
9 - compatible : must be "ams,as3711"
10 - reg : specifies the I2C address
14 - su1-dev : framebuffer phandle
15 - su1-max-uA : maximum current
19 - su2-dev : framebuffer phandle
20 - su1-max-uA : maximum current
24 - su2-feedback-voltage : voltage feedback is used
25 - su2-feedback-curr1 : CURR1 input used for current feedback
26 - su2-feedback-curr2 : CURR2 input used for current feedback
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
44 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
92 /* 18 Mb */ { AH_TRUE, TURBO, 36000, 0x0e, 0x00, 36, 1 },
109 /* 18 Mb */ { AH_TRUE, TURBO, 36000, 0x0e, 0x00, 36, 2 },
150 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8 },
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh1 # SPDX-License-Identifier: BSD-2-Clause
35 tail -r infile > outfile
36 tail -r < infile > outpipe
58 tail -r infile > outfile
59 tail -r < infile > outpipe
80 tail -rn2 infile > outfile
81 tail -rn2 < infile > outpipe
101 printf '\n1\n2\n3\n' | tail -r > outfile
102 printf '\n1\n2\n3\n' | tail -r > outpipe
123 tail -rc28 infile > outfile
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2004 Atheros Communications, Inc.
41 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
56 /* 18 Mb */ { AH_TRUE, TURBO, 36000, 0x0e, 0x00, 36, 2 },
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2006 Atheros Communications, Inc.
42 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
57 /* 18 Mb */ { AH_TRUE, TURBO, 36000, 0x0e, 0x00, 36, 2 },
/freebsd/sbin/dhclient/tests/
H A Dpcp.sh1 #!/usr/bin/env atf-sh
3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright 2022 John-Mark Gurney
32 # make WITH_TESTS=yes -j 4 all install && kyua test -k /usr/tests/Kyuafile sbin/dhclient/pcp
35 # kyua report --verbose -r $(ls -tr ~/.kyua/store/results.*.db | tail -n 1)
46 rm -f dhclient.dhcpd.conf lease.dhclient.test dhclient.test.pid
62 if ! [ -x "$dhcpd" ]; then
63 atf_skip "ISC dhcp server (isc-dhcp44-server) not installed"
77 default-lease-time 36000;
78 max-lease-time 86400;
[all …]
/freebsd/sys/net80211/
H A Dieee80211_phy.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
30 * IEEE 802.11 PHY-related support.
101 [9] = { .phy = OFDM, 36000, 0x00, 72, 8 },
117 [5] = { .phy = OFDM, 36000, 0x00, 72, 4 },
162 [2] = { .phy = TURBO, 36000, 0x00, 36, 1 },
178 [3] = { .phy = TURBO, 36000, 0x00, 36, 2 },
200 [9] = { .phy = OFDM, 36000, 0x00, 72, 8 },
244 [5] = { .phy = OFDM, 36000, 0x00, 72, 4 },
[all …]
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c1 /*-
2 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
28 * IEEE 802.11 PHY-related support.
72 exit(-1); \
84 exit(-1); in panic()
124 [9] = { .phy = OFDM, 36000, 0x00, 72, 8 },
140 [5] = { .phy = OFDM, 36000, 0x00, 72, 4 },
185 [2] = { .phy = TURBO, 36000, 0x00, 36, 1 },
201 [3] = { .phy = TURBO, 36000, 0x00, 36, 2 },
233 for (i = 0; i < nitems(rt->rateCodeToIndex); i++) in ieee80211_setup_ratetable()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
47 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8 },
80 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Damlogic,meson-g12a-usb2-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb2-phy.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Neil Armstrong <neil.armstrong@linaro.org>
16 - amlogic,meson-g12a-usb2-phy
17 - amlogic,meson-a1-usb2-phy
25 clock-names:
27 - const: xtal
32 reset-names:
[all …]
H A Damlogic,g12a-usb2-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/phy/amlogic,g12a-usb2-phy.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Neil Armstrong <neil.armstrong@linaro.org>
16 - amlogic,g12a-usb2-phy
17 - amlogic,a1-usb2-phy
25 clock-names:
27 - const: xtal
32 reset-names:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dgeneric-adc-thermal.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/thermal/generic-adc-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laxman Dewangan <ldewangan@nvidia.com>
16 temperature using voltage-temperature lookup table.
18 $ref: thermal-sensor.yaml#
22 const: generic-adc-thermal
24 '#thermal-sensor-cells':
27 io-channels:
[all …]
H A Dthermal-generic-adc.txt6 temperature using voltage-temperature lookup table.
10 - compatible: Must be "generic-adc-thermal".
11 - #thermal-sensor-cells: Should be 1. See Documentation/devicetree/bindings/thermal/thermal-sen…
15 - temperature-lookup-table: Two dimensional array of Integer; lookup table
29 #include <dt-bindings/thermal/thermal.h>
35 sampling-frequency = <3300>;
36 #io-channel-cells = <1>;
40 tboard_thermistor: thermal-sensor {
41 compatible = "generic-adc-thermal";
42 #thermal-sensor-cells = <0>;
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c41 /* MCS RATE CODES - first and last */
77 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 4 },
128 /* 36 Mb */ { AH_TRUE, TURBO, 36000, 0x0d, 0x00, 72, 4 },
163 /* Hardware workaround - remove rates 6, 9 from rate ctrl */
169 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8 },
192 /* 36 Mb */ {AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8, 44, 44 },
214 /* Hardware workaround - remove rates 6, 9 from rate ctrl */
220 /* 36 Mb */ { AH_TRUE, OFDM, 36000, 0x0d, 0x00, 72, 8 },
223 /*--- HT SS rates ---*/
232 /*--- HT DS rates ---*/
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dbrcm,b53.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Florian Fainelli <f.fainelli@gmail.com>
18 - const: brcm,bcm5325
19 - const: brcm,bcm53101
20 - const: brcm,bcm53115
21 - const: brcm,bcm53125
22 - const: brcm,bcm53128
23 - const: brcm,bcm53134
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/apple/
H A Dt7000.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/apple-aic.h>
13 #include <dt-bindings/interrupt-controller/irq.h>
14 #include <dt-bindings/pinctrl/apple.h>
17 interrupt-parent = <&aic>;
18 #address-cells = <2>;
19 #size-cells = <2>;
21 clkref: clock-ref {
22 compatible = "fixed-clock";
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/mmp/
H A Dpxa1908.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
2 /dts-v1/;
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/clock/marvell,pxa1908.h>
10 #address-cells = <2>;
11 #size-cells = <2>;
12 interrupt-parent = <&gic>;
15 #address-cells = <2>;
16 #size-cells = <0>;
20 compatible = "arm,cortex-a53";
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_edid_modes.h2 * Copyright (c) 2007-2008 Intel Corporation
19 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
59 { DRM_MODE("640x480", DRM_MODE_TYPE_DRIVER, 36000, 640, 696,
63 { DRM_MODE("800x600", DRM_MODE_TYPE_DRIVER, 36000, 800, 824,
364 { DRM_MODE("800x600", DRM_MODE_TYPE_DRIVER, 36000, 800, 824,
487 * Probably taken from CEA-861 spec.
491 /* 1 - 640x480@60Hz */
495 /* 2 - 720x480@60Hz */
499 /* 3 - 720x480@60Hz */
503 /* 4 - 1280x720@60Hz */
[all …]
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dintegratorap.dts1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
13 compatible = "arm,integrator-ap";
16 #address-cells = <1>;
17 #size-cells = <0>;
27 /* compatible = "arm,arm926ej-s"; */
30 * The documentation in ARM DUI 0138E page 3-12 states
32 * but painful trial-and-error has proved to me that it
[all …]
/freebsd/sys/dev/pwm/controller/allwinner/
H A Daw_pwm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
67 { "allwinner,sun5i-a13-pwm", 1 },
68 { "allwinner,sun8i-h3-pwm", 1 },
74 { -1, 0 }
101 36000,
109 #define AW_PWM_READ(sc, reg) bus_read_4((sc)->res, (reg))
110 #define AW_PWM_WRITE(sc, reg, val) bus_write_4((sc)->res, (reg), (val))
122 if (!ofw_bus_search_compatible(dev, compat_data)->ocd_data) in aw_pwm_probe()
139 sc->dev = dev; in aw_pwm_attach()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-ux500-samsung-golden.dts1 // SPDX-License-Identifier: GPL-2.0-only
2 /dts-v1/;
4 #include "ste-db8500.dtsi"
5 #include "ste-ab8505.dtsi"
6 #include "ste-dbx5x0-pinctrl.dtsi"
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/leds/common.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
14 * You need an intermediate, device-tree compatible bootloader
[all …]
H A Dste-ux500-samsung-kyle.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Devicetree for the Samsung Galaxy Amp SGH-I407 also known as Kyle.
10 /dts-v1/;
11 #include "ste-db8500.dtsi"
12 #include "ste-ab8505.dtsi"
13 #include "ste-dbx5x0-pinctr
[all...]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm-nsp.dtsi33 #include <dt-bindings/interrupt-controller/arm-gic.h>
34 #include <dt-bindings/interrupt-controller/irq.h>
35 #include <dt-bindings/clock/bcm-nsp.h>
38 #address-cells = <1>;
39 #size-cells = <1>;
42 interrupt-paren
[all...]

12