Searched refs:SEEQ_REA (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.c184 old_rear = inw(SEEQ_REA);
186 outw(0,SEEQ_REA);
187 if (inw(SEEQ_REA) == 0xffff) { /* assume that 0xffff == no device */
482 outw( (lp->receive_ptr & 0xff00)>>8, SEEQ_REA);
591 outw( 0x00ff, SEEQ_REA); /* Receive Area End */
616 printk("%s: raer = 0x%04x\n",dev->name,inw(SEEQ_REA));
H A Dseeq8005.h21 #define SEEQ_REA (SEEQ_B + 6) /* Receive End Area Register */ macro

Completed in 113 milliseconds