Home
last modified time | relevance | path

Searched refs:stat1 (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/arm/ti/am335x/
H A Dam335x_musb.c207 uint32_t stat, stat0, stat1; in musbotg_wrapper_interrupt() local
211 stat1 = USBCTRL_READ4(ssc, USBCTRL_IRQ_STAT1); in musbotg_wrapper_interrupt()
214 if (stat1) in musbotg_wrapper_interrupt()
215 USBCTRL_WRITE4(ssc, USBCTRL_IRQ_STAT1, stat1); in musbotg_wrapper_interrupt()
218 sc->sc_id, stat0, stat1, stat); in musbotg_wrapper_interrupt()
220 if (stat1 & IRQ_STAT1_DRVVBUS) in musbotg_wrapper_interrupt()
224 stat0 & 0xffff, stat1 & 0xff); in musbotg_wrapper_interrupt()
/freebsd/sys/dev/ata/
H A Data-lowlevel.c495 stat1 = ATA_S_BUSY; in ata_generic_reset()
553 if ((mask & 0x02) && (stat1 & ATA_S_BUSY) && in ata_generic_reset()
558 stat1 = ATA_IDX_INL(ch, ATA_STATUS) & 0xff; in ata_generic_reset()
560 stat1 = ATA_IDX_INB(ch, ATA_STATUS); in ata_generic_reset()
567 stat1, err, lsb, msb); in ata_generic_reset()
569 timeout > (stat1 & ATA_S_BUSY ? 100 : 10)) in ata_generic_reset()
571 if (!(stat1 & ATA_S_BUSY)) { in ata_generic_reset()
581 stat1 |= ATA_S_BUSY; in ata_generic_reset()
590 if ((mask & 0x02) && stat1 == 0xff) in ata_generic_reset()
594 ((mask & 0x02) == 0 || !(stat1 & ATA_S_BUSY))) in ata_generic_reset()
[all …]
/freebsd/contrib/one-true-awk/
H A Dawkgram.y321 $$ = stat1(BREAK, NIL); }
323 $$ = stat1(CONTINUE, NIL); }
326 | EXIT pattern st { $$ = stat1(EXIT, $2); }
327 | EXIT st { $$ = stat1(EXIT, NIL); }
334 $$ = stat1(NEXT, NIL); }
337 $$ = stat1(NEXTFILE, NIL); }
338 | RETURN pattern st { $$ = stat1(RETURN, $2); }
339 | RETURN st { $$ = stat1(RETURN, NIL); }
H A Dproto.h80 extern Node *stat1(int, Node *);
H A Dparse.c110 Node *stat1(int a, Node *b) in stat1() function
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c289 unsigned int stat0, stat1, stat2; in get_link_status_r() local
293 err = mdio_read(phy, MDIO_DEV_PCS, PCS_STAT1_R, &stat1); in get_link_status_r()
300 stat1 &= 1; in get_link_status_r()
302 if (stat0 & stat1 & stat2) in get_link_status_r()
304 else if (stat0 == 1 && stat1 == 0 && stat2 == 1) in get_link_status_r()
2166 unsigned int stat0, stat1, stat2; in get_link_status_x() local
2170 err = mdio_read(phy, MDIO_DEV_PCS, PCS_STAT1_X, &stat1); in get_link_status_x()
2175 if ((stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1) in get_link_status_x()
/freebsd/usr.bin/systat/
H A Diostat.c86 static void stat1(int, int);
261 stat1(row++, i); in showiostat()
332 stat1(int row, int o) in stat1() function
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c255 u32 stat1, stat2; in mt76x02_mac_load_tx_status() local
258 stat1 = mt76_rr(dev, MT_TX_STAT_FIFO); in mt76x02_mac_load_tx_status()
260 stat->valid = !!(stat1 & MT_TX_STAT_FIFO_VALID); in mt76x02_mac_load_tx_status()
264 stat->success = !!(stat1 & MT_TX_STAT_FIFO_SUCCESS); in mt76x02_mac_load_tx_status()
265 stat->aggr = !!(stat1 & MT_TX_STAT_FIFO_AGGR); in mt76x02_mac_load_tx_status()
266 stat->ack_req = !!(stat1 & MT_TX_STAT_FIFO_ACKREQ); in mt76x02_mac_load_tx_status()
267 stat->wcid = FIELD_GET(MT_TX_STAT_FIFO_WCID, stat1); in mt76x02_mac_load_tx_status()
268 stat->rate = FIELD_GET(MT_TX_STAT_FIFO_RATE, stat1); in mt76x02_mac_load_tx_status()
/freebsd/crypto/openssl/
H A DConfigure3423 my @stat1 = stat($_[1]); # Second argument
3426 die "Couldn't stat $_[1]" unless @stat1;
3429 return 0 unless ($stat0[0] == $stat1[0]);
3432 return 0 unless ($stat0[1] eq $stat1[1]);
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c602 struct stat stat1, stat2; in oncore_start() local
674 if (stat(device1, &stat1)) { in oncore_start()
700 if ((stat1.st_dev == stat2.st_dev) && (stat1.st_ino == stat2.st_ino)) /* same device here */ in oncore_start()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2148 __be64 stat1; member
2682 __be64 stat1; member
2774 __be64 stat1; member
/freebsd/sys/dev/rtsx/
H A Drtsx.c593 uint8_t stat1; in rtsx_intr() local
595 if (rtsx_read(sc, RTSX_SD_STAT1, &stat1) == 0 && in rtsx_intr()
596 (stat1 & RTSX_SD_CRC_ERR)) { in rtsx_intr()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c5409 uint32_t stat0, stat1; in bwn_intr_txeof() local
5418 stat1 = BWN_READ_4(mac, BWN_XMITSTAT_1); in bwn_intr_txeof()
5424 stat1); in bwn_intr_txeof()
5427 stat.seq = (stat1 & 0x0000ffff); in bwn_intr_txeof()
5428 stat.phy_stat = ((stat1 & 0x00ff0000) >> 16); in bwn_intr_txeof()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6972 __be64 stat1; member
7936 __be64 stat1; member
8053 __be64 stat1; member
9169 __be64 stat1; member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3741 while $do_once || [ $stat1 -ne $stat2 ] || [ $stat2 -eq 0 ]; do
3742 typeset stat1=$(get_arcstat $stat)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c643 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument
646 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \
648 ARCSTAT_BUMP(arcstat_##stat1##_##notstat2##_##stat); \
/freebsd/contrib/sqlite3/
H A Dsqlite3.c226581 SessionStat1Ctx stat1 = {{0,0,0,0,0},0};
226607 stat1.hook = pSession->hook;
226608 stat1.pSession = pSession;
226609 pSession->hook.pCtx = (void*)&stat1;
226731 pSession->hook = stat1.hook;