搜索资源列表
目前以太网PHY芯片是通过总线MDC/mdio
- 目前以太网PHY芯片是通过总线MDC/mdio,但是基本上是通过MAC芯片直接管理的,本代码实现了通过FPGA管理PHY。即由FPGA完成MII管理,At present, Ethernet PHY chip through the bus MDC/mdio, but basically through the direct management of MAC chip, the code through the FPGA implementation management PHY. FPGA
mdio
- mdio verilog RTL代码,SOC可以通过mdio接口来访问外部PHY等慢速外设-mdio verilog RTL code
mdio
- cpu与phy通信,让cpu能读写phy芯片,实现通信-cpu communication with phy
mdio
- Generic support for mdio-compatible transceivers
mdio-gpio
- GPIO based mdio bitbang driver.
mdio-bitbang
- Bitbanged mdio support.
mdio
- The mdio interface is a simple, two-wire, serial interface, clock and data. mdio is used to connect a management entity and a managed PHY for the purposes of controlling the PHY and gathering status from the PHY. The two lines include the MDC lin
mdio
- linux mdio tool: read operation: mdio reg_addr write operation: mdio reg_addr value For example: mdio eth0 1 mdio eth0 0 0x12
mdio-octeon
- Cavium Networks Octeon SMI mdio driver.
mdio-bitbang
- Bitbanged mdio support for Linux v2.13.6.
mdio-gpio
- GPIO based mdio bitbang driver for Linux v2.13.6.
mdio-mux
- mdio bus multiplexer framwork.
cvmx-mdio
- Interface to the SMI mdio hardware, including support for both IEEE 802.3 clause 22 and clause 45 operations.
mdio-mux-mmioreg
- Simple memory-mapped device mdio MUX driver.
mdio
- linux mdio.h: definitions for mdio (clause 45) transceivers.
mdio-sun4i
- Allwinner EMAC mdio interface driver.
mdio-moxart
- MOXA ART Ethernet (RTL8201CP) mdio interface driver.
mdio-gpio
- GPIO based mdio bitbang driver.
mdio
- mdio的读写操作实例代码,实例代码为操作phy芯片的流程(the code of mdio,including reading and writing the code of mdio)
以太网mdio接口
- 以太网的mac层与phy芯片之间的mdio接口通信,现已在lattice环境验证通过。