Lines Matching refs:sccb
28 struct sccb;
29 typedef void (*CALL_BK_FN) (struct sccb *);
74 struct sccb { struct
108 struct sccb *Sccb_forwardlink; argument
109 struct sccb *Sccb_backlink; argument
212 struct sccb *TarSelQ_Head;
213 struct sccb *TarSelQ_Tail;
249 struct sccb *currentSCCB;
262 struct sccb *discQ_Tbl[QUEUE_DEPTH];
767 struct sccb *pCurrSCCB);
786 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card);
795 static void FPT_queueDisconnect(struct sccb *p_SCCB, unsigned char p_card);
797 struct sccb *p_SCCB, unsigned char p_card);
801 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char card);
802 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB,
804 static void FPT_utilUpdateResidual(struct sccb *p_SCCB);
839 struct sccb *pCurrSCCB);
841 struct sccb *pCurrSCCB);
843 struct sccb *pCurrSCCB);
844 static void FPT_hostDataXferRestart(struct sccb *currSCCB);
1470 static void FlashPoint_StartCCB(void *curr_card, struct sccb *p_Sccb) in FlashPoint_StartCCB()
1474 struct sccb *pSaveSccb; in FlashPoint_StartCCB()
1584 static int FlashPoint_AbortCCB(void *pCurrCard, struct sccb *p_Sccb) in FlashPoint_AbortCCB()
1590 struct sccb *pSaveSCCB; in FlashPoint_AbortCCB()
1714 struct sccb *currSCCB; in FlashPoint_HandleInterrupt()
2207 static unsigned char FPT_sfm(u32 port, struct sccb *pCurrSCCB) in FPT_sfm()
2282 struct sccb *currSCCB; in FPT_ssel()
2581 struct sccb *currSCCB; in FPT_sres()
2859 struct sccb *currSCCB; in FPT_sdecm()
3038 static void FPT_shandem(u32 port, unsigned char p_card, struct sccb *pCurrSCCB) in FPT_shandem()
3108 struct sccb *currSCCB; in FPT_sisyncn()
3189 struct sccb *currSCCB; in FPT_stsyncn()
3350 struct sccb *currSCCB; in FPT_siwidn()
3406 struct sccb *currSCCB; in FPT_stwidn()
3650 struct sccb *currSCCB; in FPT_ssenss()
3780 struct sccb *currSCCB; in FPT_schkdd()
3876 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card) in FPT_sinits()
3976 struct sccb *currSCCB; in FPT_phaseDataOut()
4017 struct sccb *currSCCB; in FPT_phaseDataIn()
4060 struct sccb *currSCCB; in FPT_phaseCommand()
4133 struct sccb *currSCCB; in FPT_phaseMsgOut()
4272 struct sccb *currSCCB; in FPT_phaseMsgIn()
4318 struct sccb *currSCCB; in FPT_phaseIllegal()
4345 struct sccb *currSCCB; in FPT_phaseChkFifo()
4415 struct sccb *currSCCB; in FPT_phaseBusFree()
4617 struct sccb *currSCCB; in FPT_autoCmdCmplt()
4890 struct sccb *currSCCB; in FPT_dataXferProcessor()
4921 static void FPT_busMstrSGDataXferStart(u32 p_port, struct sccb *pcurrSCCB) in FPT_busMstrSGDataXferStart()
5014 static void FPT_busMstrDataXferStart(u32 p_port, struct sccb *pcurrSCCB) in FPT_busMstrDataXferStart()
5107 struct sccb *pCurrSCCB) in FPT_hostDataXferAbort()
5375 static void FPT_hostDataXferRestart(struct sccb *currSCCB) in FPT_hostDataXferRestart()
6641 struct sccb *pOldSccb; in FPT_queueSearchSelect()
6671 (struct sccb in FPT_queueSearchSelect()
6682 (struct sccb in FPT_queueSearchSelect()
6688 (struct sccb in FPT_queueSearchSelect()
6697 (struct sccb in FPT_queueSearchSelect()
6718 (struct sccb in FPT_queueSearchSelect()
6747 (struct sccb *)(pCurrCard->currentSCCB)-> in FPT_queueSearchSelect()
6756 Sccb_backlink = (struct sccb *)NULL; in FPT_queueSearchSelect()
6796 (unsigned char)(((struct sccb *)(pCurrCard->currentSCCB))-> in FPT_queueSelectFail()
6800 pCurrCard->currentSCCB->Sccb_backlink = (struct sccb *)NULL; in FPT_queueSelectFail()
6830 struct sccb *p_sccb, unsigned char p_card) in FPT_queueCmdComplete()
6927 static void FPT_queueDisconnect(struct sccb *p_sccb, unsigned char p_card) in FPT_queueDisconnect()
6964 struct sccb *currSCCB; in FPT_queueFlushSccb()
7030 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char p_card) in FPT_queueAddSccb()
7062 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB, in FPT_queueFindSccb()
7065 struct sccb *q_ptr; in FPT_queueFindSccb()
7125 static void FPT_utilUpdateResidual(struct sccb *p_SCCB) in FPT_utilUpdateResidual()
7517 FlashPoint_StartCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__StartCCB()
7523 FlashPoint_AbortCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__AbortCCB()