Lines Matching refs:agRoot
105 agsaRoot_t *agRoot = &(tdsaAllShared->agRootNonInt); in tiCOMInterruptHandler() local
108 interruptPending = saInterruptHandler(agRoot, channelNum); in tiCOMInterruptHandler()
152 agsaRoot_t *agRoot = agNULL; in tiCOMDelayedInterruptHandler() local
159 agRoot = &(tdsaAllShared->agRootInt); in tiCOMDelayedInterruptHandler()
163 agRoot = &(tdsaAllShared->agRootNonInt); in tiCOMDelayedInterruptHandler()
166 completed = saDelayedInterruptHandler(agRoot, channelNum, count); in tiCOMDelayedInterruptHandler()
202 agsaRoot_t *agRoot; in tiCOMSystemInterruptsActive() local
203 agRoot = &(tdsaAllShared->agRootNonInt); in tiCOMSystemInterruptsActive()
213 if(agRoot->sdkData != agNULL) in tiCOMSystemInterruptsActive()
216 agRoot, in tiCOMSystemInterruptsActive()
232 agsaRoot_t *agRoot; in tiComCountActiveIORequests() local
233 agRoot = &(tdsaAllShared->agRootNonInt); in tiComCountActiveIORequests()
234 saCountActiveIORequests(agRoot ); in tiComCountActiveIORequests()
258 agsaRoot_t *agRoot; in tiCOMInterruptEnable() local
259 agRoot = &(tdsaAllShared->agRootNonInt); in tiCOMInterruptEnable()
261 saSystemInterruptsEnable(agRoot, channelNum); in tiCOMInterruptEnable()