Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DHeaderType.cs18 MultiFunctionDevice = 1 << 7, enumerator
DPCIeBasePeripheral.cs197 var headerWithoutMultiFunctionFlag = header & ~HeaderType.MultiFunctionDevice; in IsHeaderAcceptable()