Home
last modified time | relevance | path

Searched defs:Cmos (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/
Dcmos.rs17 pub struct Cmos { struct
22 impl Cmos { argument
26 pub fn new(mem_below_4g: u64, mem_above_4g: u64) -> Cmos { in new()
49 impl BusDevice for Cmos { implementation