Searched +full:full +full:- +full:duplex (Results 1 – 25 of 53) sorted by relevance
123
| /Documentation/networking/device_drivers/3com/ |
| D | 3c509.txt | 2 ---------------------------------------------------------------------------- 12 ---------------------------------------------------------------------------- 17 ethercards in Linux. These cards are commonly known by the most widely-used 18 card's 3Com model number, 3c509. They are all 10mb/s ISA-bus cards and shouldn't 19 be (but sometimes are) confused with the similarly-numbered PCI-bus "3c905" 25 3c509B (later revision of the ISA card; supports full-duplex) 27 3c589B (later revision of the 3c589; supports full-duplex) 40 The driver allows boot- or load-time overriding of the card's detected IOADDR, 42 needed except to enable full-duplex mode (see below). An example of the syntax 57 (2) Full-duplex mode [all …]
|
| D | vortex.txt | 16 Linux kernel mailing list <linux-kernel@vger.kernel.org> 22 Since kernel 2.3.99-pre6, this driver incorporates the support for the 23 3c575-series Cardbus cards which used to be handled by 3c575_cb.c. 32 3c595 Vortex 100base-MII 38 3c900B-FL Cyclone 10base-FL 43 3c905B-FX Cyclone 100baseFx 45 3c920B-EMB-WNM (ATI Radeon 9100 IGP) 47 3c980C Python-T 48 3cSOHO100-TX Hurricane 63 3c905B-T4 [all …]
|
| /Documentation/devicetree/bindings/phy/ |
| D | phy-ocelot-serdes.txt | 2 ------------------------------------- 13 half/full-duplex and 1000Mbps in full-duplex mode while SERDES6G supports 14 10/100Mbps in half/full-duplex and 1000/2500Mbps in full-duplex mode. 19 This is a child of the HSIO syscon ("mscc,ocelot-hsio", see 24 - compatible: should be "mscc,vsc7514-serdes" 25 - #phy-cells : from the generic phy bindings, must be 2. 28 defined in dt-bindings/phy/phy-ocelot-serdes.h 33 compatible = "mscc,vsc7514-serdes"; 34 #phy-cells = <2>; 39 phy-handle = <&phy_foo>;
|
| /Documentation/devicetree/bindings/net/dsa/ |
| D | dsa.txt | 2 ---------------------------------------------------- 12 - ports : A container for child nodes representing switch ports. 16 - dsa,member : A two element list indicates which DSA cluster, and position 26 - #address-cells : Must be 1 27 - #size-cells : Must be 0 30 - reg : Describes the port address in the switch 35 - link : Should be a list of phandles to other switch's DSA 37 towards the phandle ports. The full routing 43 - ethernet : Should be a phandle to a valid Ethernet device node. 49 - label : Describes the label associated with this port, which [all …]
|
| D | qca8k.txt | 5 - compatible: should be one of: 9 - #size-cells: must be 0 10 - #address-cells: must be 1 14 - reset-gpios: GPIO to be used to reset the whole device 20 mdio-bus each subnode describing a port needs to have a valid phandle 24 Don't use mixed external and internal mdio-bus configurations, as this is 31 - fixed-link : Fixed-link subnode describing a link to a non-MDIO 33 Documentation/devicetree/bindings/net/fixed-link.txt 36 For QCA8K the 'fixed-link' sub-node supports only the following properties: 38 - 'speed' (integer, mandatory), to indicate the link speed. Accepted [all …]
|
| D | ksz.txt | 6 - compatible: For external switch chips, compatible string must be exactly one 8 - "microchip,ksz8765" 9 - "microchip,ksz8794" 10 - "microchip,ksz8795" 11 - "microchip,ksz9477" 12 - "microchip,ksz9897" 13 - "microchip,ksz9896" 14 - "microchip,ksz9567" 15 - "microchip,ksz8565" 16 - "microchip,ksz9893" [all …]
|
| D | b53.txt | 6 - compatible: For external switch chips, compatible string must be exactly one 18 "brcm,bcm11360-srab" and the mandatory "brcm,cygnus-srab" string 21 "brcm,bcm53010-srab" 22 "brcm,bcm53011-srab" 23 "brcm,bcm53012-srab" 24 "brcm,bcm53018-srab" 25 "brcm,bcm53019-srab" and the mandatory "brcm,bcm5301x-srab" string 28 "brcm,bcm11404-srab" 29 "brcm,bcm11407-srab" 30 "brcm,bcm11409-srab" [all …]
|
| D | mt7530.txt | 6 - compatible: may be compatible = "mediatek,mt7530" 8 - #address-cells: Must be 1. 9 - #size-cells: Must be 0. 10 - mediatek,mcm: Boolean; if defined, indicates that either MT7530 is the part 11 on multi-chip module belong to MT7623A has or the remotely standalone 16 - core-supply: Phandle to the regulator node necessary for the core power. 17 - io-supply: Phandle to the regulator node necessary for the I/O power. 18 See Documentation/devicetree/bindings/regulator/mt6323-regulator.txt 23 - reset-gpios: Should be a gpio specifier for a reset line. 27 - resets : Phandle pointing to the system reset controller with [all …]
|
| D | vitesse,vsc73xx.txt | 9 Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch 10 Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch 11 Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch 12 Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch 17 reside inside a SPI bus device tree node, see spi/spi-bus.txt 19 When the chip is connected to a parallel memory bus and work in memory-mapped 25 - compatible: must be exactly one of: 30 - gpio-controller: indicates that this switch is also a GPIO controller, 32 - #gpio-cells: this must be set to <2> and indicates that we are a twocell 37 - reset-gpios: a handle to a GPIO line that can issue reset of the chip. [all …]
|
| /Documentation/spi/ |
| D | spidev.rst | 5 SPI devices have a limited userspace API, supporting basic half-duplex 7 full duplex transfers and device I/O configuration are also available. 19 * Prototyping in an environment that's not crash-prone; stray pointers 73 Since this is a standard Linux device driver -- even though it just happens 74 to expose a low level API to userspace -- it can be associated with any number 84 Standard read() and write() operations are obviously only half-duplex, and 85 the chipselect is deactivated between those operations. Full-duplex access, 86 and composite operation without chipselect de-activation, is available using 103 which will return (RD) or assign (WR) the full SPI transfer mode, 109 transfer SPI words. Zero indicates MSB-first; other values indicate [all …]
|
| /Documentation/networking/device_drivers/ti/ |
| D | tlan.txt | 1 (C) 1997-1998 Caldera, Inc. 3 (C) 1999-2001 Torben Mathiasen <tmm@image.dk, torben.mathiasen@compaq.com> 28 108d 0012 Olicom OC-2325 29 108d 0013 Olicom OC-2183 30 108d 0014 Olicom OC-2326 63 3. You can set duplex=1 to force half duplex, and duplex=2 to 64 force full duplex. 71 5. You have to use speed=X duplex=Y together now. If you just 72 do "insmod tlan.o speed=100" the driver will do Auto-Neg. 73 To force a 10Mbps Half-Duplex link do "insmod tlan.o speed=10 [all …]
|
| /Documentation/networking/device_drivers/intel/ |
| D | e1000.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 8 Copyright(c) 1999 - 2013 Intel Corporation. 13 - Identifying Your Adapter 14 - Command Line Parameters 15 - Speed and Duplex Configuration 16 - Additional Configurations 17 - Support 40 For more information about the AutoNeg, Duplex, and Speed 41 parameters, see the "Speed and Duplex Configuration" section in 50 ------- [all …]
|
| D | e100.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 12 - In This Release 13 - Identifying Your Adapter 14 - Building and Installation 15 - Driver Configuration Parameters 16 - Additional Configurations 17 - Known Issues 18 - Support 25 Adapters. This driver includes support for Itanium(R)2-based systems. 31 - Native VLANs [all …]
|
| /Documentation/networking/device_drivers/dec/ |
| D | dmfe.txt | 21 dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17) 30 insmod dmfe mode=0 # Force 10M Half Duplex 31 insmod dmfe mode=1 # Force 100M Half Duplex 32 insmod dmfe mode=4 # Force 10M Full Duplex 33 insmod dmfe mode=5 # Force 100M Full Duplex
|
| D | de4x5.txt | 42 measurement. Their error is +/-20k on a quiet (private) network and also 73 3) compile de4x5.c, but include -DMODULE in the command line to ensure 105 The SMC9332 card has a non-compliant SROM which needs fixing - I have 107 to a previous DEC-STD format. 146 Where SROM media detection is used and full duplex is specified in the 147 SROM, the feature is ignored unless lp->params.fdx is set at compile 149 below]). This is because there is no way to automatically detect full 150 duplex links except through autonegotiation. When I include the 155 through LILO. This will allow a per adapter board set up of full duplex 156 and media. The only lexical constraints are: the board name (dev->name) [all …]
|
| /Documentation/networking/device_drivers/dlink/ |
| D | dl2k.txt | 2 D-Link DL2000-based Gigabit Ethernet Adapter Installation 8 - Compatibility List 9 - Quick Install 10 - Compiling the Driver 11 - Installing the Driver 12 - Option parameter 13 - Configuration Script Sample 14 - Troubleshooting 21 D-Link DGE-550T Gigabit Ethernet Adapter. 22 D-Link DGE-550SX Gigabit Ethernet Adapter. [all …]
|
| /Documentation/devicetree/bindings/net/ |
| D | ethernet-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/ethernet-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - David S. Miller <davem@davemloft.net> 16 local-mac-address: 18 - $ref: /schemas/types.yaml#definitions/uint8-array 19 - items: 20 - minItems: 6 25 mac-address: [all …]
|
| D | micrel.txt | 7 - micrel,led-mode : LED mode value to set for PHYs with configurable LEDs. 22 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select 29 non-standard, inverted function of this configuration bit. 30 Specifically, a clock reference ("rmii-ref" below) is always needed to 33 - clocks, clock-names: contains clocks according to the common clock bindings. 36 - KSZ8021, KSZ8031, KSZ8081, KSZ8091: "rmii-ref": The RMII reference 39 - micrel,fiber-mode: If present the PHY is configured to operate in fiber mode 46 In fiber mode, auto-negotiation is disabled and the PHY can only work in 47 100base-fx (full and half duplex) modes.
|
| /Documentation/devicetree/bindings/spi/ |
| D | icpdas-lp8841-spi-rtc.txt | 1 * ICP DAS LP-8841 SPI Controller for RTC 3 ICP DAS LP-8841 contains a DS-1302 RTC. RTC is connected to an IO 6 The device uses the standard MicroWire half-duplex transfer timing. 13 - #address-cells: should be 1 15 - #size-cells: should be 0 17 - compatible: should be "icpdas,lp8841-spi-rtc" 19 - reg: should provide IO memory address 23 - There can be only one slave device. 25 - The spi slave node should claim the following flags which are 28 - spi-3wire: The master itself has only 3 wire. It cannor work in [all …]
|
| D | spi-pl022.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/spi/spi-pl022.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 - $ref: "spi-controller.yaml#" 22 - compatible 27 - const: arm,pl022 28 - const: arm,primecell 39 clock-names: [all …]
|
| D | spi-stm32.txt | 4 the Serial Peripheral Interface. It supports full-duplex, half-duplex and 6 from 4 to 32-bit data size. Although it can be configured as master or slave, 10 - compatible: Should be one of: 11 "st,stm32h7-spi" 12 "st,stm32f4-spi" 13 - reg: Offset and length of the device's register set. 14 - interrupts: Must contain the interrupt id. 15 - clocks: Must contain an entry for spiclk (which feeds the internal clock 17 - #address-cells: Number of cells required to define a chip select address. 18 - #size-cells: Should be zero. [all …]
|
| D | amlogic,meson-gx-spicc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/spi/amlogic,meson-gx-spicc.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Neil Armstrong <narmstrong@baylibre.com> 14 - $ref: "spi-controller.yaml#" 17 The Meson SPICC is a generic SPI controller for general purpose Full-Duplex 23 - amlogic,meson-gx-spicc # SPICC controller on Amlogic GX and compatible SoCs 24 - amlogic,meson-axg-spicc # SPICC controller on Amlogic AXG and compatible SoCs 38 clock-names: [all …]
|
| /Documentation/driver-api/ |
| D | spi.rst | 7 often in the range of 1-20 MHz), a "Master Out, Slave In" (MOSI) data 8 line, and a "Master In, Slave Out" (MISO) data line. SPI is a full 9 duplex protocol; for each bit shifted out the MOSI line (one per clock) 12 additional chipselect line is usually active-low (nCS); four signals are 33 board-specific initialization code. A :c:type:`struct spi_driver 42 which wraps a full duplex SPI transfer. A variety of protocol tweaking 46 .. kernel-doc:: include/linux/spi/spi.h 49 .. kernel-doc:: drivers/spi/spi.c 52 .. kernel-doc:: drivers/spi/spi.c
|
| /Documentation/devicetree/bindings/serial/ |
| D | fsl,s32-linflexuart.txt | 4 support for full-duplex UART communication through 8-bit and 9-bit frames. 9 - compatible : 10 - "fsl,s32v234-linflexuart" for LINFlexD configured in UART mode, which 12 - reg : Address and length of the register set for the device 13 - interrupts : Should contain uart interrupt 17 compatible = "fsl,s32v234-linflexuart";
|
| /Documentation/ABI/testing/ |
| D | sysfs-bus-pci-drivers-xhci_hcd | 5 xHCI compatible USB host controllers (i.e. super-speed 9 the equivalent of a very high performance full-duplex
|
123