Home
last modified time | relevance | path

Searched full:mii (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-Core-3.5.0/dts/bindings/dsa/
Dmicrochip,ksz8794.yaml19 mii-lowspeed-drivestrength:
22 Define the Low-Speed Interface Drive Strength for MII and RMMI
/Zephyr-Core-3.5.0/drivers/ethernet/phy/
DKconfig25 bool "Generic MII PHY Driver"
30 This is a generic MII PHY interface that communicates with the
Dphy_mii.c16 #include <zephyr/net/mii.h>
167 LOG_DBG("PHY (%d) Starting MII PHY auto-negotiate sequence", in update_link_state()
Dphy_adin2111.c20 #include <zephyr/net/mii.h>
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_smsc91x_priv.h130 #define MD_INT 0x0080 /* MII */
134 #define MGMT_MDO 0x0001 /* MII management output */
135 #define MGMT_MDI 0x0002 /* MII management input */
136 #define MGMT_MCLK 0x0004 /* MII management clock */
137 #define MGMT_MDOE 0x0008 /* MII management output enable */
Dphy_cyclonev.c108 /* Prepare the MII address register value */ in alt_eth_phy_write_register()
118 /* Set the MII Busy bit */ in alt_eth_phy_write_register()
121 /* Give the value to the MII data register */ in alt_eth_phy_write_register()
123 /* Write the result value into the MII Address register */ in alt_eth_phy_write_register()
155 /* Prepare the MII address register value */ in alt_eth_phy_read_register()
165 /* Set the MII Busy bit */ in alt_eth_phy_read_register()
168 /* Write the result value into the MII Address register */ in alt_eth_phy_read_register()
DKconfig.nxp_s32_gmac82 internal FIFO on to the internal MII/GMII interface, passing through
84 This mode requires the MII/GMII Rx clock input signal to function
DKconfig.stm32_hal120 bool "Use MII interface"
122 Use the MII physical interface instead of RMII.
Deth_esp32.c217 /* Configure phy for Media-Independent Interface (MII) or in eth_esp32_initialize()
226 } else if (strcmp(phy_connection_type, "mii") == 0) { in eth_esp32_initialize()
Deth_enc28j60_priv.h25 * 0x2 MII Register
Dphy_gecko.c12 #include <zephyr/net/mii.h>
Deth_cyclonev_priv.h248 #define EMAC_GMACGRP_MAC_CONFIGURATION_PS_SET_MSK 0x00008000 /* Port Select = MII */
379 /*!< Receive error: error reported by MII interface */
Deth_smsc91x.c25 * MII
Deth_xlnx_gem_priv.h255 * [11] Use TBI instead of the GMII/MII interface
/Zephyr-Core-3.5.0/include/zephyr/net/
Dmii.h9 * @brief Definitions for IEEE 802.3, Section 2 MII compatible PHY transceivers
16 * @brief Ethernet MII (media independent interface) functions
17 * @defgroup ethernet_mii Ethernet MII Support Functions
22 /* MII management registers */
63 /** isolate electrically PHY from MII */
/Zephyr-Core-3.5.0/dts/bindings/ethernet/
Despressif,esp32-eth.yaml16 - "mii"
Dnxp,s32-gmac.yaml23 - "mii"
Dethernet-phy.yaml6 description: Generic MII PHY
Datmel,gmac-common.yaml50 - "mii"
Dxlnx,gem.yaml282 bled instead of the GMII/MII interface.
/Zephyr-Core-3.5.0/dts/arm/atmel/
Dsam4e.dtsi167 phy-connection-type = "mii";
/Zephyr-Core-3.5.0/boards/arm/ip_k66f/doc/
Dindex.rst11 Ethernet switch with Gigabit RGMII/MII/RMII interface.
/Zephyr-Core-3.5.0/boards/arm/stm32f769i_disco/doc/
Dindex.rst82 - 10/100 Ethernet MAC with dedicated DMA: supports IEEE 1588v2 hardware, MII/RMII
/Zephyr-Core-3.5.0/boards/arm/96b_avenger96/doc/
Dindex.rst103 - 10/100M or Gigabit Ethernet GMAC (IEEE 1588v2 hardware, MII/RMII/GMII/RGMI)
/Zephyr-Core-3.5.0/boards/arm/stm32mp157c_dk2/doc/
Dstm32mp157_dk2.rst113 - 10/100M or Gigabit Ethernet GMAC (IEEE 1588v2 hardware, MII/RMII/GMII/RGMI)

12