Lines Matching refs:pcurrSCCB
4920 static void FPT_busMstrSGDataXferStart(u32 p_port, struct sccb *pcurrSCCB)
4928 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR)
4935 sg_index = pcurrSCCB->Sccb_sgseg;
4945 pcurrSCCB->DataLength)) {
4947 segp = (struct blogic_sg_seg *)(pcurrSCCB->DataPointer) +
4953 if ((!sg_count) && (pcurrSCCB->Sccb_SGoffset)) {
4955 ((count & 0x00FFFFFFL) - pcurrSCCB->Sccb_SGoffset);
4957 (count & 0xFF000000L) | pcurrSCCB->Sccb_SGoffset;
4973 pcurrSCCB->Sccb_XferCnt = tmpSGCnt;
4977 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR) {
4991 pcurrSCCB->Sccb_XferState |= F_ODD_BALL_CNT;
5013 static void FPT_busMstrDataXferStart(u32 p_port, struct sccb *pcurrSCCB)
5017 if (!(pcurrSCCB->Sccb_XferState & F_AUTO_SENSE)) {
5019 count = pcurrSCCB->Sccb_XferCnt;
5021 addr = (u32)(unsigned long)pcurrSCCB->DataPointer + pcurrSCCB->Sccb_ATC;
5025 addr = pcurrSCCB->SensePointer;
5026 count = pcurrSCCB->RequestSenseLength;
5032 if (pcurrSCCB->Sccb_XferState & F_HOST_XFER_DIR) {