Searched refs:total_msecs (Results 1 – 1 of 1) sorted by relevance
69 uint32_t this_msecs, on_msecs, total_msecs; in VbGetDevMusicNotes() local138 total_msecs = 0; in VbGetDevMusicNotes()143 total_msecs += this_msecs; in VbGetDevMusicNotes()144 if (total_msecs <= REQUIRED_NOISE_WITHIN && in VbGetDevMusicNotes()161 VBDEBUG(("VbGetDevMusicNotes: lasting %d msecs\n", total_msecs)); in VbGetDevMusicNotes()162 if (total_msecs > MAX_CUSTOM_DELAY) { in VbGetDevMusicNotes()178 if (total_msecs < REQUIRED_TOTAL_DELAY) { in VbGetDevMusicNotes()183 this_msecs = (REQUIRED_TOTAL_DELAY - total_msecs) & 0xffff; in VbGetDevMusicNotes()