Searched refs:pci_root (Results 1 – 3 of 3) sorted by relevance
136 pci_root: PciRoot, field142 pub fn new(pci_root: PciRoot) -> Self { in new()144 pci_root, in new()157 self.pci_root in config_space_read()169 self.pci_root in config_space_write()233 pci_root: PciRoot, field237 pub fn new(pci_root: PciRoot) -> Self { in new()238 PciConfigMmio { pci_root } in new()243 self.pci_root in config_space_read()249 self.pci_root in config_space_write()
13 mod pci_root; module23 pub use self::pci_root::{PciConfigIo, PciConfigMmio, PciRoot};
694 if let Some(pci_root) = pci { in setup_io_bus()695 io_bus.insert(pci_root, 0xcf8, 0x8, false).unwrap(); in setup_io_bus()