Searched refs:pci_root (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | pci_root.rs | 195 pci_root: PciRoot, field 201 pub fn new(pci_root: PciRoot) -> Self { in new() 203 pci_root, in new() 215 self.pci_root.config_space_read(address, register) in config_space_read() 225 self.pci_root in config_space_write() 289 pci_root: PciRoot, field 293 pub fn new(pci_root: PciRoot) -> Self { in new() 294 PciConfigMmio { pci_root } in new() 299 self.pci_root.config_space_read(address, register) in config_space_read() 304 self.pci_root in config_space_write()
|
D | mod.rs | 18 mod pci_root; module 31 pub use self::pci_root::{PciAddress, PciConfigIo, PciConfigMmio, PciRoot};
|
/external/crosvm/x86_64/src/ |
D | lib.rs | 1023 if let Some(pci_root) = pci { in setup_io_bus() 1024 io_bus.insert(pci_root, 0xcf8, 0x8).unwrap(); in setup_io_bus()
|