Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmb86950.c391 u_int8_t tstat; in mb86950_watchdog() local
394 if ((tstat = bus_space_read_1(bst, bsh, DLCR_TX_STAT)) != 0) { in mb86950_watchdog()
395 if (tstat & TX_CR_LOST) { in mb86950_watchdog()
396 if ((tstat & (TX_COL | TX_16COL)) == 0) { in mb86950_watchdog()
404 else if ((tstat & (TX_UNDERFLO | TX_BUS_WR_ERR)) != 0) { in mb86950_watchdog()
672 u_int8_t tstat, rstat; in mb86950_intr() local
675 tstat = bus_space_read_1(bst, bsh, DLCR_TX_STAT); in mb86950_intr()
678 if (tstat == 0 && rstat == 0) return 0; in mb86950_intr()
688 if (tstat != 0) { in mb86950_intr()
690 mb86950_tint(sc, tstat); in mb86950_intr()
[all …]
H A Dmb86960.c792 mb86960_tint(struct mb86960_softc *sc, uint8_t tstat) in mb86960_tint() argument
803 if (tstat & FE_D0_COLL16) { in mb86960_tint()
854 if (tstat & FE_D0_TXDONE) { in mb86960_tint()
1079 uint8_t tstat, rstat; in mb86960_intr() local
1093 tstat = bus_space_read_1(bst, bsh, FE_DLCR0) & FE_TMASK; in mb86960_intr()
1095 if (tstat == 0 && rstat == 0) in mb86960_intr()
1105 bus_space_write_1(bst, bsh, FE_DLCR0, tstat); in mb86960_intr()
1112 if (tstat != 0) in mb86960_intr()
1113 mb86960_tint(sc, tstat); in mb86960_intr()
1144 if (rstat != 0 || tstat != 0) in mb86960_intr()
[all …]
/netbsd-src/usr.sbin/wsmoused/
H A Dwsmoused.c529 char *conffile, *modelist, *tstat; in main() local
576 tstat = block_get_propval(conf, "ttystat", _PATH_TTYSTAT); in main()
577 Mouse.m_statfd = open(tstat, O_RDONLY | O_NONBLOCK, 0); in main()
579 log_err(EXIT_FAILURE, "cannot open %s", tstat); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c1443 tree tstat = static_fn_type (tofn); in standard_conversion() local
1444 if (same_type_p (tstat, fstat) in standard_conversion()
1445 || fnptr_conv_p (tstat, fstat)) in standard_conversion()
1460 if (fnptr_conv_p (tstat, fstat)) in standard_conversion()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc1455 tree tstat = static_fn_type (tofn); in standard_conversion() local
1456 if (same_type_p (tstat, fstat) in standard_conversion()
1457 || fnptr_conv_p (tstat, fstat)) in standard_conversion()
1472 if (fnptr_conv_p (tstat, fstat)) in standard_conversion()