Home
last modified time | relevance | path

Searched refs:E_ENET_IF_GMII (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_enet.h44 E_ENET_IF_GMII = 0x00040000, /**< GMII interface */ enumerator
198 E_ENET_MODE_GMII_1000 = (E_ENET_IF_GMII | E_ENET_SPEED_1000),
/freebsd/sys/contrib/ncsw/inc/
H A Denet_ext.h72 e_ENET_IF_GMII = E_ENET_IF_GMII, /**< GMII interface */
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c143 if (is_rgmii || iface_mode == E_ENET_IF_GMII) in fman_dtsec_init()