Home
last modified time | relevance | path

Searched defs:max_bus (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/x86_64/src/
Dtest_integration.rs185 let max_bus = (PCIE_CFG_MMIO_SIZE / 0x100000 - 1) as u8; in simple_vm_test() localVariable
Dlib.rs543 let max_bus = ((PCIE_CFG_MMIO_SIZE / 0x100000) - 1) as u8; in build_vm() localVariable
/external/dtc/
Dchecks.c876 unsigned int bus_num, min_bus, max_bus; in check_pci_device_bus_num() local