Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/pcie/
Dpcie_host.rs37 use crate::pci::pci_configuration::CLASS_REG_REVISION_ID_OFFSET;
442 && offset == CLASS_REG_REVISION_ID_OFFSET as u64 in write_config()
/external/crosvm/devices/src/pci/
Dvfio_pci.rs69 use crate::pci::pci_configuration::CLASS_REG_REVISION_ID_OFFSET;
1993 && offset == CLASS_REG_REVISION_ID_OFFSET as u64 in write_config_register()
Dpci_configuration.rs32 pub const CLASS_REG_REVISION_ID_OFFSET: usize = 0; constant