Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpci_configuration.rs205 IORegion = 0x01, enumerator
431 let min_size = if config.region_type == PciBarRegionType::IORegion { in add_pci_bar()
451 PciBarRegionType::Memory32BitRegion | PciBarRegionType::IORegion => { in add_pci_bar()
483 PciBarRegionType::IORegion => { in add_pci_bar()
533 PciBarRegionType::IORegion => u64::from(self.registers[bar_idx] & BAR_IO_ADDR_MASK), in get_bar_addr()
911 PciBarRegionType::IORegion, in add_pci_bar_io()
918 assert_eq!(cfg.get_bar_type(0), Some(PciBarRegionType::IORegion)); in add_pci_bar_io()
929 region_type: PciBarRegionType::IORegion, in add_pci_bar_io()
979 PciBarRegionType::IORegion, in add_pci_bar_multiple()
1014 region_type: PciBarRegionType::IORegion, in add_pci_bar_multiple()
[all …]