Lines Matching refs:ins
1022 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE); in process_script_interrupt()
1024 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN); in process_script_interrupt()
1150 to32bit(&slot->pSG[0].ins)); in process_script_interrupt()
1254 … i, sg->length, ((struct NCR_700_command_slot *)SCp->host_scribble)->SG[i].ins, ((struct NCR_700_c… in process_script_interrupt()
1455 SGScriptStartAddress, to32bit(&slot->pSG[0].ins)); in NCR_700_start_command()
1596 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()
1597 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()
1599 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()
1623 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff); in NCR_700_intr()
1625 slot->SG[SGcount].ins &= bS_to_host(0xff000000); in NCR_700_intr()
1626 slot->SG[SGcount].ins |= bS_to_host(data_transfer); in NCR_700_intr()
1638 slot->SG[i].ins = bS_to_host(SCRIPT_NOP); in NCR_700_intr()
1884 slot->SG[i].ins = bS_to_host(move_ins | count); in NCR_700_queuecommand_lck()
1886 i, count, slot->SG[i].ins, (unsigned long)vPtr)); in NCR_700_queuecommand_lck()
1889 slot->SG[i].ins = bS_to_host(SCRIPT_RETURN); in NCR_700_queuecommand_lck()
1893 (&slot->pSG[i].ins), in NCR_700_queuecommand_lck()
1894 slot->SG[i].ins)); in NCR_700_queuecommand_lck()