Home
last modified time | relevance | path

Searched +full:aac +full:- +full:mode (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Ddongwoon,dw9768.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Dongchun Zhu <dongchun.zhu@mediatek.com>
13 description: |-
14 The Dongwoon DW9768 is a single 10-bit digital-to-analog (DAC) converter
16 a linear mode driver. The DAC is controlled via a 2-wire (I2C-compatible)
18 integrates Advanced Actuator Control (AAC) technology and is intended for
24 - dongwoon,dw9768 # for DW9768 VCM
25 - giantec,gt9769 # for GT9769 VCM
[all …]
/freebsd/share/man/man4/
H A Dips.436 .Bd -ragged -offset indent
45 .Bd -literal -offset indent
81 .Bl -bullet -compact
95 .Xr aac 4
105 .Bl -diag
116 .Bl -diag
120 .It WARNING: command timeout. Adapter is in toaster mode, resetting
148 .Bl -diag
157 .Bl -diag
187 .Xr aac 4 ,
[all …]
H A Dscsi.441 .Cd "options CAM_DEBUG_BUS=-1"
42 .Cd "options CAM_DEBUG_TARGET=-1"
43 .Cd "options CAM_DEBUG_LUN=-1"
76 .Bl -tag -width SCSI_NO_SENSE_STRINGS
120 Do not let the "kernel bloat" zealots get to you -- leave
184 .Bd -literal -offset indent
192 .Bd -literal -offset indent
203 .Bd -literal -offset indent
213 .Bd -literal -offset indent
232 .Bd -literal -offset indent
[all …]
/freebsd/sys/arm/nvidia/drm2/
H A Dhdmi.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
44 return 256 - csum; in hdmi_infoframe_checksum()
55 * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe
64 frame->type = HDMI_INFOFRAME_TYPE_AVI; in hdmi_avi_infoframe_init()
65 frame->version = 2; in hdmi_avi_infoframe_init()
66 frame->length = HDMI_AVI_INFOFRAME_SIZE; in hdmi_avi_infoframe_init()
73 * hdmi_avi_infoframe_pack() - write HDMI AVI infoframe to binary buffer
92 length = HDMI_INFOFRAME_HEADER_SIZE + frame->length; in hdmi_avi_infoframe_pack()
95 return -ENOSPC; in hdmi_avi_infoframe_pack()
99 ptr[0] = frame->type; in hdmi_avi_infoframe_pack()
[all …]
/freebsd/sys/i386/conf/
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
42 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
52 options PSEUDOFS # Pseudo-filesystem framework
69 options SYSVSHM # SYSV-style shared memory
70 options SYSVMSG # SYSV-style message queues
71 options SYSVSEM # SYSV-style semaphores
72 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-tim
[all...]
H A DNOTES2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.
61 # CPU_BLUELIGHTNING_3X enables triple-clock mode on IBM Blue Lightning
62 # CPU if CPU supports it. The default is double-clock mode on
76 # mapped mode. Default is 2-way set associative mode.
119 # enters suspend mode followin
[all...]
/freebsd/sys/amd64/conf/
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/amd64
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27 options NUMA # Non-Uniform Memory Architecture support
46 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
56 options PSEUDOFS # Pseudo-filesystem framework
75 options SYSVSHM # SYSV-style shared memory
76 options SYSVMSG # SYSV-style message queues
77 options SYSVSEM # SYSV-styl
[all...]
H A DNOTES2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.
69 # These controllers have a SCSI-like interface, and require the
113 # EFI pseudo-device
134 # Enable 32-bit runtime support for FreeBSD/i386 binaries.
137 # Enable (32-bit) a.out binary support
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
46 return 256 - csum; in hdmi_infoframe_checksum()
57 * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe
64 frame->type = HDMI_INFOFRAME_TYPE_AVI; in hdmi_avi_infoframe_init()
65 frame->version = 2; in hdmi_avi_infoframe_init()
66 frame->length = HDMI_AVI_INFOFRAME_SIZE; in hdmi_avi_infoframe_init()
72 if (frame->type != HDMI_INFOFRAME_TYPE_AVI || in hdmi_avi_infoframe_check_only()
73 frame->version != 2 || in hdmi_avi_infoframe_check_only()
74 frame->length != HDMI_AVI_INFOFRAME_SIZE) in hdmi_avi_infoframe_check_only()
75 return -EINVAL; in hdmi_avi_infoframe_check_only()
[all …]
/freebsd/sys/x86/conf/
H A DNOTES12 # NOTE: introduces CDDL-licensed components into the kernel
42 options COUNT_IPIS # Per-CPU IPI interrupt counters
58 # DEVICE_POLLING adds support for mixed interrupt-polling handling
71 # Not all device drivers support this mode of operation at the time of
76 # BPF_JITTER adds support for BPF just-in-time compiler.
91 device speaker #Play IBM BASIC-style noises out your speaker
110 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
114 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
205 options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode
212 options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor
[all …]
/freebsd/share/examples/bhyve/
H A Dvmrun.sh3 # SPDX-License-Identifier: BSD-2-Clause
40 DEFAULT_NIC=virtio-net
41 DEFAULT_DISK=virtio-blk
56 echo "Usage: vmrun.sh [-aAEhiTuvw] [-c <CPUs>] [-C <console>]" \
57 "[-
[all...]
/freebsd/sys/modules/
H A DMakefile6 # Modules that include binary-only blobs of microcode should be selectable by
766 _aac= aac
869 # XXX some of these can move to the general case when de-i386'ed
924 .endif # MODULES_OVERRIDE -- Keep last
928 .MAKEFLAGS+= -DNO_XREF
932 echo ".${DISTBASE}${KMODDIR}/linker.hints type=file mode=0644 uname=root gname=wheel" | \
933 cat -l >> ${METALOG}
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh41 # t is needed, as inside $()` $- appears to lose
46 test -z "${opt}" && continue
50 # options set, or it will mis-diagnose the situation
52 test "${#opt}" -gt 1 &&
53 CLEAR='xx="$-" && xx=$(echo "$xx" | tr -d cs) && test -n "$xx" && set +"$xx";'
55 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
62 set -"$1"
63 t="$-"
64 x=$(echo "$t" | tr -d "$1")
70 t="$-"
[all …]
/freebsd/sys/net80211/
H A Dieee80211.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
125 /* 802.11-2020 Table 9-1-Valid type and subtype combinations */
144 /* 0000-0001 Reserved 0x00-0x10 */
145 #define IEEE80211_FC0_SUBTYPE_TRIGGER 0x20 /* Trigger, 80211ax-2021 */
148 #define IEEE80211_FC0_SUBTYPE_VHT_HE_NDP 0x50 /* VHT/HE NDP Announcement, 80211ac/ax-2013/2021 */
153 #define IEEE80211_FC0_SUBTYPE_PS_POLL 0xa0 /* PS-Poll */
157 #define IEEE80211_FC0_SUBTYPE_CF_END 0xe0 /* CF-End */
158 #define IEEE80211_FC0_SUBTYPE_CF_END_ACK 0xf0 /* 1111 Reserved - what was CF_END_ACK? */
[all …]
/freebsd/sys/dev/sfxge/common/
H A Defx_regs_mcdi.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright 2008-2013 Solarflare Communications Inc. All rights reserved.
32 /* Power-on reset state */
46 /* We have entered the main firmware via recovery mode. This
54 /* The 'doorbell' addresses are hard-wired to alert the MC when written */
57 /* The rest of these are firmware-defined */
65 /* Values to be written to the per-port status dword in shared
94 * | | \--- Response
95 * | \------- Error
[all …]
/freebsd/sbin/ifconfig/
H A Difieee80211.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
30 /*-
110 #define IEEE80211_NODE_PWR_MGT 0x000010 /* power save mode enabled */
131 /* XXX should also figure out where to put these for k/u-space sharing. */
253 errx(-1, "missing or corrupted regdomain database"); in getregdata()
268 const struct ieee80211_channel *fc = &chaninfo->ic_chan in canpromote()
857 int mode; set80211authmode() local
879 int mode; set80211powersavemode() local
918 int mode; set80211wepmode() local
1026 int mode; set80211protmode() local
1044 int mode; set80211htprotmode() local
1076 int mode; set80211roaming() local
1402 int mode; set80211hwmprootmode() local
4389 int mode; list_roam() local
4438 int mode; list_txparams() local
[all...]
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2000-2001 Scott Long
7 * Copyright (c) 2001-2010 Adaptec, Inc.
8 * Copyright (c) 2010-2012 PMC-Sierra, Inc.
50 * retain their naming conventions (for now) to aid in cross-referencing.
62 * List structure used to chain FIBs (used by the adapter - we hang FIBs off
92 #define AAC_FIB_DATASIZE (512 - sizeof(struct aac_fib_header))
286 CT_RAID5D, /* raid5 distributed hot-sparing */
294 * Host-addressable object types
[all …]
H A Daacraid.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
7 * Copyright (c) 2001-2010 Adaptec, Inc.
8 * Copyright (c) 2010-2012 PMC-Sierra, Inc.
118 static void aac_src_access_devreg(struct aac_softc *sc, int mode);
246 sc->hint_flag in aacraid_attach()
871 int isFastResponse, isAif, noMoreAif, mode; aacraid_new_intr_type1() local
2306 aac_src_access_devreg(struct aac_softc * sc,int mode) aac_src_access_devreg() argument
[all...]
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1 /*-
6 * SPDX-License-Identifier: BSD-3-Clause
8 * Copyright (c) 1994-2001 Justin T. Gibbs.
9 * Copyright (c) 2000-2001 Adaptec Inc.
23 * 3. Neither the names of the above-listed copyright holders nor the names
372 /* Ignore all SISL (AAC on MB) based controllers. */
419 "Adaptec AAA-13
[all...]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2024-09-20 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
49 7a19 PCI-to-PCI Bridge
53 7a29 PCI-to-PCI Bridge
[all …]
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: 2024-07-04 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]
62 0200 TP-Link
81 120e ASI120MC-S Planetary Camera
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-2.01 Changes in version 2.0.21-stable (18 Nov 2012)
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
18 Changes in version 2.0.20-stable (23 Aug 2012)
44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
54 Changes in version 2.0.19-stable (3 May 2012)
58 …o If a higher-priority event becomes active, don't continue running events of the current priority…
61 o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey)
66 o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a)
76 o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog-2.01 Changes in version 2.0.21-stable (18 Nov 2012)
6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev)
9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4)
18 Changes in version 2.0.20-stable (23 Aug 2012)
44 o Fix various check-after-dereference issues in unit tests: found by coverity (4f3732d)
54 Changes in version 2.0.19-stable (3 May 2012)
58 …o If a higher-priority event becomes active, don't continue running events of the current priority…
61 o Fixed potential double-readcb execution with openssl bufferevents. (4e62cd1 Mark Ellzey)
66 o When retransmitting a timed-out DNS request, pick a fresh nameserver. (3d9e52a)
76 o Generate event-config.h with a single sed script (30b6f88 Zack Weinberg)
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in2 %%% BibTeX-file{
23 %%% (incompletely) 1970 -- 1979.
50 %%% covering 1958--1996 became too large (about
65 %%% Algorithms 1--492. For Algorithms 493--686,
72 %%% cross-referenced in both directions, so
75 %%% Corrigenda. Cross-referenced entries are
77 %%% that each is completely self-contained.
83 %%% ftp://netlib.bell-labs.com/netlib/toms.
88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1.
90 %%% The initial draft of entries for 1981 --
[all …]