Searched refs:tmpSGCnt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c4970 unsigned long count, addr, tmpSGCnt; local
4985 tmpSGCnt = 0;
4998 tmpSGCnt += *(((unsigned long *)pcurrSCCB->DataPointer) +
5014 tmpSGCnt = count & 0x00FFFFFFL;
5029 pcurrSCCB->Sccb_XferCnt = tmpSGCnt;
5035 WR_HARP32(p_port, hp_xfercnt_0, tmpSGCnt);
5045 (tmpSGCnt & 0x000000001)) {
5048 tmpSGCnt--;
5051 WR_HARP32(p_port, hp_xfercnt_0, tmpSGCnt);

Completed in 119 milliseconds