Searched refs:SEEQ_REA (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.c193 old_rear = inw(SEEQ_REA);
195 outw(0,SEEQ_REA);
196 if (inw(SEEQ_REA) == 0xffff) { /* assume that 0xffff == no device */
486 outw( (lp->receive_ptr & 0xff00)>>8, SEEQ_REA);
584 outw( 0x00ff, SEEQ_REA); /* Receive Area End */
609 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
/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.c193 old_rear = inw(SEEQ_REA);
195 outw(0,SEEQ_REA);
196 if (inw(SEEQ_REA) == 0xffff) { /* assume that 0xffff == no device */
486 outw( (lp->receive_ptr & 0xff00)>>8, SEEQ_REA);
584 outw( 0x00ff, SEEQ_REA); /* Receive Area End */
609 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 106 milliseconds