Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpci_configuration.rs268 pub enum PciBarRegionType { enum
602 pub fn get_bar_type(&self, bar_num: PciBarIndex) -> Option<PciBarRegionType> { in get_bar_type()
694 region_type: PciBarRegionType, in new()