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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp3424 static uint32_t pcnetIoportReadU16(PPCNETSTATE pThis, uint32_t addr, int *pRC) function
3457 Log(("#%d pcnetIoportReadU16: addr=%#010x val=%#06x BCR_DWIO !!\n", PCNET_INST_NR, addr, val & 0xffff));
3463 Log2(("#%d pcnetIoportReadU16: addr=%#010x val=%#06x\n", PCNET_INST_NR, addr, val & 0xffff));
3564 case 2: *pu32 = pcnetIoportReadU16(pThis, Port, &rc); break;
3647 val = pcnetIoportReadU16(pThis, addr & 0x0f, &rc);

Completed in 49 milliseconds