Lines Matching refs:ins
1026 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE); in process_script_interrupt()
1028 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN); in process_script_interrupt()
1154 to32bit(&slot->pSG[0].ins)); in process_script_interrupt()
1258 … i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_c… in process_script_interrupt()
1458 SGScriptStartAddress, to32bit(&slot->pSG[0].ins)); in NCR_700_start_command()
1599 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()
1600 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()
1602 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()
1626 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff); in NCR_700_intr()
1628 slot->SG[SGcount].ins &= bS_to_host(0xff000000); in NCR_700_intr()
1629 slot->SG[SGcount].ins |= bS_to_host(data_transfer); in NCR_700_intr()
1641 slot->SG[i].ins = bS_to_host(SCRIPT_NOP); in NCR_700_intr()
1887 slot->SG[i].ins = bS_to_host(move_ins | count); in NCR_700_queuecommand_lck()
1889 i, count, slot->SG[i].ins, (unsigned long)vPtr)); in NCR_700_queuecommand_lck()
1892 slot->SG[i].ins = bS_to_host(SCRIPT_RETURN); in NCR_700_queuecommand_lck()
1896 (&slot->pSG[i].ins), in NCR_700_queuecommand_lck()
1897 slot->SG[i].ins)); in NCR_700_queuecommand_lck()