Lines Matching refs:sccb_card

248 struct sccb_card {  struct
765 struct sccb_card *pCurrCard);
793 static void FPT_queueSelectFail(struct sccb_card *pCurrCard,
796 static void FPT_queueCmdComplete(struct sccb_card *pCurrCard,
798 static void FPT_queueSearchSelect(struct sccb_card *pCurrCard,
837 struct sccb_card *pCurrCard);
848 struct sccb_card *pCurrCard,
852 static void FPT_SccbMgrTableInitCard(struct sccb_card *pCurrCard,
885 static struct sccb_card FPT_BL_Card[MAX_CARDS] = { {0} };
1188 struct sccb_card *CurrCard = NULL; in FlashPoint_HardwareResetHostAdapter()
1378 pCurrNvRam = ((struct sccb_card *)pCurrCard)->pNvRamInfo; in FlashPoint_ReleaseHostAdapter()
1402 FPT_WrStack(((struct sccb_card *)pCurrCard)->ioPort, 0, 0); in FlashPoint_ReleaseHostAdapter()
1476 struct sccb_card *pCurrCard = curr_card; in FlashPoint_StartCCB()
1593 ioport = ((struct sccb_card *)pCurrCard)->ioPort; in FlashPoint_AbortCCB()
1595 thisCard = ((struct sccb_card *)pCurrCard)->cardIndex; in FlashPoint_AbortCCB()
1601 ((struct sccb_card *)pCurrCard)->cmdCounter--; in FlashPoint_AbortCCB()
1603 if (!((struct sccb_card *)pCurrCard)->cmdCounter) in FlashPoint_AbortCCB()
1618 if (((struct sccb_card *)pCurrCard)->currentSCCB == in FlashPoint_AbortCCB()
1628 if (((struct sccb_card *)pCurrCard)-> in FlashPoint_AbortCCB()
1637 if (((struct sccb_card *) in FlashPoint_AbortCCB()
1640 ((struct sccb_card *) in FlashPoint_AbortCCB()
1647 ((struct sccb_card in FlashPoint_AbortCCB()
1650 ((struct sccb_card *) in FlashPoint_AbortCCB()
1653 FPT_queueSelectFail((struct sccb_card *)pCurrCard, thisCard); in FlashPoint_AbortCCB()
1654 ((struct sccb_card *) in FlashPoint_AbortCCB()
1692 ioport = ((struct sccb_card *)pCurrCard)->ioPort; in FlashPoint_InterruptPending()
1718 struct sccb_card *pCurrCard = pcard; in FlashPoint_HandleInterrupt()
1926 if (((struct sccb_card *)pCurrCard)-> in FlashPoint_HandleInterrupt()
1961 struct sccb_card *pCurrCard, in FPT_SccbMgr_bad_isr()
2133 static void FPT_SccbMgrTableInitCard(struct sccb_card *pCurrCard, in FPT_SccbMgrTableInitCard()
2281 struct sccb_card *CurrCard; in FPT_ssel()
2575 struct sccb_card *pCurrCard) in FPT_sres()
2860 struct sccb_card *CurrCard; in FPT_sdecm()
3647 static void FPT_ssenss(struct sccb_card *pCurrCard) in FPT_ssenss()
4888 static void FPT_dataXferProcessor(u32 port, struct sccb_card *pCurrCard) in FPT_dataXferProcessor()
5433 struct sccb_card *currCard; in FPT_scini()
6636 static void FPT_queueSearchSelect(struct sccb_card *pCurrCard, in FPT_queueSearchSelect()
6788 static void FPT_queueSelectFail(struct sccb_card *pCurrCard, in FPT_queueSelectFail()
6829 static void FPT_queueCmdComplete(struct sccb_card *pCurrCard, in FPT_queueCmdComplete()