Home
last modified time | relevance | path

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

/freebsd/sys/dev/tsec/
H A Dif_tsecreg.h299 #define TSEC_MACCFG2_MII 0x00000100 /* Nibble mode (MII) */ macro
H A Dif_tsec.c1633 tmp |= TSEC_MACCFG2_MII; in tsec_miibus_statchg()
1655 ecntrl |= (tmp & TSEC_MACCFG2_MII) ? TSEC_ECNTRL_R100M : 0; in tsec_miibus_statchg()