Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dacpi.rs603 const PM1_CONTROL: u16 = PM1_STATUS + ACPIPM_RESOURCE_EVENTBLK_LEN as u16; constant
741 const PM1_CONTROL_LAST: u16 = PM1_CONTROL + ACPIPM_RESOURCE_CONTROLBLK_LEN as u16 - 1;
809 PM1_CONTROL..=PM1_CONTROL_LAST => { in read()
816 let offset = (info.offset - PM1_CONTROL as u64) as usize; in read()
932 PM1_CONTROL..=PM1_CONTROL_LAST => { in write()
939 let offset = (info.offset - PM1_CONTROL as u64) as usize; in write()