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);
1495 static void FlashPoint_StartCCB(void *curr_card, struct sccb *p_Sccb) in FlashPoint_StartCCB()
1499 struct sccb *pSaveSccb; in FlashPoint_StartCCB()
1609 static int FlashPoint_AbortCCB(void *pCurrCard, struct sccb *p_Sccb) in FlashPoint_AbortCCB()
1616 struct sccb *pSaveSCCB; in FlashPoint_AbortCCB()
1743 struct sccb *currSCCB; in FlashPoint_HandleInterrupt()
2236 static unsigned char FPT_sfm(u32 port, struct sccb *pCurrSCCB) in FPT_sfm()
2311 struct sccb *currSCCB; in FPT_ssel()
2610 struct sccb *currSCCB; in FPT_sres()
2888 struct sccb *currSCCB; in FPT_sdecm()
3066 static void FPT_shandem(u32 port, unsigned char p_card, struct sccb *pCurrSCCB) in FPT_shandem()
3136 struct sccb *currSCCB; in FPT_sisyncn()
3217 struct sccb *currSCCB; in FPT_stsyncn()
3376 struct sccb *currSCCB; in FPT_siwidn()
3432 struct sccb *currSCCB; in FPT_stwidn()
3674 struct sccb *currSCCB; in FPT_ssenss()
3804 struct sccb *currSCCB; in FPT_schkdd()
3900 static void FPT_sinits(struct sccb *p_sccb, unsigned char p_card) in FPT_sinits()
4004 struct sccb *currSCCB; in FPT_phaseDataOut()
4045 struct sccb *currSCCB; in FPT_phaseDataIn()
4088 struct sccb *currSCCB; in FPT_phaseCommand()
4161 struct sccb *currSCCB; in FPT_phaseMsgOut()
4300 struct sccb *currSCCB; in FPT_phaseMsgIn()
4346 struct sccb *currSCCB; in FPT_phaseIllegal()
4373 struct sccb *currSCCB; in FPT_phaseChkFifo()
4443 struct sccb *currSCCB; in FPT_phaseBusFree()
4645 struct sccb *currSCCB; in FPT_autoCmdCmplt()
4918 struct sccb *currSCCB; in FPT_dataXferProcessor()
4949 static void FPT_busMstrSGDataXferStart(u32 p_port, struct sccb *pcurrSCCB) in FPT_busMstrSGDataXferStart()
5042 static void FPT_busMstrDataXferStart(u32 p_port, struct sccb *pcurrSCCB) in FPT_busMstrDataXferStart()
5135 struct sccb *pCurrSCCB) in FPT_hostDataXferAbort()
5403 static void FPT_hostDataXferRestart(struct sccb *currSCCB) in FPT_hostDataXferRestart()
6669 struct sccb *pOldSccb; in FPT_queueSearchSelect()
6699 (struct sccb in FPT_queueSearchSelect()
6710 (struct sccb in FPT_queueSearchSelect()
6716 (struct sccb in FPT_queueSearchSelect()
6725 (struct sccb in FPT_queueSearchSelect()
6746 (struct sccb in FPT_queueSearchSelect()
6775 (struct sccb *)(pCurrCard->currentSCCB)-> in FPT_queueSearchSelect()
6784 Sccb_backlink = (struct sccb *)NULL; in FPT_queueSearchSelect()
6824 (unsigned char)(((struct sccb *)(pCurrCard->currentSCCB))-> in FPT_queueSelectFail()
6828 pCurrCard->currentSCCB->Sccb_backlink = (struct sccb *)NULL; in FPT_queueSelectFail()
6858 struct sccb *p_sccb, unsigned char p_card) in FPT_queueCmdComplete()
6955 static void FPT_queueDisconnect(struct sccb *p_sccb, unsigned char p_card) in FPT_queueDisconnect()
6992 struct sccb *currSCCB; in FPT_queueFlushSccb()
7058 static void FPT_queueAddSccb(struct sccb *p_SCCB, unsigned char p_card) in FPT_queueAddSccb()
7090 static unsigned char FPT_queueFindSccb(struct sccb *p_SCCB, in FPT_queueFindSccb()
7093 struct sccb *q_ptr; in FPT_queueFindSccb()
7153 static void FPT_utilUpdateResidual(struct sccb *p_SCCB) in FPT_utilUpdateResidual()
7545 FlashPoint_StartCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__StartCCB()
7551 FlashPoint_AbortCCB(CardHandle, (struct sccb *)CCB); in FlashPoint__AbortCCB()