Home
last modified time | relevance | path

Searched refs:next_tick (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1593 U32 next_tick; in agtiapi_alloc_requests() local
1668 next_tick = pmcsc->pCardInfo->tiRscInfo.tiLoLevelResource. in agtiapi_alloc_requests()
1671 "next_tick 0x%x\n", next_tick ); in agtiapi_alloc_requests()
1672 callout_reset( &pmcsc->OS_timer, next_tick, agtiapi_TITimer, pmcsc ); in agtiapi_alloc_requests()
5837 U32 next_tick; in agtiapi_TITimer() local
5845 next_tick = pCard->pCardInfo->tiRscInfo.tiLoLevelResource. in agtiapi_TITimer()
5848 if( next_tick == 0 ) /* no timer required */ in agtiapi_TITimer()
5860 callout_reset( &pCard->OS_timer, next_tick, agtiapi_TITimer, pCard ); in agtiapi_TITimer()