Lines Matching refs:scp
151 volatile struct scp_struct *scp; /* volatile is important */ member
217 p->scp = (struct scp_struct *)(p->base + SCP_DEFAULT_ADDRESS); in check586()
218 memset((char *)p->scp,0, sizeof(struct scp_struct)); in check586()
220 if(((char *)p->scp)[i]) in check586()
222 p->scp->sysbus = SYSBUSVAL; /* 1 = 8Bit-Bus, 0 = 16 Bit */ in check586()
223 if(p->scp->sysbus != SYSBUSVAL) in check586()
231 p->scp->iscp = make24(p->iscp); in check586()
254 p->scp = (struct scp_struct *) (p->base + SCP_DEFAULT_ADDRESS); in alloc586()
259 memset((char *) p->scp ,0,sizeof(struct scp_struct)); in alloc586()
261 p->scp->iscp = make24(p->iscp); in alloc586()
262 p->scp->sysbus = SYSBUSVAL; in alloc586()