/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 1 Microchip USB 2.0 Hi-Speed Hub Controller 4 Hi-Speed Controller. 7 - compatible : Should be "microchip,usb251xb" or one of the specific types: 11 - reg : I2C address on the selected bus (default is <0x2C>) 14 - reset-gpios : Should specify the gpio for hub reset 15 - vdd-supply : Should specify the phandle to the regulator supplying vdd 16 - skip-config : Skip Hub configuration, but only send the USB-Attach command 17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424) 18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type) 19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3) [all …]
|
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
H A D | microchip,usb5744.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB5744 4-port Hub Controller 10 Microchip's USB5744 SmartHubTM IC is a 4 port, SuperSpeed (SS)/Hi-Speed (HS), 12 Gen 1 specification. The USB5744 also supports Full Speed (FS) and Low Speed 19 - Michal Simek <michal.simek@amd.com> 20 - Mubin Sayyed <mubin.sayyed@amd.com> 21 - Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> 26 - usb424,2744 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci.txt | 3 PCI Bus Binding to: IEEE Std 1275-1994 4 https://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf 9 https://www.devicetree.org/open-firmware/practice/imap/imap0_9d.pdf 14 - linux,pci-domain: 21 - max-link-speed: 24 unsupported link speed, for instance, trying to do training for 25 unsupported link speed, etc. Must be '4' for gen4, '3' for gen3, '2' 27 - reset-gpios: 30 - supports-clkreq: 34 not to advertise ASPM L1 Sub-States support if there is no CLKREQ signal. [all …]
|
/freebsd/contrib/libucl/src/ |
H A D | mum.h | 25 input data by 64x64-bit multiplication and mixing hi- and low-parts 38 strings (at least up to 512-bit) on Haswell and Power7. The MUM bulk 39 speed (speed on very long data) is bigger than Spooky and City on 40 Power7. On Haswell the bulk speed is bigger than Spooky one and 41 close to City speed. */ 59 /* Macro saying to use 128-bit integers implemented by GCC for some 107 /* Multiply 64-bit V and P and return sum of high and low parts of the 111 uint64_t hi, lo; in _mum() local 114 /* AARCH64 needs 2 insns to calculate 128-bit result of the in _mum() 116 function doing 128x128->128 bit multiplication. The function is in _mum() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | lis302.txt | 8 - compatible: should be set to "st,lis3lv02d-spi" 9 - reg: the chipselect index 10 - spi-max-frequency: maximal bus speed, should be set to 1000000 unless 12 - interrupts: the interrupt generated by the device 15 - compatible: should be set to "st,lis3lv02d" 16 - reg: i2c slave address 17 - Vdd-supply: The input supply for Vdd 18 - Vdd_IO-supply: The input supply for Vdd_IO 23 - st,click-single-{x,y,z}: if present, tells the device to issue an 26 - st,click-double-{x,y,z}: if present, tells the device to issue an [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | qcom,usb-hs-28nm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,usb-hs-28nm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Synopsys DesignWare Core 28nm High-Speed PHY 10 - Bryan O'Donoghue <bryan.odonoghue@linaro.org> 13 Qualcomm Low-Speed, Full-Speed, Hi-Speed 28nm USB PHY 18 - qcom,usb-hs-28nm-femtophy 23 "#phy-cells": 28 - description: rpmcc ref clock [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | maestro3.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 31 * Maestro-3/Allegro FreeBSD pcm sound driver 35 * (+) /dev/dsp config (speed, mono/stereo, 8/16 bit). 39 * (-) hardware volme controls don't work =-( 40 * (-) setblocksize() does nothing. 50 * Taku YAMAMOTO for his Maestro-1/2 FreeBSD driver and sanity reference. 51 * <taku@cent.saitama-u.ac.jp> 72 /* -------------------------------------------------------------------- */ 74 enum {CHANGE=0, CALL=1, INTR=2, BORING=3, NONE=-1}; [all …]
|
/freebsd/sys/dev/firewire/ |
H A D | if_fwip.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 6 * Copyright (c) 2002-2003 79 #define TX_MAX_QUEUE (FWMAXQUEUE - 1) 118 fwip = ((struct fwip_eth_softc *)if_getsoftc(ifp))->fwip; in fwip_poll() 119 fc = fwip->fd.fc; in fwip_poll() 120 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count); in fwip_poll() 155 ifp = fwip->fw_softc.fwip_ifp = if_alloc(IFT_IEEE1394); in fwip_attach() 157 mtx_init(&fwip->mtx, "fwip", NULL, MTX_DEF); in fwip_attach() 159 fwip->dma_ch = -1; in fwip_attach() [all …]
|
H A D | fwmem.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 4 * Copyright (c) 2002-2003 71 &fwmem_eui64.hi, 0, "Fwmem target EUI64 high"); 74 SYSCTL_INT(_hw_firewire_fwmem, OID_AUTO, speed, CTLFLAG_RW, &fwmem_speed, 0, 75 "Fwmem link speed"); 104 xfer->fc = fwdev->fc; in fwmem_xfer_req() 105 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst; in fwmem_xfer_req() 107 xfer->send.spd = fwdev->speed; in fwmem_xfer_req() 109 xfer->send.spd = min(spd, fwdev->speed); in fwmem_xfer_req() [all …]
|
H A D | firewire.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 5 * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa 130 /* IEEE-1394a Table C-2 Gap count as a function of hops*/ 150 STAILQ_FOREACH(fwdev, &fc->devices, link) in fw_noderesolve_nodeid() 151 if (fwdev->dst == dst && fwdev->status != FWDEVINVAL) in fw_noderesolve_nodeid() 167 STAILQ_FOREACH(fwdev, &fc->devices, link) in fw_noderesolve_eui64() 168 if (FW_EUI64_EQUAL(fwdev->eui, *eui)) in fw_noderesolve_eui64() 174 if (fwdev->status == FWDEVINVAL) in fw_noderesolve_eui64() 194 if (xfer->hand == NULL) { in fw_asyreq() [all …]
|
H A D | firewire.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 5 * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa 58 uint32_t hi; member 103 * Defined 1394a-2000 104 * Table 5B-1 229 * value, or an invalid transaction was attempted (e.g., a write to a read-only 247 uint32_t hi, lo; member 251 ((eui)->hi >> (8 * (3 - (x)))): \ 252 ((eui)->lo >> (8 * (7 - (x)))) \ [all …]
|
H A D | sbp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 5 * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa 74 uint32_t hi,lo; member 121 /* 2: Speed not supported */ 145 /* 2: Time-out error */ 151 /* 7-A: Reserved for future standardization */
|
H A D | sbp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 5 * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa 75 #define SBP_QUEUE_LEN ((SBP_DMA_SIZE - SBP_LOGIN_SIZE) / sizeof(struct sbp_ocb)) 81 *--- 2351 int speed; sbp_action() local [all...] |
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | microchip,ksz.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marek Vasut <marex@denx.de> 11 - Woojung Huh <Woojung.Huh@microchip.com> 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 21 - microchip,ksz8765 22 - microchip,ksz8794 23 - microchip,ksz8795 24 - microchip,ksz8863 [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | x86_64-gcc.c | 2 * Copyright 2002-2018 The OpenSSL Project Authors. All Rights Reserved. 14 /*- 25 * A. Well, that's because this code is basically a quick-n-dirty 26 * proof-of-concept hack. As you can see it's implemented with 37 * A. 'apps/openssl speed rsa dsa' output with no-asm: 49 * 'apps/openssl speed rsa dsa' output with this module: 61 * For the reference. IA-32 assembler implementation performs 62 * very much like 64-bit code compiled with no-asm on the same 69 /*- 70 * "m"(a), "+m"(r) is the way to favor DirectPath µ-code; [all …]
|
/freebsd/usr.sbin/usbdump/ |
H A D | usbdump.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 82 /* for -w option */ 84 /* for -r option */ 86 /* for -b option */ 179 puf->unit = usb_filt_unit; in add_filter() 180 puf->endpoint = usb_filt_ep; in add_filter() 215 const int addr_off = (uintptr_t)&((struct usbpf_pkthdr *)0)->up_address; in make_filter() 216 const int addr_ep = (uintptr_t)&((struct usbpf_pkthdr *)0)->up_endpoint; in make_filter() 218 if (puf->unit != -1) { in make_filter() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 1 //===-- LegalizeTypes.cpp - Common code for DAG type legalizer ------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // an arbitrary well-formed SelectionDAG to only consist of legal types. This 13 //===----------------------------------------------------------------------===// 23 #define DEBUG_TYPE "legalize-types" 26 EnableExpensiveChecks("enable-legalize-types-checking", cl::Hidden); 75 // Remember nodes marked NewNode - they are subject to extra checking below. in PerformExpensiveChecks() 94 assert(UI->getNodeId() == NewNode && in PerformExpensiveChecks() 95 "Remapped value has non-trivial use!"); in PerformExpensiveChecks() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_heath.c | 2 * refclock_heath - clock driver for Heath GC-1000 3 * (but no longer the GC-1001 Model II, which apparently never worked) 25 * This driver supports the Heath GC-1000 Most Accurate Clock, with 37 * There were two GC-1000 versions supported by this driver. The original 38 * GC-1000 with RS-232 output first appeared in 1983, but dissapeared 39 * from the market a few years later. The GC-1001 II with RS-232 output 42 * The GC-100 184 static int speed[] = {B1200, B2400, B4800, B9600}; global() variable [all...] |
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_def.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 60 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) argument 88 * buffer on the rx-bd-ring when we receive TPA_START. We don't want 90 * consumer buffer in the rx-chain since FW may still be writing to it 163 #define BD_UNMAP_ADDR(bd) HILO_U64(le32toh((bd)->addr.hi), \ 164 le32toh((bd)->addr.lo)) 165 #define BD_UNMAP_LEN(bd) (le16toh((bd)->nbytes)) 169 (bd)->addr.hi = htole32(U64_HI(maddr)); \ 170 (bd)->addr.lo = htole32(U64_LO(maddr)); \ 171 (bd)->nbytes = htole16(len); \ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-n950-n9.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * omap3-n950-n9.dtsi - Device Tree file for Nokia N950 & N9 (common stuff) 13 cpu0-supply = <&vcc>; 23 compatible = "regulator-fixed"; 24 regulator-name = "VEMMC"; 25 regulator-min-microvolt = <2900000>; 26 regulator-max-microvolt = <2900000>; 28 startup-delay-us = <150>; 29 enable-active-high; 33 compatible = "regulator-fixed"; [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 6 # 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/contrib/tcsh/ |
H A D | sh.hist.c | 4 /*- 79 struct Hist *fp = pp->Hnext; /* following element, if any */ in hinsert() 80 hp->Hnext = fp, hp->Hprev = pp; in hinsert() 81 pp->Hnext = hp; in hinsert() 83 fp->Hprev = hp; in hinsert() 85 histTail = hp; /* meaning hp->Hnext == NULL */ in hinsert() 93 struct Hist *pp = hp->Hprev; in hremove() 95 pp->Hnext = hp->Hnext; in hremove() 96 if (hp->Hnext) in hremove() 97 hp->Hnext->Hprev = pp; in hremove() [all …]
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 83 "%s [-u bus_num] [-prt] [-c node] [-d node] [-o node] [-s node]\n" in usage() 84 "\t [-l file] [-g gap_count] [-f force_root ] [-b pri_req]\n" in usage() 85 "\t [-M mode] [-R filename] [-S filename] [-m EUI64 | hostname]\n" in usage() 86 "\t-u: specify bus number\n" in usage() 87 "\t-p: Display current PHY register settings\n" in usage() 88 "\t-r: bus reset\n" in usage() 89 "\t-t: read topology map\n" in usage() 90 "\t-c: read configuration ROM\n" in usage() [all …]
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_prime.c | 2 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 33 # define BN_DEF(lo, hi) (BN_ULONG)hi<<32|lo argument 35 # define BN_DEF(lo, hi) lo, hi argument 42 * This includes 751 (which is not currently included in SP 800-89). 71 * Calculate the number of trial divisions that gives the best speed in 72 * combination with Miller-Rabin prime test, based on the sized of the prime. 88 * Use a minimum of 64 rounds of Miller-Rabin, which should give a false 89 * positive rate of 2^-128. If the size of the prime is larger than 2048 91 * to 128 rounds giving a false positive rate of 2^-256. 106 switch (cb->ver) { in BN_GENCB_call() [all …]
|