Searched refs:scp_struct (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 149 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()
|
D | 3c523.h | 31 struct scp_struct struct
|
D | sun3_82586.h | 45 struct scp_struct struct
|
D | 3c523.c | 208 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()
|
D | ni52.h | 37 struct scp_struct struct
|
D | ni52.c | 194 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()
|