Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_enet.h42 E_ENET_IF_RMII = 0x00020000, /**< RMII interface */ enumerator
190 E_ENET_MODE_RMII_10 = (E_ENET_IF_RMII | E_ENET_SPEED_10),
192 E_ENET_MODE_RMII_100 = (E_ENET_IF_RMII | E_ENET_SPEED_100),
/freebsd/sys/contrib/ncsw/inc/
H A Denet_ext.h70 e_ENET_IF_RMII = E_ENET_IF_RMII, /**< RMII interface */
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_dtsec.c127 iface_mode == E_ENET_IF_RMII) in fman_dtsec_init()