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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 166 milliseconds