/freebsd-src/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 - Jos [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-src/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-rid [all...] |
H A D | sa8775p-ride.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include "sa8775p-ride.dtsi" 12 compatible = "qcom,sa8775p-ride", "qcom,sa8775p"; 16 phy-mode = "sgmii"; 20 phy-mode = "sgmii"; 24 compatible = "snps,dwmac-mdi [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-pat [all...] |
/freebsd-src/usr.sbin/cxgbetool/ |
H A D | cxgbetool.8 | 40 .Bl -item -compact 47 .Nm Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address 55 .Nm Ar nexus Cm hashfilter Ar filter-specification 63 .Nm Ar nexus Cm filter Ar idx Ar filter-specification 71 .Nm Ar nexus Cm loadcfg Ar fw-config.txt 75 .Nm Ar nexus Cm loadfw Ar fw-image.bin 85 .Nm Ar nexus Cm regdump Op Ar register-block ... 87 .Nm Ar nexus Cm sched-clas [all...] |
H A D | cxgbetool.c | 1 /*- 87 unsigned char islog2; /* Field contains the base-2 log of the value */ 116 "\tloadboot-cfg <bc.bin> install boot config\n" in usage() 117 "\tloadboot-cfg clear remove boot config\n" in usage() 118 "\tloadcfg <fw-config.txt> install configuration file\n" in usage() 120 "\tloadfw <fw-image.bin> install firmware\n" in usage() 128 "\tsched-class params <param> <val> .. configure TX scheduler class\n" in usage() 129 "\tsched-queue <port> <queue> <class> bind NIC queues to TX Scheduling class\n" in usage() 132 "\ttracer <idx> tx<n>|rx<n>|lo<n> set and enable a tracer\n" in usage() 263 return (val >> shift) & ((1 << len) - 1); in xtract() [all …]
|
/freebsd-src/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-lvd [all...] |
H A D | imx8mp-verdin.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 #include <dt-bindings/phy/phy-imx8-pcie.h> 7 #include <dt-bindings/pwm/pwm.h> 12 stdout-pat [all...] |
/freebsd-src/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-src/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-gi [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-controlle [all...] |
/freebsd-src/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 49 * t4_wait_op_done_val - wait until an operation is completed 52 * @mask: a single-bit field within @reg that indicates completion 61 * operation completes and -EAGAIN otherwise. 74 if (--attempts == 0) in t4_wait_op_done_val() 75 return -EAGAIN; in t4_wait_op_done_val() 89 * t4_set_reg_field - set a register field to a value 108 * t4_read_indirect - read indirectly addressed registers 123 while (nregs--) { in t4_read_indirect() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 1 //===-- ARMBaseInstrInfo.cpp - ARM Instruction Information ------- [all...] |
/freebsd-src/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-src/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-src/sys/dev/cxgbe/ |
H A D | t4_main.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 272 * Each tunable is set to a default value here if it's known at compile-time. 273 * Otherwise it is set to -n as an indication to tweak_tunables() that it should 287 * Number of queues for tx and rx, NIC and offload. 290 int t4_ntxq = -NTXQ; 296 int t4_nrxq = -NRX [all...] |
/freebsd-src/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 - po in set_disallow_aps() [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 1 //===-- PPCISelLowering.cpp - PPC DAG Lowering Implementation ------- 7787 unsigned SP = isPPC64 ? PPC::X1 : PPC::R1; LowerSTACKRESTORE() local 12389 unsigned SP = (PVT == MVT::i64) ? PPC::X1 : PPC::R1; emitEHSjLjLongJmp() local [all...] |
/freebsd-src/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 …]
|