Searched refs:last_counter (Results 1 – 2 of 2) sorted by relevance
304 u32 last_counter; /* Used exclusively by pcm_pointer member
608 pipe->last_counter = 0; in init_engine()777 pipe->last_counter = 0; in pcm_trigger()833 step = counter - pipe->last_counter; /* handles wrapping */ in pcm_pointer()834 pipe->last_counter = counter; in pcm_pointer()