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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3_82586.h45 struct scp_struct struct
H A D3c523.h31 struct scp_struct struct
H A Dsun3_82586.c147 volatile struct scp_struct *scp; /* volatile is important */
213 p->scp = (struct scp_struct *)(p->base + SCP_DEFAULT_ADDRESS);
214 memset((char *)p->scp,0, sizeof(struct scp_struct));
215 for(i=0;i<sizeof(struct scp_struct);i++) /* memory was writeable? */
250 p->scp = (struct scp_struct *) (p->base + SCP_DEFAULT_ADDRESS);
255 memset((char *) p->scp ,0,sizeof(struct scp_struct));
H A Dni52.h37 struct scp_struct struct
H A Dni52.c158 struct scp_struct __iomem *scp;
290 p->scp = (struct scp_struct __iomem *)(p->base + SCP_DEFAULT_ADDRESS);
293 memset_io(p->scp, 0, sizeof(struct scp_struct));
294 for (i = 0; i < sizeof(struct scp_struct); i++)
323 memset_io(p->scp , 0, sizeof(struct scp_struct));
H A D3c523.c208 volatile struct scp_struct *scp; /* volatile is important */
316 p->scp = (struct scp_struct *)(p->base + SCP_DEFAULT_ADDRESS);
317 memset((char *) p->scp, 0, sizeof(struct scp_struct));
356 p->scp = (struct scp_struct *) (p->base + SCP_DEFAULT_ADDRESS);
361 memset((char *) p->scp, 0, sizeof(struct scp_struct));

Completed in 82 milliseconds