Searched refs:Z85230 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h2 * Description of Z8530 Z85C30 and Z85230 communications chips
186 #define FIFOE 4 /* Z85230 only */
309 struct z8530_dev *dev; /* Z85230 chip instance we are from */
384 #define Z85230 2 /* CMOS with real FIFO */ macro
H A Dz85230.c25 * Z85230:
268 if(c->dev->type==Z85230)
1216 "Z85230"
1285 dev->type = Z85230; /* Has a FIFO */
1312 * Configure up a Z8530/Z85C30 or Z85230 chip. We check the device
1467 if(c->dev->type!=Z85230)
1550 * mode as fast as possible. On the Z85230 we could change to using
1723 * hard to hit interrupt latencies for the Z85230 per packet
1797 static char banner[] __initdata = KERN_INFO "Generic Z85C30/Z85230 interface driver v0.02\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Ddmascc.c82 #define Z85230 2 macro
84 #define CHIPNAMES { "Z8530", "Z85C30", "Z85230" }
504 /* TX FIFO not full. This is a Z85230 ESCC with a 4-byte FIFO. */
505 chip = Z85230;
781 case Z85230:
989 n = (priv->chip == Z85230) ? 3 : 1;

Completed in 54 milliseconds