Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dpit.rs623 let mut should_start_timer = true; in write_counter() localVariable
636 should_start_timer = false; // Don't start until high byte written. in write_counter()
641 should_start_timer = false; in write_counter()
645 if should_start_timer { in write_counter()