Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Ddcphy.c296 int anlpar, tstat; in dcphy_status() local
307 tstat = CSR_READ_4(dc_sc, DC_10BTSTAT); in dcphy_status()
308 if (!(tstat & DC_TSTAT_LS10) || !(tstat & DC_TSTAT_LS100)) in dcphy_status()
313 if ((tstat & DC_TSTAT_ANEGSTAT) != DC_ASTAT_AUTONEGCMP) { in dcphy_status()
315 (tstat & DC_TSTAT_ANEGSTAT) == DC_ASTAT_DISABLE) in dcphy_status()
321 if (tstat & DC_TSTAT_LP_CAN_NWAY) { in dcphy_status()
322 anlpar = tstat >> 16; in dcphy_status()
352 if (!(tstat & DC_TSTAT_LS100)) in dcphy_status()
354 else if (!(tstat & DC_TSTAT_LS10)) in dcphy_status()
/freebsd/usr.sbin/lpr/common_source/
H A Dctlinfo.c440 struct stat tstat; in ctl_renametf() local
441 res = stat(TRIGGERTEST_FNAME, &tstat); in ctl_renametf()