Lines Matching refs:SINDEX

370 		and	SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
372 or SINDEX, SELBUSB;
373 mov SBLKCTL,SINDEX; /* select channel */
384 mov SINDEX, SCSISEQ_TEMPLATE;
386 or SINDEX, TEMODE;
387 mov SCSISEQ, SINDEX ret;
576 add SINDEX, CMDSIZE_TABLE, A;
777 mov SINDEX, SCB_RESIDUAL_SGPTR[0];
779 or SINDEX, LAST_SEG;
780 mov SG_CACHE_PRE, SINDEX;
906 mov SINDEX, SCB_RESIDUAL_SGPTR[0];
908 or SINDEX, LAST_SEG;
909 mov SG_CACHE_PRE, SINDEX;
1204 mov SINDEX, CCSGRAM;
1205 mov SCB_RESIDUAL_DATACNT[3], SINDEX;
1506 mov SINDEX, MSG_OUT;
1507 cmp SINDEX, MSG_IDENTIFYFLAG jne p_mesgout_from_host;
1510 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SAVED_LUN;
1512 and SINDEX, ~DISCENB;
1519 mov SCSIDATL, SINDEX; /* Send the identify message */
1531 cmp SINDEX, HOST_MSG jne p_mesgout_onebyte;
1536 mov SCSIDATL, SINDEX;
1676 /* Post the SCBID in SINDEX and issue an interrupt */
1678 mov ARG_1, SINDEX;
1790 * Index into our Busy Target table. SINDEX and DINDEX are modified
1794 shr DINDEX, 4, SINDEX;
1816 shr SINDEX, 4, SAVED_SCSIID;
1819 add SINDEX, SCB_64_BTT;
1822 add NONE, -SCB_64_BTT, SINDEX;
1826 add NONE, -(SCB_64_BTT + 16), SINDEX;
1832 add SINDEX, BUSY_TARGETS;
1834 add NONE, -BUSY_TARGETS, SINDEX;
1838 add NONE, -(BUSY_TARGETS + 16), SINDEX;
1956 mov MSG_OUT,SINDEX ret;
1990 mov DINDEX,SINDEX;
2007 mov SCSISIGO, SINDEX;
2008 and A, IOI, SINDEX;
2017 test SINDEX, IOI jz change_phase_wait;
2031 mov SCSIDATL, SINDEX;
2037 * Locate a disconnected SCB by SCBID. Upon return, SCBPTR and SINDEX will
2046 mov A, SINDEX; /* Tag passed in SINDEX */
2060 mov SINDEX, SCBPTR;
2063 mov SCBPTR, SINDEX ret;
2079 * index of (A + (256 * SINDEX)) and a base address of SHARED_DATA_ADDR.
2082 mov ARG_2, SINDEX;
2097 bmov CCSCBRAM, SINDEX, 1;
2102 mov DFDAT, SINDEX;
2125 mov HCNT[0], SINDEX;
2153 * an array of 32byte objects, SINDEX contains
2166 * an array of 64byte objects, SINDEX contains
2177 * index into an array of 1byte objects, SINDEX contains
2192 * DIRECTION bit in DMAPARAMS. The host SCB index is in SINDEX.
2195 mov A, SINDEX;
2238 mvi SINDEX, SCB_BASE;
2239 add A, SCB_DOWNLOAD_SIZE, SINDEX;
2242 cmp SINDEX, A jne copy_scb_tofifo_loop;
2360 and HADDR, SG_HIGH_ADDR_BITS, SINDEX;
2371 mvi SINDEX, SCB_LIST_NULL ret;
2396 mov INTSTAT, SINDEX;