Home
last modified time | relevance | path

Searched +full:trig +full:- +full:in +full:- +full:types (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 to one or more CoreSight components and/or a CPU, with CTIs interconnected in
15 not part of the CoreSight graph described in the general CoreSight bindings
22 number is defined at design time, the maximum of each defined in the DEVID
25 CTIs are interconnected in a star topology via the CTM, using a number of
27 described in the DEVID register. The star topology is not required to be
28 described in the bindings as the actual connections are software
[all …]
H A Darm,coresight-cti.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/arm,coresight-cti.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 to one or more CoreSight components and/or a CPU, with CTIs interconnected in
21 number is defined at design time, the maximum of each defined in the DEVID
24 CTIs are interconnected in a star topology via the CTM, using a number of
26 described in the DEVID register. The star topology is not required to be
27 described in the bindings as the actual connections are software
30 In general the connections between CTI and components via the trigger signals
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-cs-r1r2.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
8 clock-names = "apb_pclk";
9 power-domains = <&scpi_devpd 0>;
10 out-ports {
13 remote-endpoint = <&etf1_in_port>;
17 in-ports {
27 compatible = "arm,coresight-tmc", "arm,primecell";
31 clock-names = "apb_pclk";
32 power-domains = <&scpi_devpd 0>;
[all …]
H A Djuno-base.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include "juno-clocks.dtsi"
3 #include "juno-motherboard.dtsi"
11 compatible = "arm,armv7-timer-mem";
13 clock-frequency = <50000000>;
14 #address-cells = <1>;
15 #size-cell
[all...]
/freebsd-src/sys/dev/acpica/
H A Dacpi_bus_if.m1 #-
7 # Redistribution and use in source and binary forms, with or without
12 # 2. Redistributions in binary form must reproduce the above copyright
13 # notice, this list of conditions and the following disclaimer in the
19 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 #include <sys/types.h>
40 int trig, int pol)
47 return (ACPI_BUS_MAP_INTR(parent, dev, irq, trig, pol));
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/spi/
H A Dspi-pl022.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-pl022.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
13 - $ref: spi-controller.yaml#
14 - $ref: /schemas/arm/primecell.yaml#
23 - compatible
28 - const: arm,pl022
29 - const: arm,primecell
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2018-2024 Intel Corporation
6 #include "iwl-drv.h"
7 #include "iwl-trans.h"
8 #include "iwl-dbg-tl
248 const struct iwl_fw_ini_trigger_tlv *trig = (const void *)tlv->data; iwl_dbg_tlv_alloc_trigger() local
972 struct iwl_fw_ini_trigger_tlv *trig = (void *)node->tlv.data; iwl_dbg_tlv_set_periodic_trigs() local
1053 struct iwl_fw_ini_trigger_tlv *trig = (void *)trig_tlv->data; iwl_dbg_tlv_override_trig_node() local
1131 struct iwl_fw_ini_trigger_tlv *trig = (void *)trig_tlv->data; iwl_dbg_tlv_add_active_trigger() local
[all...]
/freebsd-src/sys/x86/xen/
H A Dxen_arch_intr.c1 /*-
2 * SPDX-License-Identifier: MIT OR GPL-2.0-only
14 * of this source file (the "Software"), to deal in the Software without
20 * The above copyright notice and this permission notice shall be included in
25 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
29 * IN THE SOFTWARE.
46 #include <xen/xen-os.h>
48 #include <machine/xen/arch-intr.h>
[all …]
/freebsd-src/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_types_stm.h9 * Redistribution and use in source and binary forms, with or without modification,
15 * 2. Redistributions in binary form must reproduce the above copyright notice,
16 * this list of conditions and the following disclaimer in the documentation
26 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
30 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
42 /** @name STM Packet Types
45 /** STM protocol packet types.
46 Contains both protocol packet types and markers for unsynced processor
54 STM_PKT_NO_ERR_TYPE, /**< No error in error packet marker. */
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
25 #include "iwl-dr
905 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_ampdu_check_trigger() local
3390 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_tdls_check_trigger() local
5970 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_event_mlme_callback() local
6015 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_event_bar_rx_callback() local
[all...]
H A Dtx.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
14 #include "iwl-tran
24 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_bar_check_trigger() local
1522 struct iwl_fw_dbg_trigger_tlv *trig; iwl_mvm_tx_status_check_trigger() local
[all...]
/freebsd-src/sys/x86/include/
H A Dintr_machdep.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRAC
[all...]
/freebsd-src/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2005-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2015-2017 Intel Deutschland GmbH
11 #include "iwl-dr
2557 iwl_fw_ini_trigger_on(struct iwl_fw_runtime * fwrt,struct iwl_fw_ini_trigger_tlv * trig) global() argument
2805 iwl_fw_dbg_collect(struct iwl_fw_runtime * fwrt,enum iwl_fw_dbg_trigger trig,const char * str,size_t len,struct iwl_fw_dbg_trigger_tlv * trigger) global() argument
3016 struct iwl_fw_ini_trigger_tlv *trig = dump_data->trig; global() local
[all...]
/freebsd-src/contrib/unbound/contrib/
H A Dfastrpz.patch3 ---
4 diff --git a/Makefile.in b/Makefile.in
6 --- a/Makefile.in
7 +++ b/Makefile.in
8 @@ -23,6 +23,8 @@ CHECKLOCK_SRC=testcode/checklocks.c
17 @@ -134,7 +136,7 @@ validator/val_sigcrypt.c validator/val_utils.c dns64/dns64.c \
18 edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \
19 edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c \
21 -$(DNSTAP_SRC) $(DNSCRYPT_SRC) $(IPSECMOD_SRC) $(IPSET_SRC)
26 @@ -147,7 +149,7 @@ autotrust.lo val_anchor.lo rpz.lo \
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2022, 2024 Intel Corporation
11 * AUX indices follows - 1 for non-CDB, 2 for CDB.
31 * enum iwl_mac_protection_flags - MA
[all...]
H A Dmac-cfg.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2019, 2021-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-201
[all...]
/freebsd-src/sys/x86/x86/
H A Dnexus.c1 /*-
7 * permission notice appear in all copies, that both the above
8 * copyright notice and this permission notice appear in all
10 * in advertising or publicity pertaining to distribution of the
19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT
24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
35 * resources which are common to all of them. In particular,
190 * - IRQ resource creation should be moved to the PIC/APIC driver. in nexus_init_resources()
191 * - DR in nexus_init_resources()
528 nexus_config_intr(device_t dev,int irq,enum intr_trigger trig,enum intr_polarity pol) nexus_config_intr() argument
[all...]
/freebsd-src/tools/tools/ath/athalq/
H A Dar9300_ds.c6 * copyright notice and this permission notice appear in all copies.
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25 #include <sys/types.h>
46 memcpy(&p, &a->payload, sizeof(p)); in ath_alq_print_edma_tx_fifo_push()
48 (unsigned int) be32toh(a->hdr.tstamp_sec), in ath_alq_print_edma_tx_fifo_push()
49 (unsigned int) be32toh(a->hdr.tstamp_usec), in ath_alq_print_edma_tx_fifo_push()
50 (unsigned long long) be64toh(a->hdr.threadid), in ath_alq_print_edma_tx_fifo_push()
63 memcpy(&txs, &a->payload, sizeof(struct ar9300_txs)); in ar9300_decode_txstatus()
[all …]
/freebsd-src/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c2 * dotest.c - actually generate mathlib test cases
4 * Copyright (c) 1999-2024, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
97 * mpfr_t/mpc_t types. in set_mpfr_f()
103 int64_t mantissa = hl & (((uint64_t)1 << 52) - 1); in set_mpfr_f()
104 int sign = (hl >> 63) ? -1 : +1; in set_mpfr_f()
118 mpfr_set_sj_2exp(x, mantissa * sign, (int)exp - in set_mpc_d()
381 is_shard(in) global() argument
385 is_dhard(in) global() argument
392 is_dinteger(uint32 * in) is_dinteger() argument
400 is_sinteger(uint32 * in) is_sinteger() argument
412 is_dsnan(const uint32 * in) is_dsnan() argument
422 is_ssnan(const uint32 * in) is_ssnan() argument
432 is_snan(const uint32 * in,int size) is_snan() argument
[all...]
/freebsd-src/sys/contrib/dev/athk/ath12k/
H A Dwmi.h1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
32 * linux/types.h.
181 * @WMI_HOST_HW_MODE_DBS: Both PHYs are active in different bands,
182 * one in 2G and another in 5G.
183 * @WMI_HOST_HW_MODE_SBS_PASSIVE: Both PHYs are in passive mode (only rx) in
185 * @WMI_HOST_HW_MODE_SBS: Both PHYs are active in the same band.
187 * for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES),
188 * but could be extended to other bands in the future.
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td1 //===-- R600Instructions.td - R600 Instruction defs -------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
38 // Operands for non-registers
46 def SEL : OperandWithDefaultOps <i32, (ops (i32 -1))>;
62 // XXX: The r600g finalizer in Mesa expects last to be one in most cases.
63 // Once we start using the packetizer in this backend we should have this
87 usesCustomInserter = 1, Namespace = "R600" in {
93 let mayLoad = 0, mayStore = 0, hasSideEffects = 0 in {
[all …]
H A DR600ISelLowering.cpp1 //===-- R600ISelLowering.cpp - R600 DAG Lowering Implementation -------
1474 const ISD::InputArg &In = Ins[i]; LowerFormalArguments() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1 //===-- TargetLibraryInfo.cpp - Runtime library information -------
[all...]
/freebsd-src/sys/contrib/dev/athk/ath11k/
H A Dwmi.h1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
80 * @WMI_HOST_HW_MODE_DBS: Both PHYs are active in different bands,
81 * one in 2G and another in 5G.
82 * @WMI_HOST_HW_MODE_SBS_PASSIVE: Both PHYs are in passive mode (only rx) in
84 * @WMI_HOST_HW_MODE_SBS: Both PHYs are active in the same band.
86 * for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES),
87 * but could be extended to other bands in the future.
91 * as in WMI_HW_MODE_SBS, and 3rd on the other band
2192 /* enum wmi_nss_ratio - NSS ratio received from FW during service ready ext
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---
2205 Type *Types[] = {Base->getType(), Expo->getType()}; createPowWithIntegerExponent() local
[all...]

12