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} };
1213 struct sccb_card *CurrCard = NULL; in FlashPoint_HardwareResetHostAdapter()
1403 pCurrNvRam = ((struct sccb_card *)pCurrCard)->pNvRamInfo; in FlashPoint_ReleaseHostAdapter()
1427 FPT_WrStack(((struct sccb_card *)pCurrCard)->ioPort, 0, 0); in FlashPoint_ReleaseHostAdapter()
1501 struct sccb_card *pCurrCard = curr_card; in FlashPoint_StartCCB()
1619 ioport = ((struct sccb_card *)pCurrCard)->ioPort; in FlashPoint_AbortCCB()
1621 thisCard = ((struct sccb_card *)pCurrCard)->cardIndex; in FlashPoint_AbortCCB()
1627 ((struct sccb_card *)pCurrCard)->cmdCounter--; in FlashPoint_AbortCCB()
1629 if (!((struct sccb_card *)pCurrCard)->cmdCounter) in FlashPoint_AbortCCB()
1644 if (((struct sccb_card *)pCurrCard)->currentSCCB == in FlashPoint_AbortCCB()
1657 if (((struct sccb_card *)pCurrCard)-> in FlashPoint_AbortCCB()
1666 if (((struct sccb_card *) in FlashPoint_AbortCCB()
1669 ((struct sccb_card *) in FlashPoint_AbortCCB()
1676 ((struct sccb_card in FlashPoint_AbortCCB()
1679 ((struct sccb_card *) in FlashPoint_AbortCCB()
1682 FPT_queueSelectFail((struct sccb_card *)pCurrCard, thisCard); in FlashPoint_AbortCCB()
1683 ((struct sccb_card *) in FlashPoint_AbortCCB()
1721 ioport = ((struct sccb_card *)pCurrCard)->ioPort; in FlashPoint_InterruptPending()
1747 struct sccb_card *pCurrCard = pcard; in FlashPoint_HandleInterrupt()
1955 if (((struct sccb_card *)pCurrCard)-> in FlashPoint_HandleInterrupt()
1990 struct sccb_card *pCurrCard, in FPT_SccbMgr_bad_isr()
2162 static void FPT_SccbMgrTableInitCard(struct sccb_card *pCurrCard, in FPT_SccbMgrTableInitCard()
2310 struct sccb_card *CurrCard; in FPT_ssel()
2604 struct sccb_card *pCurrCard) in FPT_sres()
2889 struct sccb_card *CurrCard; in FPT_sdecm()
3671 static void FPT_ssenss(struct sccb_card *pCurrCard) in FPT_ssenss()
4916 static void FPT_dataXferProcessor(u32 port, struct sccb_card *pCurrCard) in FPT_dataXferProcessor()
5461 struct sccb_card *currCard; in FPT_scini()
6664 static void FPT_queueSearchSelect(struct sccb_card *pCurrCard, in FPT_queueSearchSelect()
6816 static void FPT_queueSelectFail(struct sccb_card *pCurrCard, in FPT_queueSelectFail()
6857 static void FPT_queueCmdComplete(struct sccb_card *pCurrCard, in FPT_queueCmdComplete()