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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp240 #define PHYSADDR(S,A) ((A) | (S)->GCUpperPhys)
350 RTGCPHYS32 GCUpperPhys; member in struct:PCNETSTATE
1458 pThis->GCUpperPhys = 0;
1466 pThis->GCUpperPhys = (0xff00 & (uint32_t)pThis->aCSR[2]) << 16;
3013 pThis->GCUpperPhys = (0xff00 & (uint32_t)pThis->aCSR[2]) << 16;
3018 pThis->GCUpperPhys = 0;
3024 pThis->GCUpperPhys = 0;
4358 pThis->GCUpperPhys = BCR_SSIZE32(pThis)

Completed in 58 milliseconds