Lines Matching +full:sgmii +full:- +full:phy

1 /* Copyright (c) 2008-2012 Freescale Semiconductor, Inc
45 #define ENET_NUM_OCTETS_PER_ADDRESS 6 /**< Number of octets (8-bit bytes) in an ethernet addres…
65 @Description Ethernet MAC-PHY Interface
76 e_ENET_IF_SGMII = E_ENET_IF_SGMII, /**< SGMII interface */
82 #define ENET_IF_SGMII_BASEX 0x80000000 /**< SGMII/QSGII interface with 1000BaseX
83 auto-negotiation between MAC and phy
85 Note: 1000BaseX auto-negotiation relates
86 only to interface between MAC and phy/backplane,
87 SGMII phy can still synchronize with far-end phy
95 e_ENET_HALF_DUPLEX, /**< Half-Duplex mode */
96 e_ENET_FULL_DUPLEX /**< Full-Duplex mode */
112 @Description Ethernet mode (combination of MAC-PHY interface and speed)
130 /**< 10 Mbps SGMII with auto-negotiation between MAC and
131 SGMII phy according to Cisco SGMII specification */
133 /**< 100 Mbps SGMII with auto-negotiation between MAC and
134 SGMII phy according to Cisco SGMII specification */
136 /**< 1000 Mbps SGMII with auto-negotiation between MAC and
137 SGMII phy according to Cisco SGMII specification */
140 /**< 10 Mbps SGMII with 1000BaseX auto-negotiation between
141 MAC and SGMII phy or backplane */
143 /**< 100 Mbps SGMII with 1000BaseX auto-negotiation between
144 MAC and SGMII phy or backplane */
146 /**< 1000 Mbps SGMII with 1000BaseX auto-negotiation between
147 MAC and SGMII phy or backplane */
149 /**< 1000 Mbps QSGMII with auto-negotiation between MAC and
150 QSGMII phy according to Cisco QSGMII specification */
152 … /**< 1000 Mbps QSGMII with 1000BaseX auto-negotiation between
153 MAC and QSGMII phy or backplane */
201 (_enetAddr)[i] = (uint8_t)((_addr64) >> ((5-i)*8)); \