| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | snps,dwmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Torgue <alexandre.torgue@foss.st.com> 11 - Giuseppe Cavallaro <peppe.cavallaro@st.com> 12 - Jose Abreu <joabreu@synopsys.com> 23 - snps,dwmac 24 - snps,dwmac-3.40a 25 - snps,dwmac-3.50a 26 - snps,dwmac-3.610 [all …]
|
| H A D | intel,dwmac-plat.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/intel,dwmac-plat.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Vineetha G. Jaya Kumaran <vineetha.g.jaya.kumaran@intel.com> 17 - intel,keembay-dwmac 19 - compatible 22 - $ref: snps,dwmac.yaml# 27 - items: 28 - enum: [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sa8540p-ride.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 13 #include "sa8540p-pmics.dtsi" 17 compatible = "qcom,sa8540p-ride", "qcom,sa8540p"; 29 stdout-path = "serial0:115200n8"; 34 regulators-0 { 35 compatible = "qcom,pm8150-rpmh-regulators"; 36 qcom,pmic-id = "a"; [all …]
|
| H A D | sa8775p-ride.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 12 #include "sa8775p-pmics.dtsi" 28 stdout-path = "serial0:115200n8"; 33 regulators-0 { 34 compatible = "qcom,pmm8654au-rpmh-regulators"; 35 qcom,pmic-id = "a"; 38 regulator-name = "vreg_s4a"; [all …]
|
| H A D | sa8155p-adp.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 9 #include <dt-bindings/gpio/gpio.h> 16 compatible = "qcom,sa8155p-adp", "qcom,sa8155p"; 24 stdout-path = "serial0:115200n8"; 27 vreg_3p3: vreg-3p3-regulator { 28 compatible = "regulator-fixed"; 29 regulator-name = "vreg_3p3"; 30 regulator-min-microvolt = <3300000>; [all …]
|
| /freebsd/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.8 | 2 .\" SPDX-License-Identifier: BSD-3-Clause 42 .Bl -item -compact 52 .Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address 64 .Ar nexus Cm hashfilter Ar filter-specification 76 .Ar nexus Cm filter Ar idx Ar filter-specification 88 .Ar nexus Cm loadcfg Ar fw-config.txt 94 .Ar nexus Cm loadfw Ar fw-image.bin 109 .Ar nexus Cm regdump Op Ar register-block ... 112 .Ar nexus Cm sched-class Ar sub-command Op Ar param Ar value 115 .Ar nexus Cm sched-queue Ar port Ar queue Ar class [all …]
|
| H A D | cxgbetool.c | 1 /*- 88 unsigned char islog2; /* Field contains the base-2 log of the value */ 118 "\tloadboot-cfg <bc.bin> install boot config\n" in usage() 119 "\tloadboot-cfg clear remove boot config\n" in usage() 120 "\tloadcfg <fw-config.txt> install configuration file\n" in usage() 122 "\tloadfw <fw-image.bin> install firmware\n" in usage() 130 "\tsched-class params <param> <val> .. configure TX scheduler class\n" in usage() 131 "\tsched-queue <port> <queue> <class> bind NIC queues to TX Schedulin in usage() [all...] |
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_sysctl.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 116 slottime = ath_hal_getslottime(sc->sc_ah); in ath_sysctl_slottime() 120 if (error || !req->newptr) in ath_sysctl_slottime() 123 error = !ath_hal_setslottime(sc->sc_ah, slottime) ? EINVAL : 0; in ath_sysctl_slottime() 142 acktimeout = ath_hal_getacktimeout(sc->sc_ah); in ath_sysctl_acktimeout() 146 if (error || !req->newptr) in ath_sysctl_acktimeout() 149 error = !ath_hal_setacktimeout(sc->sc_ah, acktimeout) ? EINVAL : 0; in ath_sysctl_acktimeout() 168 ctstimeout = ath_hal_getctstimeout(sc->sc_ah); in ath_sysctl_ctstimeout() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt2712e.dtsi | 5 * SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/clock/mt2712-clk.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/memory/mt2712-larb-port.h> 12 #include <dt-bindings/phy/phy.h> 13 #include <dt-bindings/power/mt2712-power.h> 14 #include "mt2712-pinfunc.h" 18 interrupt-parent = <&sysirq>; 19 #address-cells = <2>; [all …]
|
| H A D | mt8195.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/clock/mt8195-clk.h> 9 #include <dt-bindings/gce/mt8195-gce.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/memory/mt8195-memory-port.h> 13 #include <dt-bindings/phy/phy.h> 14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 15 #include <dt-bindings/power/mt8195-power.h> [all …]
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 48 * t4_wait_op_done_val - wait until an operation is completed 51 * @mask: a single-bit field within @reg that indicates completion 60 * operation completes and -EAGAIN otherwise. 73 if (--attempts == 0) in t4_wait_op_done_val() 74 return -EAGAIN; in t4_wait_op_done_val() 88 * t7_wait_sram_done - wait until an operation is completed 99 * operation completes successfully and -EAGAIN if it times out. 114 if (--attempts == 0) in t7_wait_sram_done() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-evk.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 8 #include <dt-bindings/phy/phy-imx8-pcie.h> 13 compatible = "fsl,imx8mp-evk", "fsl,imx8mp"; 16 stdout-path = &uart2; 19 backlight_lvds: backlight-lvds { 20 compatible = "pwm-backlight"; 22 brightness-levels = <0 100>; 23 num-interpolated-steps = <100>; 24 default-brightness-level = <100>; [all …]
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.c | 1 // SPDX-License-Identifier: BSD-3-Clause-Clear 3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 215 ptr - begin, len, sizeof(*tlv)); in ath11k_wmi_tlv_iter() 216 return -EINVAL; in ath11k_wmi_tlv_iter() 224 tlv_tag = FIELD_GET(WMI_TLV_TAG, tlv->header); in ath11k_wmi_tlv_iter() 225 tlv_len = FIELD_GET(WMI_TLV_LEN, tlv->header); in ath11k_wmi_tlv_iter() 227 len -= sizeof(*tlv); in ath11k_wmi_tlv_iter() 231 tlv_tag, ptr - begin, len, tlv_len); in ath11k_wmi_tlv_iter() 232 return -EINVAL; in ath11k_wmi_tlv_iter() 239 tlv_tag, ptr - begin, tlv_len, in ath11k_wmi_tlv_iter() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | wmi.c | 1 // 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. 19 #include "wmi-tlv.h" 22 #include "wmi-ops.h" 1713 if (arg->passive) in ath10k_wmi_put_wmi_channel() 1715 if (arg->allow_ibss) in ath10k_wmi_put_wmi_channel() 1717 if (arg->allow_ht) in ath10k_wmi_put_wmi_channel() 1719 if (arg->allow_vht) in ath10k_wmi_put_wmi_channel() [all …]
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_main.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 308 * Each tunable is set to a default value here if it's known at compile-time. 309 * Otherwise it is set to -n as an indication to tweak_tunables() that it should 323 * Number of queues for tx and rx, NIC and offload. 326 int t4_ntxq = -NTXQ; 328 "Number of TX queues per port"); 332 int t4_nrxq = -NRXQ; 338 static int t4_ntxq_vi = -NTXQ_VI; 340 "Number of TX queues per VI"); [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | ctrl_iface.c | 3 * Copyright (c) 2004-2024, Jouni Malinen <j@w1.fi> 91 return -1; in set_bssid_filter() 96 return -1; in set_bssid_filter() 108 os_free(wpa_s->bssid_filter); in set_bssid_filter() 109 wpa_s->bssid_filter = filter; in set_bssid_filter() 110 wpa_s->bssid_filter_count = count; in set_bssid_filter() 143 return -1; in set_disallow_aps() 150 return -1; in set_disallow_aps() 171 return -1; in set_disallow_aps() 175 if ((end - pos) & 0x01 || in set_disallow_aps() [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 1 2001-08-01 Harlan Stenn <stenn@whimsy.udel.edu> 5 2001-07-27 Harlan Stenn <stenn@whimsy.udel.edu> 19 2001-07-10 Harlan Stenn <stenn@whimsy.udel.edu> 21 * configure.in: 4.0.99m-rc3 23 2001-07-06 Harlan Stenn <stenn@whimsy.udel.edu> 28 2001-07-04 Harlan Stenn <stenn@whimsy.udel.edu> 33 * configure.in (rt library check): Don't look for -lrt under 34 Linux. Under glibc-2.1.2 and -2.2.2 (at least), the POSIX- 35 compatibility real-time library does strange things with threads 39 2001-06-30 Harlan Stenn <stenn@whimsy.udel.edu> [all …]
|