Lines Matching refs:Sccb_SGoffset
114 unsigned long Sccb_SGoffset; member
3938 p_sccb->Sccb_SGoffset = 0; in FPT_sinits()
4950 currSCCB->Sccb_SGoffset = 0x00; in FPT_dataXferProcessor()
5013 if ((!sg_count) && (pcurrSCCB->Sccb_SGoffset)) { in FPT_busMstrSGDataXferStart()
5016 ((count & 0x00FFFFFFL) - pcurrSCCB->Sccb_SGoffset); in FPT_busMstrSGDataXferStart()
5018 (count & 0xFF000000L) | pcurrSCCB->Sccb_SGoffset; in FPT_busMstrSGDataXferStart()
5270 pCurrSCCB->Sccb_SGoffset = remain_cnt; in FPT_hostDataXferAbort()
5419 pCurrSCCB->Sccb_SGoffset = 0x00; in FPT_hostDataXferAbort()
5476 currSCCB->Sccb_SGoffset = 0; in FPT_hostDataXferRestart()
5481 currSCCB->Sccb_SGoffset = in FPT_hostDataXferRestart()
7224 if (p_SCCB->Sccb_SGoffset) { in FPT_utilUpdateResidual()
7226 partial_cnt = p_SCCB->Sccb_SGoffset; in FPT_utilUpdateResidual()