Home
last modified time | relevance | path

Searched refs:ETHB_UIO_RMII (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/arm/at91/
HDif_atereg.h164 #define ETHB_UIO_RMII (1U << 0) /* RMII: Reduce MII */ macro
HDif_ate.c294 (RD4(sc, ETHB_UIO) & ETHB_UIO_RMII) == ETHB_UIO_RMII; in ate_attach()
1063 reg |= (sc->use_rmii) ? ETHB_UIO_RMII : 0; in ateinit_locked()