Searched refs:useStatus (Results 1 – 2 of 2) sorted by relevance
220 if (cntlr->channelList[i].useStatus == DMAC_CHN_VACANCY) { in DmacAllocateChannel()221 cntlr->channelList[i].useStatus = DMAC_CHN_ALLOCAT; in DmacAllocateChannel()242 cntlr->channelList[channel].useStatus = DMAC_CHN_VACANCY; in DmacFreeChannel()580 cntlr->channelList[i].useStatus = DMAC_CHN_VACANCY; in DmacCntlrAdd()
114 int useStatus; member