DE4X5_STS        1114 drivers/net/ethernet/dec/tulip/de4x5.c     if ((inl(DE4X5_STS) & (STS_TS | STS_RS)) != 0) {
DE4X5_STS        1343 drivers/net/ethernet/dec/tulip/de4x5.c 	printk("\tsts:  0x%08x\n", inl(DE4X5_STS));
DE4X5_STS        1443 drivers/net/ethernet/dec/tulip/de4x5.c 	       inl(DE4X5_STS));
DE4X5_STS        1488 drivers/net/ethernet/dec/tulip/de4x5.c 	    printk("%s: transmit busy, lost media or stale skb found:\n  STS:%08x\n  tbusy:%d\n  IMR:%08x\n  OMR:%08x\n Stale skb: %s\n",dev->name, inl(DE4X5_STS), netif_queue_stopped(dev), inl(DE4X5_IMR), inl(DE4X5_OMR), ((u_long) lp->tx_skb[lp->tx_new] > 1) ? "YES" : "NO");
DE4X5_STS        1556 drivers/net/ethernet/dec/tulip/de4x5.c 	sts = inl(DE4X5_STS);            /* Read IRQ status */
DE4X5_STS        1557 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(sts, DE4X5_STS);            /* Reset the board interrupts */
DE4X5_STS        1779 drivers/net/ethernet/dec/tulip/de4x5.c 	while (inl(DE4X5_STS) & STS_TS);
DE4X5_STS        1800 drivers/net/ethernet/dec/tulip/de4x5.c     while (inl(DE4X5_STS) & STS_RS);
DE4X5_STS        1825 drivers/net/ethernet/dec/tulip/de4x5.c 	       dev->name, inl(DE4X5_STS));
DE4X5_STS        3341 drivers/net/ethernet/dec/tulip/de4x5.c 	sts = inl(DE4X5_STS);
DE4X5_STS        3342 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(sts, DE4X5_STS);
DE4X5_STS        3351 drivers/net/ethernet/dec/tulip/de4x5.c     sts = inl(DE4X5_STS) & ~TIMER_CB;
DE4X5_STS        3797 drivers/net/ethernet/dec/tulip/de4x5.c 	sts = inl(DE4X5_STS);
DE4X5_STS        3798 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(sts, DE4X5_STS);
DE4X5_STS        3802 drivers/net/ethernet/dec/tulip/de4x5.c     sts = inl(DE4X5_STS) & ~TIMER_CB;
DE4X5_STS        3823 drivers/net/ethernet/dec/tulip/de4x5.c 	sts = inl(DE4X5_STS);        /* Reset any pending (stale) interrupts */
DE4X5_STS        3824 drivers/net/ethernet/dec/tulip/de4x5.c 	outl(sts, DE4X5_STS);
DE4X5_STS        5446 drivers/net/ethernet/dec/tulip/de4x5.c 	tmp.lval[0] = inl(DE4X5_STS); j+=4;