Home | History | Annotate | Download | only in aic7xxx

Lines Matching refs:SCB_LIST_NULL

62  * SCB_LIST_NULL is 0xff which is out of range.  An entry is also added to
86 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting;
305 mvi CCSCBRAM, SCB_LIST_NULL;
307 mvi DFDAT, SCB_LIST_NULL;
498 mvi TARG_IMMEDIATE_SCB, SCB_LIST_NULL;
503 cmp TARG_IMMEDIATE_SCB, SCB_LIST_NULL je .;
1848 cmp ARG_1, SCB_LIST_NULL je snoop_tag;
1932 mvi ARG_1, SCB_LIST_NULL;
2050 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound;
2052 mvi ARG_2, SCB_LIST_NULL; /* Head of list */
2055 cmp SCB_NEXT, SCB_LIST_NULL je findSCB_notFound;
2061 cmp ARG_2, SCB_LIST_NULL je rHead;
2353 mvi SCB_TAG, SCB_LIST_NULL;
2357 mvi SCB_TAG, SCB_LIST_NULL ret;
2370 cmp FREE_SCBH, SCB_LIST_NULL jne dequeue_free_scb;
2371 cmp DISCONNECTED_SCBH, SCB_LIST_NULL jne dequeue_disc_scb;
2374 mvi SINDEX, SCB_LIST_NULL ret;