Lines Matching refs:agRoot
54 agsaRoot_t *agRoot in saTimerTick() argument
57 agsaLLRoot_t *saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in saTimerTick()
69 ossaSingleThreadedEnter(agRoot, LL_TIMER_LOCK); in saTimerTick()
86 ossaSingleThreadedLeave(agRoot, LL_TIMER_LOCK); in saTimerTick()
89 pTimer->pfnTimeout(agRoot, Event, pParm); in saTimerTick()
92 ossaSingleThreadedEnter(agRoot, LL_TIMER_LOCK); in saTimerTick()
132 OSSA_READ_LE_32(circularQ->agRoot, &circularQ->producerIdx, circularQ->piPointer, 0); in saTimerTick()
152 if(smIS64bInt(agRoot)) in saTimerTick()
156 ossaHwRegReadExt(agRoot, 0, V_Outbound_Doorbell_Set_RegisterU), in saTimerTick()
157 ossaHwRegReadExt(agRoot, 0, V_Outbound_Doorbell_Set_Register), in saTimerTick()
158 ossaHwRegReadExt(agRoot, 0, V_Outbound_Doorbell_Mask_Set_RegisterU), in saTimerTick()
159 ossaHwRegReadExt(agRoot, 0, V_Outbound_Doorbell_Mask_Set_Register), in saTimerTick()
160 saRoot->OurInterrupt(agRoot,i) in saTimerTick()
167 siHalRegReadExt(agRoot, GEN_MSGU_ODR, V_Outbound_Doorbell_Set_Register), in saTimerTick()
168 siHalRegReadExt(agRoot, GEN_MSGU_ODMR, V_Outbound_Doorbell_Mask_Set_Register), in saTimerTick()
169 saRoot->OurInterrupt(agRoot,i) in saTimerTick()
176 saEchoCommand(agRoot,agNULL, ((i << 16) & 0xFFFF0000 ), (void *)&payload); in saTimerTick()
194 ossaSingleThreadedLeave(agRoot, LL_TIMER_LOCK); in saTimerTick()
204 saSystemInterruptsEnable ( agRoot, a ); in saTimerTick()
230 agsaRoot_t *agRoot, in siTimerAdd() argument
237 agsaLLRoot_t *saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in siTimerAdd()
243 ossaSingleThreadedEnter(agRoot, LL_TIMER_LOCK); in siTimerAdd()
317 ossaSingleThreadedLeave(agRoot, LL_TIMER_LOCK); in siTimerAdd()
335 agsaRoot_t *agRoot, in siTimerRemove() argument
339 agsaLLRoot_t *saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in siTimerRemove()
343 ossaSingleThreadedEnter(agRoot, LL_TIMER_LOCK); in siTimerRemove()
356 ossaSingleThreadedLeave(agRoot, LL_TIMER_LOCK); in siTimerRemove()
373 agsaRoot_t *agRoot in siTimerRemoveAll() argument
376 agsaLLRoot_t *saRoot = (agsaLLRoot_t *)(agRoot->sdkData); in siTimerRemoveAll()
382 ossaSingleThreadedEnter(agRoot, LL_TIMER_LOCK); in siTimerRemoveAll()
404 ossaSingleThreadedLeave(agRoot, LL_TIMER_LOCK); in siTimerRemoveAll()