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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp1092 static uint32_t pcnetBCRReadU16(PPCNETSTATE pThis, uint32_t u32RAP);
2975 return pcnetBCRReadU16(pThis, BCR_SWS);
3178 static uint32_t pcnetBCRReadU16(PPCNETSTATE pThis, uint32_t u32RAP) function
3214 Log2(("#%d pcnetBCRReadU16: rap=%d val=%#06x\n", PCNET_INST_NR, u32RAP, val));
3273 if (pcnetBCRReadU16(pThis, 2) & 0x80)
3452 val = pcnetBCRReadU16(pThis, pThis->u32RAP);
3496 pcnetBCRWriteU16(pThis, BCR_BSBC, pcnetBCRReadU16(pThis, BCR_BSBC) | 0x0080);
3535 val = pcnetBCRReadU16(pThis, pThis->u32RAP);

Completed in 64 milliseconds