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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp2959 static uint32_t pcnetCSRReadU16(PPCNETSTATE pThis, uint32_t u32RAP) function
2971 return pcnetCSRReadU16(pThis, 1);
2973 return pcnetCSRReadU16(pThis, 2);
2987 Log(("#%d pcnetCSRReadU16: rap=%d val=%#06x\n", PCNET_INST_NR, u32RAP, val));
3440 val = pcnetCSRReadU16(pThis, pThis->u32RAP);
3441 if (pThis->u32RAP == 0) // pcnetUpdateIrq() already called by pcnetCSRReadU16()
3523 val = pcnetCSRReadU16(pThis, pThis->u32RAP);
3524 if (pThis->u32RAP == 0) // pcnetUpdateIrq() already called by pcnetCSRReadU16()

Completed in 49 milliseconds