Home
last modified time | relevance | path

Searched +full:9 +full:- +full:series (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2024-11-25 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
50 7a19 PCI-to-PCI Bridge
55 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-12-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/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,9series.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/renesas,9serie
[all...]
/freebsd/contrib/ntp/libparse/
H A Dclk_wharton.c2 * /src/NTP/ntp4-dev/libparse/clk_wharton.c,v 4.2 2004/11/14 15:29:41 kardel RELEASE_20050508_A
16 * Support for WHARTON 400A Series clock + 404.2 serial interface.
33 * In private e-mail alastair@wharton.co.uk said :
38 * The WHARTON 400A Series is able to send date/time serial messages
40 * For use with this driver, the WHARTON 400A Series clock must be set-up
44 * BST or CET display 3 9 or 11
46 * Serial Output Format 1 9 1
51 * WHARTON 400A Series output format 1 is as follows :
92 /* The given `size' includes a terminating null-characte in cvt_wharton_400a()
[all...]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
40 HALASSERT(q < AH_PRIVATE(ah)->ah_caps.halTotalQueues); in ar5416StopTxDma()
42 HALASSERT(AH5212(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar5416StopTxDma()
45 for (i = STOP_DMA_TIMEOUT/STOP_DMA_ITER; i != 0; i--) { in ar5416StopTxDma()
75 /* TODO - save off and restore current values of Q1/Q2? */ in ar5416StopTxDma()
100 for (i = STOP_DMA_TIMEOUT/STOP_DMA_ITER; i != 0; i--) { in ar5416StopTxDma()
163 * Handle the non-MCS rates in ar5416RateToRateTable()
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.am2 # Copyright 2000-2007 Niels Provos
3 # Copyright 2007-2012 Niels Provos and Nick Mathewson
9 AUTOMAKE_OPTIONS = foreign 1.13 subdir-objects
11 ACLOCAL_AMFLAGS = -I m4
15 # "Release" are never binary-compatible.
18 # will increment for each series until we revise our interfaces enough
19 # that we can seriously expect ABI compatibility between series.
21 RELEASE = -release 2.1
25 # Current -- the number of the binary API that we're implementing
26 # Revision -- which iteration of the implementation of the binary
[all …]
/freebsd/contrib/libevent/
H A DMakefile.am2 # Copyright 2000-2007 Niels Provos
3 # Copyright 2007-2012 Niels Provos and Nick Mathewson
9 AUTOMAKE_OPTIONS = foreign 1.13 subdir-objects
11 ACLOCAL_AMFLAGS = -I m4
15 # "Release" are never binary-compatible.
18 # will increment for each series until we revise our interfaces enough
19 # that we can seriously expect ABI compatibility between series.
21 RELEASE = -release 2.1
25 # Current -- the number of the binary API that we're implementing
26 # Revision -- which iteration of the implementation of the binary
[all …]
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
17 * 3. Neither the names of the above-listed copyright holders nor the names
45 /* per-device state */
56 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)
70 uint8_t t0, r0; /* series 0: tries, rate code */
71 uint8_t t1, r1; /* series 1: tries, rate code */
72 uint8_t t2, r2; /* series 2: tries, rate code */
73 uint8_t t3, r3; /* series 3: tries, rate code */
89 /* per-node state */
[all …]
/freebsd/share/man/man9/
H A DBUS_CHILD_LOCATION.942 This location is a series of key=value pairs.
43 The string must be formatted as a space-separated list of key=value pairs.
44 Names may only contain alphanumeric characters, underscores ('_') and hyphens ('-').
45 Values can contain any non-whitespace characters.
49 The location is defined as a series of characteristics of the
58 .Xr bus 9 ,
59 .Xr device 9
H A DBUS_CHILD_PNPINFO.943 This information is a series of key=value pairs.
44 The string must be formatted as a space-separated list of key=value pairs.
45 Names may only contain alphanumeric characters, underscores ('_') and hyphens ('-').
46 Values can contain any non-whitespace characters.
50 The pnpinfo is defined as a series of characteristics of the
62 .Xr bus 9 ,
63 .Xr device 9
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
23 * Hardware-specific descriptor structures.
27 * AR5212-specific tx/rx descriptor definition.
59 /* bits 12-15 are reserved */
63 #define AR_VEOL 0x00800000 /* virtual end-of-list */
91 #define AR_XmitDataTries0 0x000f0000 /* series 0 max attempts */
93 #define AR_XmitDataTries1 0x00f00000 /* series 1 max attempts */
[all …]
/freebsd/share/man/man4/
H A Dpadlock.435 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
47 The C3 and Eden processor series from VIA include hardware acceleration for
49 The C7 series includes hardware acceleration for AES, SHA1, SHA256 and RSA.
50 All of the above processor series include a hardware random number generator.
74 .Xr crypto 9
85 .An -nosplit
H A Dqlnxe.41 .\"-
26 .Dd May 9, 2017
36 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
61 .Bl -bullet -compact
63 QLogic 45000 series
65 QLogic 41000 series
71 or by E-mail at
85 .An -nosplit
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md64 Newton-Raphson Method, or the [Babylonian Method][5]) to perform the square root
72 This `bc` uses the series
75 x - x^3/3! + x^5/5! - x^7/7! + ...
86 **Note**: this series has a tendency to *occasionally* produce an error of 1
96 This `bc` uses the series
112 **Note**: this series can also produce errors of 1 ULP, so I recommend users do
118 This `bc` uses the series
124 (where `a` is equal to `(x - 1)/(x + 1)`) to calculate `ln(x)` when `x` is small
135 **Note**: this series can also produce errors of 1 ULP, so I recommend users do
141 This `bc` uses the series
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c48 /* checksum = __bswap32(ads->ds_info) + ads->ds_link */ in ar9300_calc_ptr_chk_sum()
49 checksum = ads->ds_info + ads->ds_link in ar9300_calc_ptr_chk_sum()
50 + ads->ds_data0 + ads->ds_ctl3 in ar9300_calc_ptr_chk_sum()
51 + ads->ds_data1 + ads->ds_ctl5 in ar9300_calc_ptr_chk_sum()
52 + ads->ds_data2 + ads->ds_ctl7 in ar9300_calc_ptr_chk_sum()
53 + ads->ds_data3 + ads->ds_ctl9; in ar9300_calc_ptr_chk_sum()
77 ads->ds_info = TXC_INFO(qcu, desclen); in ar9300_fill_tx_desc()
80 ads->ds_data0 = buf_addr[0]; in ar9300_fill_tx_desc()
81 ads->ds_data1 = buf_addr[1]; in ar9300_fill_tx_desc()
82 ads->ds_data2 = buf_addr[2]; in ar9300_fill_tx_desc()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dxilinx-xadc.txt3 This binding document describes the bindings for the Xilinx 7 Series XADC as well
6 The Xilinx XADC is an ADC that can be found in the Series 7 FPGAs from Xilinx.
10 on all series 7 platforms and is a softmacro with a AXI interface. This binding
22 - compatible: Should be one of
23 * "xlnx,zynq-xadc-1.00.a": When using the ZYNQ device
25 * "xlnx,axi-xadc-1.00.a": When using the axi-xadc pcore to
27 * "xlnx,system-management-wiz-1.3": When using the
30 - reg: Address and length of the register set for the device
31 - interrupts: Interrupt for the XADC control interface.
32 - clocks: When using the ZYNQ this must be the ZYNQ PCAP clock,
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsinf.c2 * Single-precision SVE sin(x) function.
4 * Copyright (c) 2019-2024, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
15 /* Pi-related values to be loaded as one quad-word and used with
21 /* Non-zero coefficients from the degree 9 Taylor series expansion of
23 -0x1.555548p-3f, 0x1.110df4p-7f, -0x1.9f42eap-13f, 0x1.5b2e76p-19f
25 .negpi1 = -0x1.921fb6p+1f,
26 .negpi2 = 0x1.777a5cp-24f,
27 .negpi3 = 0x1.ee59dap-49f,
28 .invpi = 0x1.45f306p-2f,
[all …]
H A Derff.c2 * Single-precision vector erf(x) function.
4 * Copyright (c) 2023-2024, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
16 .min = 0x1.cp-7f, /* 1/64 - 1/512. */
17 .max = 3.9375, /* 4 - 8/128. */
20 .third = 0x1.555556p-2f, /* 1/3. */
25 /* Single-precision implementation of vector erf(x).
26 Approximation based on series expansion near x rounded to
28 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
30 erf(x) ~ erf(r) + scale * d * [1 - r * d - 1/3 * d^2]
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dhynitron,cstxxx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Hynitron cstxxx series touchscreen controller
10 Bindings for Hynitron cstxxx series multi-touch touchscreen
14 - Chris Morgan <macromorgan@hotmail.com>
17 - $ref: touchscreen.yaml#
22 - hynitron,cst340
30 reset-gpios:
33 touchscreen-size-x: true
[all …]
H A Dcypress,tt21000.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,spdif.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
20 - fsl,imx35-spdif
21 - fsl,vf610-spdif
22 - fsl,imx6sx-spdif
23 - fsl,imx8qm-spdif
24 - fsl,imx8qxp-spdif
25 - fsl,imx8mq-spdif
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's Exynos5 SoC series common device tree source
5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
8 * Samsung's Exynos5 SoC series device nodes are listed in this file. Particular
9 * SoCs from Exynos5 series can include this file and provide values for SoCs
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #include <dt-bindings/interrupt-controller/irq.h>
17 interrupt-parent = <&gic>;
18 #address-cells = <1>;
19 #size-cells = <1>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/imx/
H A Dimx8m-soc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/imx/imx8m-soc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX8M Series SoC
10 - Alice Guo <alice.guo@nxp.com>
13 NXP i.MX8M series SoCs contain fuse entries from which SoC Unique ID can be
21 - fsl,imx8mm
22 - fsl,imx8mn
23 - fsl,imx8mp
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-arista.c7 #include "netdissect-stdinc.h"
18 2. A 2-byte subtype field; 0x01 indicates the timestamp header
19 3. A 2-byte version field, described below.
20 4. A 48-bit or 64-bit timestamp field, depending on the contents of the version field
25 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
26 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
28 + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
30 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +
32 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
34 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
[all …]
/freebsd/share/doc/papers/
H A Dbsdreferences.bib5 …ceedings of the European Conference on Computer Systems/Anderson et al. - 2014 - TESLA temporally …
8 mendeley-groups = {CADETS},
23 issn = {0146-4833},
24 pages = {137--143},
36 …title = {An Independent H-TCP Implementation Under FreeBSD 7.0: Description and Observed Behaviour…
43 issn = {0146-4833},
44 pages = {27--38},
51 keywords = {FreeBSD, H-TCP, TCP, congestion control},
56 title = {Integration of the FreeBSD TCP/IP-stack into the Discrete Event Simulator OMNet++},
58 series = {WSC '04},
[all …]

12345678910>>...17