Searched refs:tstat (Results 1 – 2 of 2) sorted by relevance
296 int anlpar, tstat; in dcphy_status() local307 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()
440 struct stat tstat; in ctl_renametf() local441 res = stat(TRIGGERTEST_FNAME, &tstat); in ctl_renametf()