Home
last modified time | relevance | path

Searched +full:func +full:- +full:uart +full:- +full:c (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/
H A Dpxa2xx.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * pxa2xx.dtsi - Device Tree Include file for Marvell PXA2xx family SoC
5 * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
8 #include "dt-bindings/clock/pxa-clock.h"
11 #define PMMUX(func, pin, af) \ argument
12 mux- ## func { \
16 #define PMMUX_LPM_LOW(func, pin, af) \ argument
17 mux- ## func { \
20 low-power-disable; \
22 #define PMMUX_LPM_HIGH(func, pin, af) \ argument
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Damlogic-a4.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2024 Amlogic, Inc. All rights reserved.
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";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Damlogic,pinctrl-a4.yaml1 # 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/stand/i386/libi386/
H A Dcomconsole.c1 /*-
2 * Copyright (c) 1998 Michael Smith (msmith@freebsd.org)
47 static void comc_putchar(int c);
148 comc_putchar(int c) in comc_putchar() argument
152 for (wait = COMC_TXWAIT; wait > 0; wait--) in comc_putchar()
154 outb(comc_port + com_data, (u_char)c); in comc_putchar()
162 return (comc_ischar() ? inb(comc_port + com_data) : -1); in comc_getchar()
184 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in comc_speed_set()
202 env_setenv(ev->ev_name, flags | EV_NOHOOK, value, NULL, NULL); in comc_port_set()
208 * Input: bus:dev:func[:bar]. If bar is not specified, it is 0x10.
[all …]
/freebsd/sys/dev/sound/pci/
H A Dcsamidi.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2015-2018 Tai-hwa Liang <avatar@FreeBSD.org>
56 /* pulled from mpu401.c */
86 return bus_space_read_4(rman_get_bustag(scp->i in csamidi_readio()
186 struct sndcard_func *func; midicsa_probe() local
[all...]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp135f-dk.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/leds/common.h>
12 #include <dt-bindings/regulator/st,stm32mp13-regulator.h>
15 #include "stm32mp13-pinctrl.dtsi"
18 model = "STMicroelectronics STM32MP135F-DK Discovery Board";
19 compatible = "st,stm32mp135f-dk", "st,stm32mp135";
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/spacemit/
H A Dk1.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR MIT
3 * Copyright (C) 2024 Yangyu Chen <cyy@cyyself.name>
6 #include <dt-bindings/clock/spacemit,k1-syscon.h>
8 /dts-v1/;
10 #address-cells = <2>;
11 #size-cells = <2>;
16 #address-cells = <1>;
17 #size-cells = <0>;
18 timebase-frequency = <24000000>;
20 cpu-map {
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3670-hikey970.dts1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016, HiSilicon Ltd.
6 * Copyright (C) 2018, Linaro Ltd.
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";
[all …]
H A Dhi6220-hikey.dts1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2015, HiSilicon Ltd.
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
[all …]
H A Dhi3660-hikey960.dts1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2016, HiSilicon Ltd.
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";
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dk210-fpioa.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com>
4 * Copyright (c) 2020 Western Digital Corporation or its affiliates.
11 * kendryte-standalone-sdk/lib/drivers/include/fpioa.h
32 #define K210_PCF_UARTHS_RX 18 /* UART High speed Receiver */
33 #define K210_PCF_UARTHS_TX 19 /* UART High speed Transmitter */
169 #define K210_PCF_UART1_OUT2 155 /* UART1 User-designated Output 2 */
170 #define K210_PCF_UART1_OUT1 156 /* UART1 User-designated Output 1 */
183 #define K210_PCF_UART2_OUT2 169 /* UART2 User-designated Output 2 */
184 #define K210_PCF_UART2_OUT1 170 /* UART2 User-designated Output 1 */
[all …]
/freebsd/sys/dev/puc/
H A Dpucdata.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2006 Marcel Moolenaar
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",
[all …]
/freebsd/usr.sbin/dumpcis/
H A Dprintcis.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1995 Andrew McRae. All rights reserved.
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()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-var-som.dtsi1 // 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/usr.sbin/bhyve/
H A Dbhyve_config.51 .\" SPDX-License-Identifier: BSD-2-Clause
3 .\" Copyright (c) 2021 John H. Baldwin <jhb@FreeBSD.org>
35 per-device settings.
69 For those variables the following case-insensitive values may be used to
72 .Bl -bullet -offset indent -compact
85 .Bl -bullet -offset indent -compact
103 .Bl -column "memory.guest_in_core" "integer" "Default"
140 This can cause problems if the guest uses the in-memory version, since certain
144 Destroy the VM on guest-initiated power-off.
149 If this is set to a non-zero value, a debug server
[all …]
/freebsd/sys/dev/pci/
H A Dpci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1997, Stefan Esser <se@freebsd.org>
5 * Copyright (c) 2000, Michael Smith <msmith@freebsd.org>
6 * Copyright (c) 2000, BSDi
88 (((cfg)->hdrtype == PCIM_HDRTYPE_NORMAL && reg == PCIR_BIOS) || \
89 ((cfg)->hdrtype == PCIM_HDRTYPE_BRIDGE && reg == PCIR_BIOS_1))
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. */
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.c1 // 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/share/misc/
H A Dusb_vendors6 # 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
54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
60 017c MLK
62 019c mek
[all …]
/freebsd/sys/dev/mrsas/
H A Dmrsas.h2 * Copyright (c) 2015, AVAGO Tech. All rights reserved. Authors: Marian Choy
3 * Copyright (c) 2014, LSI Corp. All rights reserved. Authors: Marian Choy
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)
[all …]
/freebsd/contrib/libpcap/
H A Dpcap.c2 * Copyright (c) 1993, 1994, 1995, 1996, 1997, 1998
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"
[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/contrib/ncurses/misc/
H A Dterminfo.src7 # 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 DCommitLog1 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...]