Lines Matching refs:sccb_card

248 struct sccb_card {  struct
793 struct sccb_card *pCurrCard);
821 static void FPT_queueSelectFail(struct sccb_card *pCurrCard,
824 static void FPT_queueCmdComplete(struct sccb_card *pCurrCard,
826 static void FPT_queueSearchSelect(struct sccb_card *pCurrCard,
865 struct sccb_card *pCurrCard);
876 struct sccb_card *pCurrCard,
880 static void FPT_SccbMgrTableInitCard(struct sccb_card *pCurrCard,
913 static struct sccb_card FPT_BL_Card[MAX_CARDS] = { {0} };
1216 struct sccb_card *CurrCard = NULL; in FlashPoint_HardwareResetHostAdapter()
1406 pCurrNvRam = ((struct sccb_card *)pCurrCard)->pNvRamInfo; in FlashPoint_ReleaseHostAdapter()
1430 FPT_WrStack(((struct sccb_card *)pCurrCard)->ioPort, 0, 0); in FlashPoint_ReleaseHostAdapter()
1504 struct sccb_card *pCurrCard = curr_card; in FlashPoint_StartCCB()
1622 ioport = ((struct sccb_card *)pCurrCard)->ioPort; in FlashPoint_AbortCCB()
1624 thisCard = ((struct sccb_card *)pCurrCard)->cardIndex; in FlashPoint_AbortCCB()
1630 ((struct sccb_card *)pCurrCard)->cmdCounter--; in FlashPoint_AbortCCB()
1632 if (!((struct sccb_card *)pCurrCard)->cmdCounter) in FlashPoint_AbortCCB()
1647 if (((struct sccb_card *)pCurrCard)->currentSCCB == in FlashPoint_AbortCCB()
1660 if (((struct sccb_card *)pCurrCard)-> in FlashPoint_AbortCCB()
1669 if (((struct sccb_card *) in FlashPoint_AbortCCB()
1672 ((struct sccb_card *) in FlashPoint_AbortCCB()
1679 ((struct sccb_card in FlashPoint_AbortCCB()
1682 ((struct sccb_card *) in FlashPoint_AbortCCB()
1685 FPT_queueSelectFail((struct sccb_card *)pCurrCard, thisCard); in FlashPoint_AbortCCB()
1686 ((struct sccb_card *) in FlashPoint_AbortCCB()
1724 ioport = ((struct sccb_card *)pCurrCard)->ioPort; in FlashPoint_InterruptPending()
1750 struct sccb_card *pCurrCard = pcard; in FlashPoint_HandleInterrupt()
1958 if (((struct sccb_card *)pCurrCard)-> in FlashPoint_HandleInterrupt()
1993 struct sccb_card *pCurrCard, in FPT_SccbMgr_bad_isr()
2165 static void FPT_SccbMgrTableInitCard(struct sccb_card *pCurrCard, in FPT_SccbMgrTableInitCard()
2313 struct sccb_card *CurrCard; in FPT_ssel()
2607 struct sccb_card *pCurrCard) in FPT_sres()
2892 struct sccb_card *CurrCard; in FPT_sdecm()
3674 static void FPT_ssenss(struct sccb_card *pCurrCard) in FPT_ssenss()
4919 static void FPT_dataXferProcessor(u32 port, struct sccb_card *pCurrCard) in FPT_dataXferProcessor()
5464 struct sccb_card *currCard; in FPT_scini()
6667 static void FPT_queueSearchSelect(struct sccb_card *pCurrCard, in FPT_queueSearchSelect()
6819 static void FPT_queueSelectFail(struct sccb_card *pCurrCard, in FPT_queueSelectFail()
6860 static void FPT_queueCmdComplete(struct sccb_card *pCurrCard, in FPT_queueCmdComplete()