Searched refs:pcnetBCRWriteU16 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/Network/ |
H A D | DevPCNet.cpp | 1093 static int pcnetBCRWriteU16(PPCNETSTATE pThis, uint32_t u32RAP, uint32_t val); 2911 rc = pcnetBCRWriteU16(pThis, BCR_SWS, val); 2992 static int pcnetBCRWriteU16(PPCNETSTATE pThis, uint32_t u32RAP, uint32_t val) function 2997 Log2(("#%d pcnetBCRWriteU16: rap=%d val=%#06x\n", PCNET_INST_NR, u32RAP, val)); 3414 rc = pcnetBCRWriteU16(pThis, pThis->u32RAP, val); 3489 rc = pcnetBCRWriteU16(pThis, pThis->u32RAP, val & 0xffff); 3496 pcnetBCRWriteU16(pThis, BCR_BSBC, pcnetBCRReadU16(pThis, BCR_BSBC) | 0x0080);
|
Completed in 82 milliseconds