Searched refs:pastifg (Results 1 – 2 of 2) sorted by relevance
655 pCmd->pastifg |= events; in RF_cmdStoreEvents()2631 pCmd->pastifg &= ~h->state.unpendCause; in RF_syncCb()4734 pCmd->pastifg = 0; in RF_postCmd()4862 pCmd->pastifg = 0; in RF_scheduleCmd()5016 if (pCmd->pastifg & bmEvent) in RF_pendCmd()5022 h->state.unpendCause = pCmd->pastifg & bmEvent; in RF_pendCmd()5025 pCmd->pastifg &= ~h->state.unpendCause; in RF_pendCmd()
1636 …RF_EventMask pastifg; /* Accumulated value of events happened within a command chain */ member