Searched +full:100 +full:base +full:- +full:fx +full:- +full:to +full:- +full:100 +full:base +full:- +full:tx (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,dp83869.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - $ref: ethernet-phy.yaml# 14 - Andrew Davis <afd@ti.com> 17 The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiver 18 with integrated PMD sublayers that supports 10BASE-Te, 100BASE-TX and 19 1000BASE-T Ethernet protocols. The DP83869 also supports 1000BASE-X and 20 100BASE-FX Fiber protocols. 21 This device interfaces to the MAC layer through Reduced GMII (RGMII) and [all …]
|
H A D | qcom,qca807x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Christian Marangi <ansuelsmth@gmail.com> 11 - Robert Marko <robert.marko@sartura.hr> 15 IEEE 802.3 clause 22 compliant 10BASE-Te, 100BASE-TX and 16 1000BASE-T PHY-s. 19 MAC, while second one is SGMII for connection to MAC or fiber. 21 Both models have a combo port that supports 1000BASE-X and 22 100BASE-FX fiber. [all …]
|
H A D | ti,dp83822.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Andrew Davis <afd@ti.com> 14 The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It 15 provides all of the physical layer functions needed to transmit and receive 16 data over standard, twisted-pair cables or to connect to an external, 17 fiber-optic transceiver. Additionally, the DP83822 provides flexibility to 18 connect to a MAC through a standard MII, RMII, or RGMII interface 24 - $ref: ethernet-phy.yaml# [all …]
|
/freebsd/sys/dev/mii/ |
H A D | bmtphyreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 7 * This code is derived from software contributed to The NetBSD Foundation 21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 48 #define AUX_CTL_FEF_EN 0x0020 /* far-end fault enable */ 51 #define AUX_STS_FX_MODE 0x0400 /* 100base-FX mode (strap pin) */ 53 #define AUX_STS_100BASE_LINK 0x0100 /* 1 = 100base link */ 59 #define AUX_STS_TXERROR 0x0004 /* Tx error detected */ 63 #define MII_BMTPHY_RXERROR_CTR 0x12 /* 100base-X Rx error counter */ [all …]
|
H A D | lxtphyreg.h | 4 /*- 5 * SPDX-License-Identifier: BSD-2-Clause 10 * This code is derived from software contributed to The NetBSD Foundation 25 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 44 /* All bits user-defined */ 57 #define CONFIG_TXMIT_TEST 0x4000 /* 100base-T Transmit Test */ 60 #define CONFIG_TPLOOP 0x0800 /* Disable 10base-T Loopback */ 70 #define CONFIG_ADVTXCLK 0x0020 /* Advance TX clock */ 71 #define CONFIG_5BSYMBOL 0x0010 /* 5-bit Symbol mode */ [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2025-03-09 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 11 # anything to contribute, please follow the instructions at the web site. 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 51 7a19 PCI-to-PCI Bridge [all …]
|
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 8 # body of your email (a bot will attempt to deal with it). 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2025-04-01 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 [all …]
|
/freebsd/sys/dev/bxe/ |
H A D | bxe_elink.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. 17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 501 /* These pins configure the BCM84823 interface to MAC after reset. */ 504 /* These pins configure the BCM84823 interface to Line after reset. */ 508 /* When this pin is active high during reset, 10GBASE-T core is power 509 * down, When it is active low the 10GBASE-T is power up 774 #define I2C_WA_PWR_ITER (I2C_WA_RETRY_CNT - 1) [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_eeprom.c | 4 * Permission to use, copy, modify, and/or distribute this software for any 9 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 72 * To disable searching a type, set its parameter to 0. 83 * Set the type of memory used to store calibration data. 84 * Used by nart to force reading/writing of a specific type. 86 * by setting source to calibration_data_none=0. 91 AH9300(ah)->calibration_data_source = source; in ar9300_calibration_data_set() 100 return AH9300(ah)->calibration_data_source; in ar9300_calibration_data_get() 107 * Set the address of first byte used to store calibration data. 108 * Used by nart to force reading/writing at a specific address. [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 51 %%% 4000 entries) for BibTeX and TeX to handle, 62 %%% entries from 1958 to 2000. 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. [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 5 ** unit. This allows many compilers to do optimizations that would not be 10 ** This file is all you need to compile SQLite. To use SQLite in other 12 ** the programming interface to the SQLite library. (If you do not have 14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start 16 ** if you want a wrapper to interface SQLite with your choice of programming 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 35 ** The author disclaims copyright to this source code. In place of 51 ** Some comments have special meaning to the tools that measure test 54 ** NO_TEST - The branches on this line are not [all …]
|