Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dpit.rs37 CommandSC = 0xc0, // Select Counter/Read-back command. enumerator
293 let command: u16 = (control_word & CommandBit::CommandSC as u8).into(); in command_write()