Home
last modified time | relevance | path

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

/NextBSD/sys/dev/dc/
HDdcphy.c298 int anlpar, tstat; in dcphy_status() local
309 tstat = CSR_READ_4(dc_sc, DC_10BTSTAT); in dcphy_status()
310 if (!(tstat & DC_TSTAT_LS10) || !(tstat & DC_TSTAT_LS100)) in dcphy_status()
315 if ((tstat & DC_TSTAT_ANEGSTAT) != DC_ASTAT_AUTONEGCMP) { in dcphy_status()
317 (tstat & DC_TSTAT_ANEGSTAT) == DC_ASTAT_DISABLE) in dcphy_status()
323 if (tstat & DC_TSTAT_LP_CAN_NWAY) { in dcphy_status()
324 anlpar = tstat >> 16; in dcphy_status()
354 if (!(tstat & DC_TSTAT_LS100)) in dcphy_status()
356 else if (!(tstat & DC_TSTAT_LS10)) in dcphy_status()
/NextBSD/sys/dev/fe/
HDif_fe.c1437 fe_tint (struct fe_softc * sc, u_char tstat) in fe_tint() argument
1445 if (tstat & FE_D0_COLL16) { in fe_tint()
1483 if (tstat & FE_D0_TXDONE) { in fe_tint()
1698 u_char tstat, rstat; in fe_intr() local
1708 tstat = fe_inb(sc, FE_DLCR0) & FE_TMASK; in fe_intr()
1710 if (tstat == 0 && rstat == 0) { in fe_intr()
1718 fe_outb(sc, FE_DLCR0, tstat); in fe_intr()
1724 if (tstat) in fe_intr()
1725 fe_tint(sc, tstat); in fe_intr()
/NextBSD/usr.sbin/lpr/common_source/
HDctlinfo.c438 struct stat tstat; in ctl_renametf() local
439 res = stat(TRIGGERTEST_FNAME, &tstat); in ctl_renametf()