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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp404 bool fAm79C973; member in struct:PCNETSTATE
1236 pThis->aCSR[88] = pThis->fAm79C973 ? CSR_VERSION_LOW_79C973 : CSR_VERSION_LOW_79C970A;
3047 if (pThis->fAm79C973)
3200 if (pThis->fAm79C973 && (pThis->aBCR[BCR_MIIADDR] >> 5 & 0x1f) == 0)
3943 pThis->fAm79C973 ? "Am79C973" : "Am79C970A", pThis->fGCEnabled ? " GC" : "", pThis->fR0Enabled ? " R0" : "");
4179 SSMR3PutBool(pSSM, pThis->fAm79C973); /* >= If version 0.8 */
4240 if (pThis->fAm79C973)
4329 bool fAm79C973; local
4330 rc = SSMR3GetBool(pSSM, &fAm79C973);
4332 if (pThis->fAm79C973 !
[all...]

Completed in 47 milliseconds