Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_enet.h41 E_ENET_IF_MII = 0x00010000, /**< MII interface */ enumerator
186 E_ENET_MODE_MII_10 = (E_ENET_IF_MII | E_ENET_SPEED_10),
188 E_ENET_MODE_MII_100 = (E_ENET_IF_MII | E_ENET_SPEED_100),
/freebsd/sys/contrib/ncsw/inc/
H A Denet_ext.h69 e_ENET_IF_MII = E_ENET_IF_MII, /**< MII interface */
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c132 iface_mode == E_ENET_IF_MII) in fman_dtsec_init()