Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Ddcphy.c313 if ((tstat & DC_TSTAT_ANEGSTAT) != DC_ASTAT_AUTONEGCMP) { in dcphy_status()
315 (tstat & DC_TSTAT_ANEGSTAT) == DC_ASTAT_DISABLE) in dcphy_status()
H A Dif_dcreg.h318 #define DC_TSTAT_ANEGSTAT 0x00007000 macro