Home
last modified time | relevance | path

Searched +full:disable +full:- +full:report +full:- +full:mask (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_2d_sensor.txt12 http://www.synaptics.com/sites/default/files/511-000136-01-Rev-E-RMI4-Interfacing-Guide.pdf
16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
18 - touchscreen-swapped-x-y
19 - touchscreen-x-mm
20 - touchscreen-y-mm
23 - syna,clip-x-low: Sets a minimum value for X.
24 - syna,clip-y-low: Sets a minimum value for Y.
25 - syna,clip-x-high: Sets a maximum value for X.
26 - syna,clip-y-high: Sets a maximum value for Y.
[all …]
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.82 .\" SPDX-License-Identifier: BSD-3-Clause
42 .Bl -item -compact
52 .Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address
64 .Ar nexus Cm hashfilter Ar filter-specification
76 .Ar nexus Cm filter Ar idx Ar filter-specification
88 .Ar nexus Cm loadcfg Ar fw-config.txt
94 .Ar nexus Cm loadfw Ar fw-image.bin
109 .Ar nexus Cm regdump Op Ar register-block ...
112 .Ar nexus Cm sched-class Ar sub-command Op Ar param Ar value
115 .Ar nexus Cm sched-queue Ar port Ar queue Ar class
[all …]
/freebsd/sys/dev/msk/
H A Dif_mskreg.h17 * are provided to you under the BSD-type license terms provided
22 * - Redistributions of source code must retain the above copyright
24 * - Redistributions in binary form must reproduce the above
28 * - Neither the name of Marvell nor the names of its contributors
48 /*-
49 * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause
65 * 4. Neither the name of the author nor the names of any co-contributors
82 /*-
110 * D-Link PCI vendor ID
154 * D-Link gigabit ethernet device ID
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.1ntpdcmdoc4 .\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:15 AM by AutoGen 5.18.16
7 .\" From the definitions ntpdc-opts.def
8 .\" and the template file agmdoc-cmd.tpl
11 .Nd vendor-specific NTPD control program
17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
24 .Xr ntpq 1ntpqmdoc instead \- it can do everything
46 .Bl -tag
47 .It Fl 4 , Fl \-ipv
[all...]
H A Dntpdc.mdoc.in4 .\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:15 AM by AutoGen 5.18.16
7 .\" From the definitions ntpdc-opts.def
8 .\" and the template file agmdoc-cmd.tpl
11 .Nd vendor-specific NTPD control program
17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
24 .Xr ntpq @NTPQ_MS@ instead \- it can do everything
46 .Bl -tag
47 .It Fl 4 , Fl \-ipv
[all...]
H A Dntpdc.1ntpdcman2 . it 1 an-trap
6 .ds B-Font [CB]
7 .ds I-Font [CI]
8 .ds R-Font [CR]
10 .ds B-Font B
11 .ds I-Font I
12 .ds R-Font R
15 .\" EDIT THIS FILE WITH CAUTION (in-mem file)
17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:19 AM by AutoGen 5.18.16
18 .\" From the definitions ntpdc-opt
[all...]
H A Dntpdc.man.in2 . it 1 an-trap
6 .ds B-Font [CB]
7 .ds I-Font [CI]
8 .ds R-Font [CR]
10 .ds B-Font B
11 .ds I-Font I
12 .ds R-Font R
15 .\" EDIT THIS FILE WITH CAUTION (in-mem file)
17 .\" It has been AutoGen-ed May 25, 2024 at 12:04:19 AM by AutoGen 5.18.16
18 .\" From the definitions ntpdc-opt
[all...]
/freebsd/sys/contrib/dev/rtw89/
H A Dwow.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2022 Realtek Corporation
17 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)skb->data; in __rtw89_wow_parse_akm()
18 struct rtw89_wow_param *rtw_wow = &rtwdev->wow; in __rtw89_wow_parse_akm()
19 const u8 *rsn, *ies = mgmt->u.assoc_req.variable; in __rtw89_wow_parse_akm()
26 rsn = cfg80211_find_ie(WLAN_EID_RSN, ies, skb->len); in __rtw89_wow_parse_akm()
35 rtw_wow->akm = rsn_ie->akm_cipher_suite.type; in __rtw89_wow_parse_akm()
63 if (cipher_info_defs->cipher == cipher) in rtw89_cipher_alg_recognize()
73 switch (key->cipher) { in _pn_to_iv()
88 return -EINVAL; in _pn_to_iv()
[all …]
/freebsd/sys/sys/
H A Dimgact_binmisc.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
42 #define IBE_MAGIC_MAX 256 /* Max size for header magic and mask. */
43 #define IBE_ARG_LEN_MAX 256 /* Max space for optional interpreter command-
57 #define IBF_USE_MASK 0x0002 /* Use mask on header magic field. */
75 uint8_t xbe_mask[IBE_MAGIC_MAX]; /* Magic Mask */
85 #define IBE_SYSCTL_NAME_DISABLE IBE_SYSCTL_NAME ".disable"
113 * strlcpy(xbe.xbe_interpreter, "/usr/bin/lli --fake-arg0=#a",
125 * strlcpy(xbe.xbe_interpreter, "/usr/local/bin/qemu-mips64",
133 * // Disable (OR Enable OR Remove) image activator for LLVM byte code
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3 * Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi>
14 * that can be used to report events.
51 /* Allowed bandwidth mask */
74 * enum reg_change_initiator - Regulatory change initiator
85 * enum reg_type - Regulatory change types
96 * struct hostapd_wmm_rule - WMM regulatory rule
110 * struct hostapd_channel_data - Channel information
114 * chan - Channel number (IEEE 802.11)
119 * freq - Frequency in MHz
124 * flag - Channel flags (HOSTAPD_CHAN_*)
[all …]
/freebsd/sbin/camcontrol/
H A Dcamcontrol.8145 .Bk -words
171 .Op Fl a Ar enable|disable
172 .Op Fl A Ar enable|disable
173 .Op Fl s Ar enable|disable
174 .Op Fl S Ar enable|disable
208 .Op Fl D Ar enable|disable
213 .Op Fl T Ar enable|disable
402 .Bl -tag -width 14n
419 function-specific arguments.
437 .Bl -tag -width 14n
[all …]
/freebsd/share/man/man9/
H A Dkmsan.91 .\"-
36 .Pa GENERIC-KMSAN
37 kernel configuration can be used to compile a KMSAN-enabled kernel using
42 .Bd -ragged -offset indent
73 runtime component and use hidden, byte-granular shadow state to determine
85 To report an error, the
94 In addition to compiler-detected uses of uninitialized memory,
114 The sanitizer in a KMSAN-configured kernel can be disabled by setting the loader
116 .Sy debug.kmsan.disable=1 .
139 mark device-written memory as initialized.
[all …]
/freebsd/sys/dev/e1000/
H A De1000_82575.h2 SPDX-License-Identifier: BSD-3-Clause
4 Copyright (c) 2001-2020, Intel Corporation
46 * These entries are also used for MAC-based filtering.
91 #define E1000_ADV_DCMD_RS 0x8 /* Report Status */
95 #define E1000_CTRL_EXT_NSICR 0x00000001 /* Disable Intr Clear all on read */
226 #define E1000_RXDADV_PKTTYPE_ETQF_SHIFT 4 /* Right-shift 4 bits */
247 #define E1000_ADVTXD_DCMD_RS 0x08000000 /* Report Status */
259 /* 1st & Last TSO-full iSCSI PDU*/
276 #define E1000_DCA_CTRL_DCA_DISABLE 0x00000001 /* DCA Disable */
281 #define E1000_DCA_RXCTRL_CPUID_MASK 0x0000001F /* Rx CPUID Mask */
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210reg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2004 Atheros Communications, Inc.
24 * Processor for IEEE 802.11a 5-GHz Wireless LANs.
40 #define AR_IMR 0x0020 /* Interrupt mask register */
72 #define AR_SLOT_TIME 0x8010 /* Length of a back-off */
87 #define AR_MCAST_FIL0 0x8050 /* Lower 32bits of mcast filter mask */
88 #define AR_MCAST_FIL1 0x8054 /* Upper 16bits of mcast filter mask */
89 #define AR_TX_MASK0 0x8058 /* Lower 32bits of TX mask */
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dwow.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
17 .pattern_idx = -1, in rtw_wow_show_wakeup_reason()
41 /* Current firmware and driver don't report pattern index in rtw_wow_show_wakeup_reason()
48 /* Current firmware and driver don't report ssid index. in rtw_wow_show_wakeup_reason()
57 ieee80211_report_wowlan_wakeup(rtwdev->wow.wow_vif, NULL, in rtw_wow_show_wakeup_reason()
61 ieee80211_report_wowlan_wakeup(rtwdev->wow.wow_vif, &wakeup, in rtw_wow_show_wakeup_reason()
85 wdata = rtw_pattern->mask[i * 4]; in rtw_wow_pattern_write_cam_ent()
86 wdata |= rtw_pattern->mask[i * 4 + 1] << 8; in rtw_wow_pattern_write_cam_ent()
87 wdata |= rtw_pattern->mask[i * 4 + 2] << 16; in rtw_wow_pattern_write_cam_ent()
[all …]
/freebsd/sys/powerpc/powermac/
H A Dpmuvar.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
55 #define PMU_POWER_EVENTS 0x8f /* Send power-event commands to PMU */
62 #define PMU_ADB_POLL_OFF 0x21 /* Disable ADB auto-poll */
65 #define PMU_SET_IMASK 0x70 /* Set interrupt mask */
70 * 16bit mask enables autopolling per
74 #define PMU_GET_LID_STATE 0xdc /* Report lid state */
78 /* Bits in PMU interrupt and interrupt mask bytes */
80 #define PMU_INT_PCEJECT 0x04 /* PC-card eject buttons */
85 #define PMU_INT_TICK 0x80 /* 1-second tick interrupt */
/freebsd/sys/dev/iicbus/rtc/
H A Disl12xx.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * - ISL1209 = 2B sram, tamper/event timestamp
31 * - ISL1218 = 8B sram, DS13xx pin compatible (but not software compatible)
32 * - ISL1219 = 2B sram, tamper/event timestamp
33 * - ISL1220 = 8B sram, separate Fout
34 * - ISL1221 = 2B sram, separate Fout, tamper/event timestamp
63 * in 'B' that stands for "bar" and it is an active-low signal; something named
64 * "EVENB" implies 1=event-disable, 0=event-enable.
70 #define ISL12XX_SR_ARST (1u << 7) /* Auto-reset on status read */
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_ses.h1 /*-
2 * SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
44 return ((elem->bytes[MK_ENUM(US,UF,_BYTE)] & MK_ENUM(US,UF,_MASK)) \
51 elem->bytes[MK_ENUM(US,UF,_BYTE)] &= ~MK_ENUM(US,UF,_MASK); \
52 elem->bytes[MK_ENUM(US,UF,_BYTE)] |= \
59 return ((page->hdr.page_specific_flags & MK_ENUM(US,UF,_MASK)) \
66 page->hdr.page_specific_flags &= ~MK_ENUM(US,UF,_MASK); \
67 page->hdr.page_specific_flags |= \
95 return (scsi_2btoul(hdr->length) in ses_page_length()
108 uint8_t subenc_id; /* Sub-enclosure Identifier */
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_ht.c3 * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4 * Copyright (c) 2007-2008, Intel Corporation
29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode || in hostapd_eid_ht_capabilities()
30 hapd->conf->disable_11n || is_6ghz_op_class(hapd->iconf->op_class)) in hostapd_eid_ht_capabilities()
38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab); in hostapd_eid_ht_capabilities()
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params; in hostapd_eid_ht_capabilities()
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
49 if (hapd->iconf->obss_interval) { in hostapd_eid_ht_capabilities()
57 scan_params->width_trigger_scan_interval = in hostapd_eid_ht_capabilities()
58 host_to_le16(hapd->iconf->obss_interval); in hostapd_eid_ht_capabilities()
[all …]
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h1 /*-
59 #define VMXNET3_BAR0_IMASK(irq) (0x000 + (irq) * 8) /* Interrupt mask */
63 #define VMXNET3_BAR1_VRRS 0x000 /* VMXNET3 revision report selection */
64 #define VMXNET3_BAR1_UVRS 0x008 /* UPT version report selection */
74 #define VMXNET3_CMD_DISABLE 0xCAFE0001 /* Disable VMXNET3 */
211 /* Interrupt mask mode. */
/freebsd/share/man/man4/
H A Dpsm.43 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
81 .Ss Report Rate
82 Frequency, or report rate, at which the device sends movement
89 The report rate can be changed via an ioctl call.
96 At the level zero the basic support is provided; the device driver will report
99 The movement and status are encoded in a series of fixed-length data packets
128 .Bl -tag -width Byte_1 -compact
130 .Bl -tag -width bit_7 -compact
155 -256 through 255.
159 -256 through 255.
[all …]
/freebsd/contrib/wpa/src/common/
H A Dqca-vendor.h3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc.
4 * Copyright (c) 2018-2020, The Linux Foundation
5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc.
28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs
41 * Global NSS configuration - Applies to all bands (2.4 GHz and 5/6 GHz)
62 * Per band NSS configuration - Applies to the 2.4 GHz or 5/6 GHz band
79 * Global chain configuration - Applies to all bands (2.4 GHz and 5/6 GHz)
96 * Per band chain configuration - Applies to the 2.4 GHz or 5/6 GHz band
117 * Case 1: CONFIG_NSS + CONFIG_TX_NSS/RX_NSS - Only CONFIG_NSS is applied
120 * Case 2: CONFIG_NSS + CONFIG_TX_NSS + CONFIG_RX_NSS - Same NSS values are
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dopenpic.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
63 return (bus_space_read_4(sc->sc_bt, sc->sc_bh, reg)); in openpic_read()
69 bus_space_write_4(sc->sc_bt, sc->sc_bh, reg, val); in openpic_write()
80 sc->sc_dev = dev; in openpic_common_attach()
82 sc->sc_rid = 0; in openpic_common_attach()
83 sc->sc_memr = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->sc_rid, in openpic_common_attach()
86 if (sc->sc_memr == NULL) { in openpic_common_attach()
91 sc->sc_bt = rman_get_bustag(sc->sc_memr); in openpic_common_attach()
92 sc->sc_bh = rman_get_bushandle(sc->sc_memr); in openpic_common_attach()
[all …]
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_fw.c3 /*-
6 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org>
72 if (!(sc->sc_flags & RTWN_FW_LOADED)) { in r92c_fw_cmd()
81 if (!(rtwn_read_1(sc, R92C_HMETFR) & (1 << sc->fwcur))) in r92c_fw_cmd()
86 device_printf(sc->sc_dev, in r92c_fw_cmd()
95 memcpy(cmd.msg, (const uint8_t *)buf + 2, len - 2); in r92c_fw_cmd()
102 error = rtwn_write_2(sc, R92C_HMEBOX_EXT(sc->fwcur), in r92c_fw_cmd()
107 error = rtwn_write_4(sc, R92C_HMEBOX(sc->fwcur), in r92c_fw_cmd()
112 sc->fwcur = (sc->fwcur + 1) % R92C_H2C_NBOX; in r92c_fw_cmd()
153 /* MCU download disable. */ in r92c_fw_download_enable()
[all …]
/freebsd/contrib/ncurses/
H A DNEWS1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2023,2024 Thomas E. Dickey --
3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
[all …]

12345678910>>...14