Home
last modified time | relevance | path

Searched +full:conf +full:- +full:pu (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-st.txt3 Each multi-function pin is controlled, driven and routed through the
5 and multiple alternate functions(ALT1 - ALTx) that directly connect
9 Pull Up (PU) are driven by the related PIO block.
14 GPIO bank can have one of the two possible types of interrupt-wirings.
20 | |----> [gpio-bank (n) ]
21 | |----> [gpio-bank (n + 1)]
22 [irqN]-- | irq-mux |----> [gpio-bank (n + 2)]
23 | |----> [gpio-bank (... )]
24 |_________|----> [gpio-bank (n + 7)]
28 [irqN]----> [gpio-bank (n)]
[all …]
H A Dmediatek,mt7981-pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7981-pinctr
[all...]
/freebsd/share/man/man4/
H A Duslcom.427 .Bd -ragged -offset indent
35 .Xr loader.conf 5 :
36 .Bd -literal -offset indent
54 .Bl -bullet -compact
56 AC-Services CAN, CIS-IBUS, IBUS and OBD interfaces
60 AKTACOM ACE-1001 cable
64 Arkham DS-101 Adapter
70 AVIT Research USB-TTL interface
85 and L51xx C-Bus Home Automation products
105 ELV USB-I2C interface
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-Windows.txt4 Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi> and contributors
23 - plaintext
24 - static WEP / open system authentication
25 - static WEP / shared key authentication
26 - IEEE 802.1X with dynamic WEP keys
27 - WPA-PSK, TKIP, CCMP, TKIP+CCMP
28 - WPA-EAP, TKIP, CCMP, TKIP+CCMP
29 - WPA2-PSK, TKIP, CCMP, TKIP+CCMP
30 - WPA2-EAP, TKIP, CCMP, TKIP+CCMP
34 ----------------------------------
[all …]
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h1 /*-
34 * Define common SLI-4 structures and function prototypes.
43 #define SLI_SUB_PAGE_MASK (SLI_PAGE_SIZE - 1)
53 uint32_t mask = page_size - 1; in sli_page_count()
93 * Common SLI-4 register offsets and field definitions
97 * @brief SLI_INTF - SLI Interface Definition Register
119 * @brief ASIC_ID - SLI ASIC Type and Revision Register
135 * @brief BMBX - Bootstrap Mailbox Register
150 * @brief EQCQ_DOORBELL - EQ and CQ Doorbell Register
168 * @brief SLIPORT_CONTROL - SLI Port Control Register
[all …]
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
28 * make LDFLAGS+=-lgpio gpioevents
66 fprintf(stderr, "usage: %s [-f ctldev] [-m method] [-s] [-n] [-S] [-u]" in usage()
67 "[-t timeout] [-d delay-usec] pin intr-config pin-mode [pin intr-config pin-mode ...]\n\n", in usage()
69 fprintf(stderr, " -d delay before each call to read/poll/select/etc\n"); in usage()
70 fprintf(stderr, " -n Non-blocking IO\n"); in usage()
71 fprintf(stderr, " -s Single-shot (else loop continuously)\n"); in usage()
72 fprintf(stderr, " -S Report summary data (else report each event)\n"); in usage()
73 fprintf(stderr, " -u Show timestamps as UTC (else monotonic time)\n"); in usage()
[all …]
/freebsd/sys/cam/ctl/
H A Dctl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2003-2009 Silicon Graphics International Corp.
6 * Copyright (c) 2014-2017 Alexander Motin <mav@FreeBSD.org>
60 #include <sys/conf.h>
102 /*page_length*/sizeof(struct scsi_da_rw_recovery_page) - 2,
116 /*page_length*/sizeof(struct scsi_da_rw_recovery_page) - 2,
130 /*page_length*/sizeof(struct scsi_da_verify_recovery_page) - 2,
139 /*page_length*/sizeof(struct scsi_da_verify_recovery_page) - 2,
148 /*page_length*/sizeof(struct scsi_caching_page) - 2,
[all …]
/freebsd/share/termcap/
H A Dtermcap38 # << EOH - after reordering, above header lines survive and this line dies >>
50 # Terminal names look like <manufacturer> <model> - <modes/options>
61 # w Wide - in 132 column mode.
63 # na No arrow keys - termcap ignores arrow keys which are
85 # Comments in this file begin with # - they cannot appear in the middle
93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap
102 # # --------------------------------
110 # It has been tried in a minimal way -- the Agile did not blow up!
113 # Ralph Keirstead (ralph@sri-unix);
122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
[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/sys/dev/bxe/
H A Dbxe.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
64 * FLR Support - bxe_pf_flr_clnup() is called during nic_load in the per
241 static int load_count[2][3] = { {0} }; /* per-path: 0-common, 1-port0, 2-port1 */
253 /* Interrupt Mode: 0 (IRQ), 1 (MSI/IRQ), and 2 (MSI-X/MSI/IRQ) */
256 &bxe_interrupt_mode, 0, "Interrupt (MSI-X/MSI/INTx) mode");
261 &bxe_queue_count, 0, "Multi-Queue queue count");
288 /* PCI MRRS: -1 (Auto), 0 (128B), 1 (256B), 2 (512B), 3 (1KB) */
289 static int bxe_mrrs = -1;
[all …]