Lines Matching refs:scp
150 volatile struct scp_struct *scp; /* volatile is important */ member
216 p->scp = (struct scp_struct *)(p->base + SCP_DEFAULT_ADDRESS); in check586()
217 memset((char *)p->scp,0, sizeof(struct scp_struct)); in check586()
219 if(((char *)p->scp)[i]) in check586()
221 p->scp->sysbus = SYSBUSVAL; /* 1 = 8Bit-Bus, 0 = 16 Bit */ in check586()
222 if(p->scp->sysbus != SYSBUSVAL) in check586()
230 p->scp->iscp = make24(p->iscp); in check586()
253 p->scp = (struct scp_struct *) (p->base + SCP_DEFAULT_ADDRESS); in alloc586()
258 memset((char *) p->scp ,0,sizeof(struct scp_struct)); in alloc586()
260 p->scp->iscp = make24(p->iscp); in alloc586()
261 p->scp->sysbus = SYSBUSVAL; in alloc586()