OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INST_EP
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/newsmips/dev/
scsi_1185.c
300
scb->istatus =
INST_EP
;
313
scb->istatus =
INST_EP
|INST_LB|INST_PRE;
506
=
INST_EP
|INST_TO;
793
if ((cs->scb->istatus &
INST_EP
) == 0)
794
cs->scb->istatus = (
INST_EP
|INST_HE);
946
if ((cs->scb->istatus & (
INST_EP
|INST_WR)) == 0)
947
cs->scb->istatus |= (
INST_EP
|INST_PRE|INST_LB);
959
cs->scb->istatus |=
INST_EP
|INST_PRE;
1237
scb->istatus |=
INST_EP
;
sc_wrap.c
362
if (scb->istatus !=
INST_EP
) {
363
if (scb->istatus == (
INST_EP
|INST_TO))
scsireg.h
49
#define
INST_EP
0x80 /* End of Process */
Completed in 174 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025