xref: /minix/minix/drivers/net/dp8390/rtl8029.h (revision 83133719)
1 /*
2 rtl8029.h
3 
4 Created:	Sep 2003 by Philip Homburg <philip@f-mnx.phicoh.com>
5 */
6 
7 /* Bits in dp_cr */
8 #define CR_PS_P3	0xC0	/* Register Page 3                   */
9 
10 #define inb_reg3(dep, reg)	(inb (dep->de_dp8390_port+reg))
11 #define outb_reg3(dep, reg, data) (outb(dep->de_dp8390_port+reg, data))
12 
13 /*
14  * $PchId: rtl8029.h,v 1.3 2004/08/03 15:11:06 philip Exp $
15  */
16