/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | lantiq,pef2256.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Herve Codina <herve.codina@bootlin.com> 20 - const: lantiq,pef2256 27 - description: Master Clock 28 - description: System Clock Receive 29 - description: System Clock Transmit 31 clock-names: 33 - const: mclk [all …]
|
/freebsd-src/sys/dev/netmap/ |
H A D | netmap_bdg.c | 2 * Copyright (C) 2013-2016 Universita` di Pisa 31 --- VALE SWITCH --- 44 On the rx ring, the per-port lock is grabbed initially to reserve 54 * OS-specific code that is used only within this file. 55 * Other OS-specific code that must be accessed by drivers 114 struct nm_bridge *b = vp->na_bdg; in netmap_bdg_name() 117 return b->bdg_basename; in netmap_bdg_name() 145 int colon_pos = -1; in nm_bdg_name_validate() 149 return -1; in nm_bdg_name_validate() 157 return -1; in nm_bdg_name_validate() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | tc358743.txt | 1 * Toshiba TC358743 HDMI-RX to MIPI CSI2-TX Bridge 3 The Toshiba TC358743 HDMI-RX to MIPI CSI2-TX (H2C) is a bridge that converts 4 a HDMI stream to MIPI CSI-2 TX. It is programmable through I2C. 8 - compatible: value should be "toshiba,tc358743" 9 - clocks, clock-names: should contain a phandle link to the reference clock 14 - reset-gpios: gpio phandle GPIO connected to the reset pin 15 - interrupts: GPIO connected to the interrupt pin 16 - data-lanes: should be <1 2 3 4> for four-lane operation, 17 or <1 2> for two-lane operation 18 - clock-lanes: should be <0> [all …]
|
/freebsd-src/contrib/ntp/html/drivers/ |
H A D | driver18.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->12-Oct-2017 08:13<!-- #EndDate --> 20 Serial Port: <tt>/dev/acts<i>u</i></tt>; 9600 baud, 8-bits, no parity<br> 22 …Requires: <tt>/usr/include/sys/termios.h</tt> header file with modem control and a dial-out (cua)&… 26 …-bps modem with a Hayes-compatible command set and control over the modem data terminal ready (DTR… 28 …-distance digits and delay code, if necessary. The <tt>flag1</tt> is reset and the calling program… 30 … via a modem if the radio is configured to send time codes continuously at 1-s intervals. In princ… 35 <p>Phone: (303) 494-4774 (Boulder, CO); (808) 335-4721 (Hawaii)</p> 41 47999 90-04-18 21:39:15 50 0 +.1 045.0 UTC(NIST) *<br> [all …]
|
/freebsd-src/sys/dev/usb/serial/ |
H A D | umcs.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 50 #define MCS7840_DEV_REG_PINPONGHIGH 0x02 /* High bits of ping-pong 52 #define MCS7840_DEV_REG_PINPONGLOW 0x03 /* Low bits of ping-pong 67 #define MCS7840_DEV_REG_PLL_DIV_M 0x0e /* Pre-diviedr for PLL, R/W */ 78 /* DCRx_2-DCRx_4 Registers goes here (see below, they are documented) */ 109 #define MCS7840_DEV_REG_BI_FIFO_STAT1 0x32 /* Bulk-In FIFO Stat for Port 112 #define MCS7840_DEV_REG_BO_FIFO_STAT1 0x33 /* Bulk-out FIFO Stat for Port 115 #define MCS7840_DEV_REG_BI_FIFO_STAT2 0x34 /* Bulk-In FIFO Stat for Port 118 #define MCS7840_DEV_REG_BO_FIFO_STAT2 0x35 /* Bulk-out FIFO Stat for Port [all …]
|
/freebsd-src/tools/tools/usbtest/ |
H A D | usb_modem_test.c | 1 /*- 2 * Copyright (c) 2007-2022 Hans Petter Selasky 51 struct bps rx_bytes; 52 struct bps tx_bytes; 77 p->data_stress_test = 1; in set_defaults() 78 p->control_ep_test = 1; in set_defaults() 79 p->duration = 60; /* seconds */ in set_defaults() 83 do_bps(const char *desc, struct bps *bps, uint32_t len) in do_bps() argument 85 bps->bytes += len; in do_bps() 188 iface_no = p->usb_iface - 1; in usb_modem_control_ep_test() [all …]
|
/freebsd-src/sys/dev/sound/pci/ |
H A D | cmi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 32 * by Takuya Shiozaki <AoiMoe@imou.to>. Chen-Li Tien 39 * SPDIF contributed by Gerhard Gonter <gonter@whisky.wu-wien.ac.at>. 41 * This card/code does not always manage to sample at 44100 - actual 42 * rate drifts slightly between recordings (usually 0-3%). No 96 /* - 105 u_int32_t fmt, spd, phys_buf, bps; global() member [all...] |
H A D | cs4281.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 65 /* ----- 77 u_int32_t spd, fmt, bps, blksz; global() member [all...] |
H A D | als4000.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 30 * als4000.c - driver for the Avance Logic ALS 4000 chipset. 59 /* ---- 68 u_int32_t format, speed, phys_buf, bps; global() member [all...] |
H A D | ich.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 41 /* ----- [all...] |
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_vnops.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 102 if (zfsvfs->z_os->os_sync != ZFS_SYNC_DISABLED) { 105 atomic_inc_32(&zp->z_sync_writes_cnt); 106 zil_commit(zfsvfs->z_log, zp->z_id); in zfs_holey_common() 107 atomic_dec_32(&zp->z_sync_writes_cnt); in zfs_holey_common() 128 file_sz = zp->z_size; in zfs_holey_common() 139 if (zn_has_cached_data(zp, 0, file_sz - 1)) in zfs_holey_common() 142 lr = zfs_rangelock_enter(&zp->z_rangeloc in zfs_holey_common() 1066 blkptr_t *bps; zfs_clone_range() local 1464 zfs_clone_range_replay(znode_t * zp,uint64_t off,uint64_t len,uint64_t blksz,const blkptr_t * bps,size_t nbps) zfs_clone_range_replay() argument [all...] |
H A D | dmu.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 181 rw_enter(&dn->dn_struct_rwlock, RW_READER); in dmu_buf_hold_noread_by_dnode() 184 rw_exit(&dn->dn_struct_rwlock); in dmu_buf_hold_noread_by_dnode() 191 *dbp = &db->db; in dmu_buf_hold_noread() 207 rw_enter(&dn->dn_struct_rwlock, RW_READER); in dmu_buf_hold_noread() 210 rw_exit(&dn->dn_struct_rwlock); in dmu_buf_hold_noread() 218 *dbp = &db->db; in dmu_buf_hold_by_dnode() 285 if (newsize < 0 || newsize > db_fake->db_size) in dmu_set_bonus() 291 if (dn->dn_bonus != db) { in dmu_set_bonus() 315 if (dn->dn_bonu in dmu_set_bonustype() 2219 dmu_read_l0_bps(objset_t * os,uint64_t object,uint64_t offset,uint64_t length,blkptr_t * bps,size_t * nbpsp) dmu_read_l0_bps() argument 2314 dmu_brt_clone(objset_t * os,uint64_t object,uint64_t offset,uint64_t length,dmu_tx_t * tx,const blkptr_t * bps,size_t nbps) dmu_brt_clone() argument [all...] |
/freebsd-src/sys/dev/sound/pcm/ |
H A D | buffer.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> 5 * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 49 snprintf(b->name, SNDBUF_NAMELEN, "%s:%s", drv, desc); in sndbuf_create() 50 b->dev = dev; in sndbuf_create() 51 b->channe in sndbuf_create() [all...] |
H A D | feeder_mixer.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2009 Ariff Abdullah <ariff@FreeBSD.org> 59 src -= PCM_##BIT##_BPS; \ 60 dst -= PCM_##BIT##_BPS; \ 61 count -= PCM_##BIT##_BPS; \ 93 int bps; member 144 if (f->desc->in != f->desc->out) in feed_mixer_init() 148 if (AFMT_ENCODING(f->desc->in) == in feed_mixer_init() 150 f->data = in feed_mixer_init() [all …]
|
H A D | channel.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> 5 * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006 7 * Portions Copyright (c) Luigi Rizzo <luigi@FreeBSD.org> - 1997-99 43 &report_soft_formats, 0, "report software-emulate 125 chn_vpc_proc(int reset,int db) chn_vpc_proc() argument 1863 chn_calclatency(int dir,int latency,int bps,u_int32_t datarate,u_int32_t max,int * rblksz,int * rblkcnt) chn_calclatency() argument [all...] |
/freebsd-src/tools/tools/netmap/ |
H A D | nmreplay.c | 49 * --- Main functions of the program --- 59 * q->cur_pkt points to the buffer containing the packet 60 * q->cur_len packet length, excluding CRC 61 * q->cur_caplen available packet length (may be shorter than cur_len) 62 * q->cur_tt transmission time for the packet, computed from the trace. 66 * q->c_loss (set with the -L command line option) decides 69 * The function is supposed to set q->c_drop = 1 if the 72 * q->c_bw (set with the -B command line option) is used to 74 * in q->cur_tt the transmission time (in nanoseconds) of 76 * of the packet, i.e. q->cur_tt = q->cur_len / <bandwidth> [all …]
|
/freebsd-src/sys/dev/firewire/ |
H A D | 00README | 2 IEEE 1394 support for FreeBSD-5.X and 4.X. 12 named firewire-2002XXXX.tar.gz 16 - fwohci.c/fwohci_pci.c 18 - IEEE1394 link/phy chip control 19 - firewire.c 21 - CSR 22 - Transaction 23 - Character devices for userland 24 - fwmem.c 26 - sbp.c [all …]
|
/freebsd-src/sys/arm/ti/ |
H A D | ti_i2c.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 117 /* { 3200000, 1, 113, 115, 7, 10}, - HS mode */ 138 #define TI_I2C_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) 139 #define TI_I2C_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) 141 mtx_init(&_sc->sc_mtx, device_get_nameunit(_sc->sc_de [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-385-synology-ds116.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 /dts-v1/; 9 #include "armada-385.dtsi" 10 #include <dt-bindings/gpio/gpio.h> 14 compatible = "marvell,a385-gp", "marvell,armada385", "marvell,armada380"; 17 stdout-path = "serial0:115200n8"; 32 internal-regs { 34 pinctrl-names = "default"; 35 pinctrl-0 = <&i2c0_pins>; 37 clock-frequency = <100000>; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1 //===- Local.cpp - Functions to perform local transformations -------- 3666 collectBitParts(Value * V,bool MatchBSwaps,bool MatchBitReversals,std::map<Value *,std::optional<BitPart>> & BPS,int Depth,bool & FoundRoot) collectBitParts() argument 3917 std::map<Value *, std::optional<BitPart>> BPS; recognizeBSwapOrBitReverseIdiom() local [all...] |
/freebsd-src/contrib/ntp/ntpd/ |
H A D | refclock_arc.c | 2 * refclock_arc - clock driver for ARCRON MSF/DCF/WWVB receivers 35 Modifications by Damon Hart-Davis, <d@hd.org>, 1997. 37 Modifications by Christopher Price, <cprice@cs-home.com>, 2003. 44 Orginally developed and used with ntp3-5.85 by Derek Mulcahy. 46 Built against ntp3-5.90 on Solaris 2.5 using gcc 2.7.2. 52 ------------------------------------------------------------------------------- 62 ------------------------------------------------------------------------------- 69 2001-02-17 comp.protocols.time.ntp 89 ------------------------------------------------------------------------------- 95 It works (after a fashion) on both Solaris-1 and Solaris-2. [all …]
|
/freebsd-src/contrib/libpcap/ |
H A D | pcap-dpdk.c | 31 1. Pcap-dpdk provides libpcap the ability to use DPDK with the device name as dpdk:{portid}, such as dpdk:0. 33 3. The testprogs/capturetest provides 6.4Gbps/800,000 pps on Intel 10-Gigabit X540-AT2 with DPDK 18.11. 36 1. DPDK support will be on if DPDK is available. Please set DIR for --with-dpdk[=DIR] with ./configure or -DDPDK_DIR[=DIR] with cmake if DPDK is installed manually. 46 sed -i 's/CONFIG_RTE_BUILD_SHARED_LIB=n/CONFIG_RTE_BUILD_SHARED_LIB=y/' $RTE_SDK/$RTE_TARGET/.config 50 You shall learn how to bind nic with DPDK-compatible driver by $RTE_SDK/usertools/dpdk-devbin 191 uint64_t bps; global() member [all...] |
/freebsd-src/share/man/man4/ |
H A D | gdb.4 | 32 .Cd "makeoptions DEBUG=-g" 43 .Bl -bullet 71 .Pq Cd "makeoptions DEBUG=-g" . 86 .Dl "gdb -k -wcore kernel.debug /dev/mem" 108 .Dl "gdb -k kernel.debug /var/crash/vmcore.29" 144 .Bl -bullet 158 .Bd -literal -offset indent 166 .Bd -literal -offset indent 167 fwohci0: BUS reset 197 .Bd -literal -offset indent [all …]
|
/freebsd-src/sys/arm/arm/ |
H A D | debug_monitor.c | 82 /* ID_DFR0 - Debug Feature Register 0 */ 91 /* DBGDIDR - Debug ID Register */ 102 /* DBGPRSR - Device Powerdown and Reset Status Register */ 105 /* DBGOSLSR - OS Lock Status Register */ 108 /* DBGOSDLR - OS Double Lock Register */ 111 /* DBGDSCR - Debug Status and Control Register */ 112 #define DBGSCR_MDBG_EN (1 << 15) /* Monitor debug-mode enable */ 114 /* DBGWVR - Watchpoint Value Register */ 281 * trigger break exception instead of single-step exception and locks in kdb_cpu_set_singlestep() 466 db_printf(" ----- -------- ---------- --- ---------- ------------------\n"); in dbg_show_watchpoint() [all …]
|
/freebsd-src/sys/cam/ata/ |
H A D | ata_da.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 208 {ADA_ZONE_FLAG_RWP_SUP, "Reset Write Pointer" }, 244 TAILQ_HEAD(, bio) bps; 447 { T_DIRECT, SIP_MEDIA_FIXED, "*", "Corsair CSSD-F*", "*" }, 479 { T_DIRECT, SIP_MEDIA_FIXED, "*", "M4-CT???M4SSD2*", "*" }, 519 { T_DIRECT, SIP_MEDIA_FIXED, "*", "C300-CTFDDA [all...] |