Searched refs:time_sync (Results 1 – 2 of 2) sorted by relevance
464 uint32_t time_sync; /* next time to sync with firmware */ member
6633 ASSERT(softs->time_sync <= softs->timebase); in aac_sync_tick()6634 softs->time_sync = 0; in aac_sync_tick()6647 softs->time_sync = softs->timebase; in aac_sync_tick()6650 softs->time_sync += aac_tick << 1; in aac_sync_tick()6652 softs->time_sync += AAC_SYNC_TICK; in aac_sync_tick()6778 if (softs->time_sync && softs->time_sync <= softs->timebase) in aac_timer()