Home
last modified time | relevance | path

Searched refs:SEEQ_REA (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Dseeq8005.c182 old_rear = inw(SEEQ_REA); in seeq8005_probe1()
184 outw(0,SEEQ_REA); in seeq8005_probe1()
185 if (inw(SEEQ_REA) == 0xffff) { /* assume that 0xffff == no device */ in seeq8005_probe1()
538 outw( (lp->receive_ptr & 0xff00)>>8, SEEQ_REA); in seeq8005_rx()
651 outw( 0x00ff, SEEQ_REA); /* Receive Area End */ in seeq8005_init()
676 printk("%s: raer = 0x%04x\n",dev->name,inw(SEEQ_REA)); in seeq8005_init()
Dseeq8005.h21 #define SEEQ_REA (SEEQ_B + 6) /* Receive End Area Register */ macro