Lines Matching refs:scp
149 volatile struct scp_struct *scp; /* volatile is important */ member
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()
218 if(((char *)p->scp)[i]) in check586()
220 p->scp->sysbus = SYSBUSVAL; /* 1 = 8Bit-Bus, 0 = 16 Bit */ in check586()
221 if(p->scp->sysbus != SYSBUSVAL) in check586()
229 p->scp->iscp = make24(p->iscp); 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()
259 p->scp->iscp = make24(p->iscp); in alloc586()
260 p->scp->sysbus = SYSBUSVAL; in alloc586()