Searched refs:SEEQ_STATUS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dseeq8005.c91 #define tx_done(dev) (inw(SEEQ_STATUS) & SEEQSTAT_TX_ON)
179 old_stat = inw(SEEQ_STATUS); /* read status register */
376 while ( ( ((status=inw(SEEQ_STATUS)) & SEEQSTAT_WINDOW_INT) != SEEQSTAT_WINDOW_INT) && time_before(jiffies, tmp))
395 status = inw(SEEQ_STATUS);
419 status = inw(SEEQ_STATUS);
442 status = inw(SEEQ_STATUS);
606 printk("%s: stat = 0x%04x\n",dev->name,inw(SEEQ_STATUS));
619 int status = inw(SEEQ_STATUS);
646 while ( (((status=inw(SEEQ_STATUS)) & SEEQSTAT_FIFO_EMPTY) == 0) && time_before(jiffies, tmp + HZ))
H A Dseeq8005.h18 #define SEEQ_STATUS (SEEQ_B) /* Read only */ macro

Completed in 55 milliseconds