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];
795 struct sccb *pCurrSCCB);
814 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card);
823 static void FPT_queueDisconnect(struct sccb *p_SCCB, unsigned char p_card);
825 struct sccb *p_SCCB, unsigned char p_card);
829 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char card);
830 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB,
832 static void FPT_utilUpdateResidual(struct sccb *p_SCCB);
867 struct sccb *pCurrSCCB);
869 struct sccb *pCurrSCCB);
871 struct sccb *pCurrSCCB);
872 static void FPT_hostDataXferRestart(struct sccb *currSCCB);
1498 static void FlashPoint_StartCCB(void *curr_card, struct sccb *p_Sccb) in FlashPoint_StartCCB()
1502 struct sccb *pSaveSccb; in FlashPoint_StartCCB()
1612 static int FlashPoint_AbortCCB(void *pCurrCard, struct sccb *p_Sccb) in FlashPoint_AbortCCB()
1619 struct sccb *pSaveSCCB; in FlashPoint_AbortCCB()
1746 struct sccb *currSCCB; in FlashPoint_HandleInterrupt()
2239 static unsigned char FPT_sfm(u32 port, struct sccb *pCurrSCCB) in FPT_sfm()
2314 struct sccb *currSCCB; in FPT_ssel()
2613 struct sccb *currSCCB; in FPT_sres()
2891 struct sccb *currSCCB; in FPT_sdecm()
3069 static void FPT_shandem(u32 port, unsigned char p_card, struct sccb *pCurrSCCB) in FPT_shandem()
3139 struct sccb *currSCCB; in FPT_sisyncn()
3220 struct sccb *currSCCB; in FPT_stsyncn()
3379 struct sccb *currSCCB; in FPT_siwidn()
3435 struct sccb *currSCCB; in FPT_stwidn()
3677 struct sccb *currSCCB; in FPT_ssenss()
3807 struct sccb *currSCCB; in FPT_schkdd()
3903 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card) in FPT_sinits()
4007 struct sccb *currSCCB; in FPT_phaseDataOut()
4048 struct sccb *currSCCB; in FPT_phaseDataIn()
4091 struct sccb *currSCCB; in FPT_phaseCommand()
4164 struct sccb *currSCCB; in FPT_phaseMsgOut()
4303 struct sccb *currSCCB; in FPT_phaseMsgIn()
4349 struct sccb *currSCCB; in FPT_phaseIllegal()
4376 struct sccb *currSCCB; in FPT_phaseChkFifo()
4446 struct sccb *currSCCB; in FPT_phaseBusFree()
4648 struct sccb *currSCCB; in FPT_autoCmdCmplt()
4921 struct sccb *currSCCB; in FPT_dataXferProcessor()
4952 static void FPT_busMstrSGDataXferStart(u32 p_port, struct sccb *pcurrSCCB) in FPT_busMstrSGDataXferStart()
5045 static void FPT_busMstrDataXferStart(u32 p_port, struct sccb *pcurrSCCB) in FPT_busMstrDataXferStart()
5138 struct sccb *pCurrSCCB) in FPT_hostDataXferAbort()
5406 static void FPT_hostDataXferRestart(struct sccb *currSCCB) in FPT_hostDataXferRestart()
6672 struct sccb *pOldSccb; in FPT_queueSearchSelect()
6702 (struct sccb in FPT_queueSearchSelect()
6713 (struct sccb in FPT_queueSearchSelect()
6719 (struct sccb in FPT_queueSearchSelect()
6728 (struct sccb in FPT_queueSearchSelect()
6749 (struct sccb in FPT_queueSearchSelect()
6778 (struct sccb *)(pCurrCard->currentSCCB)-> in FPT_queueSearchSelect()
6787 Sccb_backlink = (struct sccb *)NULL; in FPT_queueSearchSelect()
6827 (unsigned char)(((struct sccb *)(pCurrCard->currentSCCB))-> in FPT_queueSelectFail()
6831 pCurrCard->currentSCCB->Sccb_backlink = (struct sccb *)NULL; in FPT_queueSelectFail()
6861 struct sccb *p_sccb, unsigned char p_card) in FPT_queueCmdComplete()
6958 static void FPT_queueDisconnect(struct sccb *p_sccb, unsigned char p_card) in FPT_queueDisconnect()
6995 struct sccb *currSCCB; in FPT_queueFlushSccb()
7061 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char p_card) in FPT_queueAddSccb()
7093 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB, in FPT_queueFindSccb()
7096 struct sccb *q_ptr; in FPT_queueFindSccb()
7156 static void FPT_utilUpdateResidual(struct sccb *p_SCCB) in FPT_utilUpdateResidual()
7548 FlashPoint_StartCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__StartCCB()
7554 FlashPoint_AbortCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__AbortCCB()