Home
last modified time | relevance | path

Searched +full:avs +full:- +full:monitor (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/soc/bcm/
H A Dbrcm,bcm2711-avs-monitor.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2711-avs-monitor.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom AVS Monitor
10 - Stefan Wahren <wahrenst@gmx.net>
15 - const: brcm,bcm2711-avs-monitor
16 - const: syscon
17 - const: simple-mfd
23 $ref: /schemas/thermal/brcm,avs-ro-thermal.yaml
[all …]
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dbrcm,avs-ro-thermal.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/thermal/brcm,avs-ro-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom AVS ring oscillator thermal
10 - Stefan Wahren <wahrenst@gmx.net>
16 - compatible: Should be one of the following:
17 "brcm,bcm2711-avs-monitor", "syscon", "simple-mfd"
22 $ref: thermal-sensor.yaml#
26 const: brcm,bcm2711-thermal
[all …]
H A Dbrcm,avs-tmon.txt3 Thermal management core, provided by the AVS TMON hardware block.
6 - compatible: must be one of:
7 "brcm,avs-tmon-bcm7216"
8 "brcm,avs-tmon-bcm7445"
9 "brcm,avs-tmon"
10 - reg: address range for the AVS TMON registers
11 - interrupts: temperature monitor interrupt, for high/low threshold triggers,
12 required except for "brcm,avs-tmon-bcm7216"
13 - interrupt-names: should be "tmon"
18 compatible = "brcm,avs-tmon-bcm7445", "brcm,avs-tmon";
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer2 #------------------------------------------------------------------------------
10 # Microsoft Network Monitor 1.x capture files.
13 >5 byte x - version %d
23 # Microsoft Network Monitor 2.x capture files.
26 >5 byte x - version %d
33 >6 leshort 5 (IP-over-IEEE 1394)
47 >23 leshort x - version %d
70 >4 string >\0 - version %s
80 # https://www.tcpdump.org/manpages/pcap-savefile.5.html
85 0 name pcap-be
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2711.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/interrupt-controller/arm-gic.h>
5 #include <dt-bindings/soc/bcm2835-pm.h>
10 #address-cells = <2>;
11 #size-cells = <1>;
13 interrupt-parent = <&gicv2>;
16 compatible = "brcm,bcm2711-vc5";
20 clk_27MHz: clk-27M {
21 #clock-cells = <0>;
22 compatible = "fixed-clock";
[all …]
/freebsd/sys/net/
H A Ddlt.h1 /*-
39 * Link-layer header type codes.
42 * "tcpdump-workers@lists.tcpdump.org" for a value. Otherwise, you run
44 * purpose, and of having tools that read libpcap-format captures not
53 * for detailed descriptions of some of these link-layer header types.
67 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */
69 #define DLT_PPP 9 /* Point-to-point Protocol */
78 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
81 #define DLT_ATM_RFC1483 11 /* LLC-encapsulated ATM */
98 #define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */
[all …]
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h1 /*-
41 * Link-layer header type codes.
44 * "tcpdump-workers@lists.tcpdump.org" for a value. Otherwise, you run
46 * purpose, and of having tools that read libpcap-format captures not
55 * for detailed descriptions of some of these link-layer header types.
74 #define DLT_ARCNET 7 /* ARCNET, with BSD-style header */
76 #define DLT_PPP 9 /* Point-to-point Protocol */
88 * a free-for-all. Perhaps 11 is DLT_ATM_RFC1483 everywhere 11
104 * XXX - DLT_ATM_RFC1483 is 13 in BSD/OS, and DLT_RAW is 14 in BSD/OS,
109 #define DLT_ATM_RFC1483 11 /* LLC-encapsulated ATM */
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-common.c21 * pcap-common.c - common code for pcap and pcapng files
26 #include <pcap-types.h>
28 #include "pcap-int.h"
30 #include "pcap-common.h"
38 * libpcap for non-BSD OSes have added their own DLT_* codes for link
66 * "tcpdump-workers@lists.tcpdump.org". The tcpdump developers will
78 * are available; you might not have the most up-to-date version of this
80 * do *NOT* use any values below 100 - those might already have been
118 #define LINKTYPE_ARCNET_BSD DLT_ARCNET /* BSD-style headers */
127 * PPP in HDLC-like framing header (with 0xff 0x03 before the PPP protocol
[all …]
H A Dpcap.c39 #include <pcap-types.h>
67 #include "diag-control.h"
69 #include "thread-local.h"
72 #include "os-proto.h"
76 #include "pcap-dos.h"
79 #include "pcap-int.h"
84 #include "pcap-dag.h"
88 #include "pcap-septel.h"
92 #include "pcap-snf.h"
96 #include "pcap-tc.h"
[all …]
/freebsd/contrib/tcpdump/
H A DCHANGES5 BGP: Fix an undefined behavior when it tries to parse a too-short packet.
7 CDP: only hex-dump unknown TLVs in verbose mode.
9 DHCPv6: client-id/server-id DUID type 2 correction; parse the user class,
10 boot file URL, and SZTP redirect options; add DUID-UUID printing
12 DNS: Detect and correctly handle too-short URI RRs.
25 IPv6: Fix invalid 32-bit versus 64-bit printouts of fragment headers.
37 NFS: Avoid printing non-ASCII characters.
39 OSPF: Update LS-Ack printing not to run off the end of the packet.
44 Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397;
49 RPKI-Router: Refine length and bounds checks.
[all …]
/freebsd/sys/dev/usb/
H A Dusbdevs3 /*-
4 * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
36 * USB.org publishes a VID list of USB-IF member companies at
89 vendor FUJITSUICL 0x0406 Fujitsu-ICL
165 vendor IODATA 0x04bb I-O Data
175 vendor LITEON 0x04ca Lite-On Technology
249 vendor ETEK 0x056c e-TEK Labs
255 vendor YEDATA 0x057b Y-E Data
270 vendor ATREND 0x059c A-Trend Technology
276 vendor CISCOLINKSYS3 0x05a6 Cisco-Linksys
[all …]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2024-11-25 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
41 7a09 PCI-to-PCI Bridge
50 7a19 PCI-to-PCI Bridge
55 7a29 PCI-to-PCI Bridge
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Dreg_addr.h2 * Copyright (c) 2017-2018 Cavium, Inc.
78- For ending "endless completion". 0 - When receiving a completion timeout while receiving a compl…
79 … DataWidth:0x4 // 0 - TXCPL sync fifo pop underflow 1 - TXR sync fifo pop underflow 2 - TXW hea…
80 …s:R DataWidth:0x6 // 0 - RX target read and config sync fifo push overflow 1 - RX header syn…
81 …ataWidth:0x14 // 4:0 - TXCPL sync fifo pop status 9:5 - TXR sync fifo pop status 14:10 - TXW hea…
88 …ffff<<0) // Vendor ID. PCI-SIG assigned Manufacturer Identifier. Note: The access attributes of …
90 …ce Identifier. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E…
116 … (0x1<<9) // Fast back-to-back transaction ena…
128 … (0x1<<23) // Fast back-to-back capable. Not ap…
145 …l has_io_bar=0. Note: The access attributes of this field are as follows: - Dbi: if (DBI_RO_WR_E…
[all …]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h1 /*-
34 * Copyright(c) 2001-2024, Broadcom. All rights reserved. The
71 * * 0x0-0xFFF8 - The function ID
72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors
73 * * 0xFFFD - Reserved for user-space HWRM interface
74 * * 0xFFFF - HWRM
122 /* Engine CKV - The Alias key EC curve and ECC public key information. */
124 /* Engine CKV - Initialization vector. */
126 /* Engine CKV - Authentication tag. */
128 /* Engine CKV - The encrypted data. */
[all …]