Home
last modified time | relevance | path

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

/external/crosvm/aarch64/src/
Dfdt.rs40 use crate::AARCH64_PCI_CFG_SIZE;
260 let reg = [AARCH64_PCI_CFG_BASE, AARCH64_PCI_CFG_SIZE]; in create_pci_nodes()
Dlib.rs110 const AARCH64_PCI_CFG_SIZE: u64 = 0x1000000; constant
331 .insert(pci_bus.clone(), AARCH64_PCI_CFG_BASE, AARCH64_PCI_CFG_SIZE) in build_vm()