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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dseeq8005.c93 #define tx_done(dev) (inw(SEEQ_STATUS) & SEEQSTAT_TX_ON)
170 old_stat = inw(SEEQ_STATUS); /* read status register */
372 while ( ( ((status=inw(SEEQ_STATUS)) & SEEQSTAT_WINDOW_INT) != SEEQSTAT_WINDOW_INT) && time_before(jiffies, tmp))
391 status = inw(SEEQ_STATUS);
415 status = inw(SEEQ_STATUS);
438 status = inw(SEEQ_STATUS);
613 printk("%s: stat = 0x%04x\n",dev->name,inw(SEEQ_STATUS));
626 int status = inw(SEEQ_STATUS);
653 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 87 milliseconds