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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp3468 static int pcnetIoportWriteU32(PPCNETSTATE pThis, uint32_t addr, uint32_t val) function
3473 Log2(("#%d pcnetIoportWriteU32: addr=%#010x val=%#010x\n", PCNET_INST_NR,
3502 Log(("#%d pcnetIoportWriteU32: addr=%#010x val=%#010x !BCR_DWIO !!\n", PCNET_INST_NR, addr, val));
3592 case 4: rc = pcnetIoportWriteU32(pThis, Port, u32); break;
3666 pcnetIoportWriteU32(pThis, addr & 0x0f, val);

Completed in 48 milliseconds