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;
778 mov SINDEX, SCB_RESIDUAL_SGPTR[0];
780 or SINDEX, ODD_SEG;
782 or SINDEX, LAST_SEG;
783 mov SG_CACHE_PRE, SINDEX;
910 mov SINDEX, SCB_RESIDUAL_SGPTR[0];
912 or SINDEX, LAST_SEG;
914 or SINDEX, ODD_SEG;
915 mov SG_CACHE_PRE, SINDEX;
1204 mov SINDEX, CCSGRAM;
1205 mov SCB_RESIDUAL_DATACNT[3], SINDEX;
1509 mov SINDEX, MSG_OUT;
1510 cmp SINDEX, MSG_IDENTIFYFLAG jne p_mesgout_from_host;
1513 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SCB_LUN;
1515 and SINDEX, ~DISCENB;
1522 mov SCSIDATL, SINDEX; /* Send the identify message */
1534 cmp SINDEX, HOST_MSG jne p_mesgout_onebyte;
1539 mov SCSIDATL, SINDEX;
1679 /* Post the SCBID in SINDEX and issue an interrupt */
1681 mov ARG_1, SINDEX;
1793 * Index into our Busy Target table. SINDEX and DINDEX are modified
1797 shr DINDEX, 4, SINDEX;
1819 shr SINDEX, 4, SAVED_SCSIID;
1822 add SINDEX, SCB_64_BTT;
1825 add NONE, -SCB_64_BTT, SINDEX;
1829 add NONE, -(SCB_64_BTT + 16), SINDEX;
1835 add SINDEX, BUSY_TARGETS;
1837 add NONE, -BUSY_TARGETS, SINDEX;
1841 add NONE, -(BUSY_TARGETS + 16), SINDEX;
1959 mov MSG_OUT,SINDEX ret;
1993 mov DINDEX,SINDEX;
2010 mov SCSISIGO, SINDEX;
2011 and A, IOI, SINDEX;
2020 test SINDEX, IOI jz change_phase_wait;
2034 mov SCSIDATL, SINDEX;
2040 * Locate a disconnected SCB by SCBID. Upon return, SCBPTR and SINDEX will
2049 mov A, SINDEX; /* Tag passed in SINDEX */
2063 mov SINDEX, SCBPTR;
2066 mov SCBPTR, SINDEX ret;
2082 * index of (A + (256 * SINDEX)) and a base address of SHARED_DATA_ADDR.
2085 mov ARG_2, SINDEX;
2100 bmov CCSCBRAM, SINDEX, 1;
2105 mov DFDAT, SINDEX;
2128 mov HCNT[0], SINDEX;
2156 * an array of 32byte objects, SINDEX contains
2169 * an array of 64byte objects, SINDEX contains
2180 * index into an array of 1byte objects, SINDEX contains
2195 * DIRECTION bit in DMAPARAMS. The host SCB index is in SINDEX.
2198 mov A, SINDEX;
2241 mvi SINDEX, SCB_BASE;
2242 add A, SCB_DOWNLOAD_SIZE, SINDEX;
2245 cmp SINDEX, A jne copy_scb_tofifo_loop;
2363 and HADDR, SG_HIGH_ADDR_BITS, SINDEX;
2374 mvi SINDEX, SCB_LIST_NULL ret;
2399 mov INTSTAT, SINDEX;