Searched defs:u8RessourceType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp1055 uint8_t u8RessourceType; local
1059 u8RessourceType = pci_config_readb(pGlobals, uBus, uDevFn, u32Address);
1063 if ((u8RessourceType & 0x01) == 1) /* I/O */
1072 if (((u8RessourceType & 0x01) == 1) && (u32Size & UINT32_C(0xffff0000)) == 0)
1081 if ((u8RessourceType & 0x01) == 1)
1086 Log(("%s: Start address of %s region %u is %#x\n", __FUNCTION__, ((u8RessourceType & 0x01) == 1 ? "I/O" : "MMIO"), i, *paddr));

Completed in 52 milliseconds