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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp93 #define PCNET_PNPMMIO_SIZE 0x20 macro
3712 if (GCPhysAddr - pThis->MMIOBase < PCNET_PNPMMIO_SIZE)
3748 if (GCPhysAddr - pThis->MMIOBase < PCNET_PNPMMIO_SIZE)
3903 Assert(cb >= PCNET_PNPMMIO_SIZE);
4969 rc = PDMDevHlpPCIIORegionRegister(pDevIns, 1, PCNET_PNPMMIO_SIZE, PCI_ADDRESS_SPACE_MEM, pcnetMMIOMap);

Completed in 503 milliseconds