Searched +full:10 +full:base +full:- +full:t1x (Results 1 – 5 of 5) sorted by relevance
1 .. SPDX-License-Identifier: GPL-2.0+4 OPEN Alliance 10BASE-T1x MAC-PHY Serial Interface (TC6) Framework Support8 ------------10 The IEEE 802.3cg project defines two 10 Mbit/s PHYs operating over a11 single pair of conductors. The 10BASE-T1L (Clause 146) is a long reach12 PHY supporting full duplex point-to-point operation over 1 km of single13 balanced pair of conductors. The 10BASE-T1S (Clause 147) is a short reach14 PHY supporting full / half duplex point-to-point operation over 15 m of21 works in conjunction with the 10BASE-T1S PHY operating in multidrop mode.23 The aforementioned PHYs are intended to cover the low-speed / low-cost[all …]
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 LAN8650/1 10BASE-T1S MACPHY Ethernet Controllers10 - Parthiban Veerasooran <parthiban.veerasooran@microchip.com>14 PHY to enable 10BASE‑T1S networks. The Ethernet Media Access Controller15 (MAC) module implements a 10 Mbps half duplex Ethernet MAC, compatible16 with the IEEE 802.3 standard and a 10BASE-T1S physical layer transceiver18 the MAC-PHY is specified in the OPEN Alliance 10BASE-T1x MACPHY Serial22 - $ref: /schemas/net/ethernet-controller.yaml#[all …]
1 # SPDX-License-Identifier: GPL-2.0-only14 uses OPEN Alliance 10BASE-T1x Serial Interface specification.
1 /* SPDX-License-Identifier: GPL-2.0+ */3 * OPEN Alliance 10BASE‑T1x MAC‑PHY Serial Interface framework5 …* Link: https://opensig.org/download/document/OPEN_Alliance_10BASET1x_MAC-PHY_Serial_Interface_V1.…
1 // SPDX-License-Identifier: GPL-2.0+3 * OPEN Alliance 10BASE‑T1x MAC‑PHY Serial Interface framework48 /* PHY Clause 22 registers base address and mask */108 /* Internal structure for MAC-PHY drivers */166 xfer.tx_buf = tc6->spi_data_tx_buf; in oa_tc6_spi_transfer()167 xfer.rx_buf = tc6->spi_data_rx_buf; in oa_tc6_spi_transfer()169 xfer.tx_buf = tc6->spi_ctrl_tx_buf; in oa_tc6_spi_transfer()170 xfer.rx_buf = tc6->spi_ctrl_rx_buf; in oa_tc6_spi_transfer()177 return spi_sync(tc6->spi, &msg); in oa_tc6_spi_transfer()183 * http://www-graphics.stanford.edu/~seander/bithacks.html in oa_tc6_get_parity()[all …]