Lines Matching refs:SGcount
1606 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List);
1614 SGcount, data_transfer);
1619 SGcount, data_transfer, residual);
1628 SGcount--;
1630 count = (bS_to_cpu(slot->SG[SGcount].ins) & 0x00ffffff);
1632 slot->SG[SGcount].ins &= bS_to_host(0xff000000);
1633 slot->SG[SGcount].ins |= bS_to_host(data_transfer);
1634 pAddr = bS_to_cpu(slot->SG[SGcount].pAddr);
1641 slot->SG[SGcount].pAddr = bS_to_host(pAddr);
1644 for(i=0; i<SGcount; i++) {