/src/sys/arch/mipsco/obio/ |
zs.c | 324 int unit, rval, softreq; local in function:zshard 332 softreq = zsc->zsc_cs[0]->cs_softreq; 333 softreq |= zsc->zsc_cs[1]->cs_softreq; 334 if (softreq && (zssoftpending == 0)) {
|
zs.c | 324 int unit, rval, softreq; local in function:zshard 332 softreq = zsc->zsc_cs[0]->cs_softreq; 333 softreq |= zsc->zsc_cs[1]->cs_softreq; 334 if (softreq && (zssoftpending == 0)) {
|
/src/sys/arch/sgimips/dev/ |
zs.c | 374 register int rr3, unit, rval, softreq; local in function:zshard 387 softreq = zsc->zsc_cs[0]->cs_softreq; 388 softreq |= zsc->zsc_cs[1]->cs_softreq; 389 if (softreq && (zssoftpending == 0)) {
|
zs.c | 374 register int rr3, unit, rval, softreq; local in function:zshard 387 softreq = zsc->zsc_cs[0]->cs_softreq; 388 softreq |= zsc->zsc_cs[1]->cs_softreq; 389 if (softreq && (zssoftpending == 0)) {
|