Searched refs:DE4X5_STS (Results 1 – 2 of 2) sorted by relevance
1116 if ((inl(DE4X5_STS) & (STS_TS | STS_RS)) != 0) { in de4x5_hw_init()1347 printk("\tsts: 0x%08x\n", inl(DE4X5_STS)); in de4x5_open()1447 inl(DE4X5_STS)); in de4x5_sw_reset()1492 …x\n tbusy:%d\n IMR:%08x\n OMR:%08x\n Stale skb: %s\n",dev->name, inl(DE4X5_STS), netif_queue_st… in de4x5_queue_pkt()1557 sts = inl(DE4X5_STS); /* Read IRQ status */ in de4x5_interrupt()1558 outl(sts, DE4X5_STS); /* Reset the board interrupts */ in de4x5_interrupt()1779 while (inl(DE4X5_STS) & STS_TS); in de4x5_txur()1800 while (inl(DE4X5_STS) & STS_RS); in de4x5_rx_ovfc()1825 dev->name, inl(DE4X5_STS)); in de4x5_close()3337 sts = inl(DE4X5_STS); in test_media()[all …]
21 #define DE4X5_STS iobase+(0x028 << lp->bus) /* Status Register */ macro