Lines Matching refs:ins
1032 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE); in process_script_interrupt()
1034 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN); in process_script_interrupt()
1164 to32bit(&slot->pSG[0].ins)); in process_script_interrupt()
1267 … i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_c… in process_script_interrupt()
1464 SGScriptStartAddress, to32bit(&slot->pSG[0].ins)); in NCR_700_start_command()
1602 } else if (slot && dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()
1603 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()
1605 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()
1629 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff); in NCR_700_intr()
1631 slot->SG[SGcount].ins &= bS_to_host(0xff000000); in NCR_700_intr()
1632 slot->SG[SGcount].ins |= bS_to_host(data_transfer); in NCR_700_intr()
1644 slot->SG[i].ins = bS_to_host(SCRIPT_NOP); in NCR_700_intr()
1890 slot->SG[i].ins = bS_to_host(move_ins | count); in NCR_700_queuecommand_lck()
1892 i, count, slot->SG[i].ins, (unsigned long)vPtr)); in NCR_700_queuecommand_lck()
1895 slot->SG[i].ins = bS_to_host(SCRIPT_RETURN); in NCR_700_queuecommand_lck()
1899 (&slot->pSG[i].ins), in NCR_700_queuecommand_lck()
1900 slot->SG[i].ins)); in NCR_700_queuecommand_lck()