Home
last modified time | relevance | path

Searched refs:scp_struct (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/i825xx/
Dsun3_82586.c149 volatile struct scp_struct *scp; /* volatile is important */
215 p->scp = (struct scp_struct *)(p->base + SCP_DEFAULT_ADDRESS); in check586()
216 memset((char *)p->scp,0, sizeof(struct scp_struct)); in check586()
217 for(i=0;i<sizeof(struct scp_struct);i++) /* memory was writeable? */ in check586()
252 p->scp = (struct scp_struct *) (p->base + SCP_DEFAULT_ADDRESS); in alloc586()
257 memset((char *) p->scp ,0,sizeof(struct scp_struct)); in alloc586()
D3c523.h31 struct scp_struct struct
Dsun3_82586.h45 struct scp_struct struct
D3c523.c208 volatile struct scp_struct *scp; /* volatile is important */
316 p->scp = (struct scp_struct *)(p->base + SCP_DEFAULT_ADDRESS); in check586()
317 memset((char *) p->scp, 0, sizeof(struct scp_struct)); in check586()
356 p->scp = (struct scp_struct *) (p->base + SCP_DEFAULT_ADDRESS); in alloc586()
361 memset((char *) p->scp, 0, sizeof(struct scp_struct)); in alloc586()
Dni52.h37 struct scp_struct struct
Dni52.c194 struct scp_struct __iomem *scp;
326 p->scp = (struct scp_struct __iomem *)(p->base + SCP_DEFAULT_ADDRESS); in check586()
329 memset_io(p->scp, 0, sizeof(struct scp_struct)); in check586()
330 for (i = 0; i < sizeof(struct scp_struct); i++) in check586()
359 memset_io(p->scp , 0, sizeof(struct scp_struct)); in alloc586()