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