| /freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | amlogic-a4.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include "amlogic-a4-common.dtsi" 7 #include "amlogic-a4-reset.h" 8 #include <dt-bindings/power/amlogic,a4-pwrc.h> 9 #include <dt-bindings/pinctrl/amlogic,pinctrl.h> 12 #address-cells = <2>; 13 #size-cells = <0>; 17 compatible = "arm,cortex-a53"; 19 enable-method = "psci"; 24 compatible = "arm,cortex-a53"; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | amlogic,pinctrl-a4.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/amlogic,pinctrl-a4.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Xianwei Zhao <xianwei.zhao@amlogic.com> 13 - $ref: pinctrl.yaml# 18 - enum: 19 - amlogic,pinctrl-a4 20 - amlogic,pinctrl-s6 21 - amlogic,pinctrl-s7 [all …]
|
| /freebsd/sys/dev/sound/pci/ |
| H A D | csamidi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2015-2018 Tai-hwa Liang <avatar@FreeBSD.org> 86 return bus_space_read_4(rman_get_bustag(scp->io), rman_get_bushandle(scp->io), offset) & 0xffffffff; in csamidi_readio() 95 bus_space_write_4(rman_get_bustag(scp->i in csamidi_writeio() 136 csamidi_mwrite(struct mpu401 * arg __unused,void * cookie,int reg,unsigned char b) csamidi_mwrite() argument 186 struct sndcard_func *func; midicsa_probe() local [all...] |
| /freebsd/sys/dev/puc/ |
| H A D | pucdata.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 79 "HP Diva Serial [GSP] Multiport UART - Tosca Console", 81 PUC_PORT_3S, 0x10, 0, -1, 86 "HP Diva Serial [GSP] Multiport UART - Tosca Secondary", 88 PUC_PORT_2S, 0x10, 0, -1, 93 "HP Diva Serial [GSP] Multiport UART - Maestro SP2", 95 PUC_PORT_4S, 0x10, 0, -1, 100 "HP Diva Serial [GSP] Multiport UART - Superdome Console", 102 PUC_PORT_3S, 0x10, 0, -1, [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
| H A D | hi3670-hikey970.dts | 1 // SPDX-License-Identifier: GPL-2.0 10 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 14 #include "hikey970-pinctrl.dtsi" 15 #include "hikey970-pmic.dtsi" 19 compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670"; 30 serial6 = &uart6; /* console UART */ 34 stdout-path = "serial6:115200n8"; 43 wlan_en: wlan-en-1-8v { 44 compatible = "regulator-fixed"; [all …]
|
| H A D | hi6220-hikey.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 11 #include "hikey-pinctrl.dtsi" 12 #include <dt-bindings/gpio/gpio.h> 16 compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220"; 20 serial1 = &uart1; /* BT UART */ 26 stdout-path = "serial3:115200n8"; 32 * 0x05e0,0000 - 0x05ef,ffff: MCU firmware runtime using 33 * 0x05f0,1000 - 0x05f0,1fff: Reboot reason 34 * 0x06df,f000 - 0x06df,ffff: Mailbox message data [all …]
|
| H A D | hi3660-hikey960.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 12 #include "hikey960-pinctrl.dtsi" 13 #include <dt-bindings/gpio/gpio.h> 14 #include <dt-bindings/input/input.h> 15 #include <dt-bindings/interrupt-controller/irq.h> 16 #include <dt-bindings/usb/pd.h> 20 compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660"; 35 stdout-path = "serial6:115200n8"; 44 reserved-memory { [all …]
|
| /freebsd/usr.sbin/dumpcis/ |
| H A D | printcis.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 31 * Code cleanup, bug-fix and extension 67 int func = 0; in dumpcis() local 69 for (tl = tlist; tl; tl = tl->next) in dumpcis() 70 for (tp = tl->tuples; tp; tp = tp->next) { in dumpcis() 72 ++count, tp->code, tuple_name(tp->code), tp->length); in dumpcis() 73 p = tp->data; in dumpcis() 74 sz = tp->length; in dumpcis() 81 sz -= 16; in dumpcis() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6qdl-var-som.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Support for Variscite VAR-SOM-MX6 Module 7 * Copyright (C) 2014-2016 Variscite, Ltd. 12 /dts-v1/; 15 #include <dt-bindings/clock/imx6qdl-clock.h> 16 #include <dt-bindings/gpio/gpio.h> 17 #include <dt-bindings/sound/fsl-imx-audmux.h> 20 model = "Variscite VAR-SOM-MX6 module"; 21 compatible = "variscite,var-som-imx6q", "fsl,imx6q"; 24 stdout-path = &uart1; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-tx8p-ml81-moduline-display-106.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 * Copyright 2025 GOcontroll B.V. 7 /dts-v1/; 9 #include "imx8mp-tx8p-ml81.dtsi" 12 compatible = "gocontroll,moduline-display", "fsl,imx8mp"; 13 chassis-type = "embedded"; 31 stdout-path = "serial0:115200n8"; 34 external-sensor-supply { 35 compatible = "regulator-output"; 36 vout-supply = <®_5v0_sensor>; [all …]
|
| /freebsd/sys/dev/pci/ |
| H A D | pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 88 (((cfg)->hdrtype == PCIM_HDRTYPE_NORMAL && reg == PCIR_BIOS) || \ 89 ((cfg)->hdrtype == PCIM_HDRTYPE_BRIDGE && reg == PCIR_BIOS_1)) 121 static void pci_hdrtypedata(device_t pcib, int b, int s, int f, 138 int b, int s, int f, uint16_t vid, uint16_t did); 237 #define PCI_QUIRK_DISABLE_MSI 2 /* Neither MSI nor MSI-X work */ 240 #define PCI_QUIRK_DISABLE_MSIX 5 /* MSI-X doesn't work */ 243 #define PCI_QUIRK_DISABLE_FLR 8 /* Function-Level Reset (FLR) not working. */ 256 * MSI doesn't work with the ServerWorks CNB20-HE Host Bridge [all …]
|
| /freebsd/share/misc/ |
| H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2025-09-15 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 45 181b Venom Arcade Joystick 53 0105 Trust International B.V. 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] [all …]
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | core.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. 21 #include <linux/nvmem-consumer.h> 33 #include "wmi-ops.h" 63 MODULE_PARM_DESC(uart_print, "Uart target debugging"); 65 MODULE_PARM_DESC(cryptmode, "Crypto mode: 0-hardware, 1-software"); 473 * or 2x2 160Mhz, long-guard-interval. 523 * 1x1 160Mhz, long-guard-interval. [all …]
|
| /freebsd/sys/dev/mrsas/ |
| H A D | mrsas.h | 119 #define MRSAS_VERSION "07.709.04.00-fbsd" 133 #define STREAM_MASK ((1 << BITS_PER_INDEX_STREAM) - 1) 156 if (sc->mrsas_debug & level) \ 157 device_printf(sc->mrsas_dev, msg, ##args); \ 706 #define mrsas_atomic_read(v) atomic_load_acq_int(&(v)->val) 707 #define mrsas_atomic_set(v,i) atomic_store_rel_int(&(v)->val, i) 708 #define mrsas_atomic_dec(v) atomic_subtract_int(&(v)->val, 1) 709 #define mrsas_atomic_inc(v) atomic_add_int(&(v)->val, 1) 714 return 1 + atomic_fetchadd_int(&(v)->val, 1); in mrsas_atomic_inc_return() 783 #define MRSAS_DEFAULT_INIT_ID -1 [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | reg_addr.h | 2 * 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 …0 - RX target read and config sync fifo push overflow 1 - RX header sync fifo push overflow 5:2 - … 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/contrib/libpcap/ |
| H A D | pcap.c | 39 #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/ncurses/misc/ |
| H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |