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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp3393 static int pcnetIoportWriteU16(PPCNETSTATE pThis, uint32_t addr, uint32_t val) function
3398 Log2(("#%d pcnetIoportWriteU16: addr=%#010x val=%#06x\n", PCNET_INST_NR,
3419 Log(("#%d pcnetIoportWriteU16: addr=%#010x val=%#06x BCR_DWIO !!\n", PCNET_INST_NR, addr, val));
3591 case 2: rc = pcnetIoportWriteU16(pThis, Port, u32); break;
3633 pcnetIoportWriteU16(pThis, addr & 0x0f, val);

Completed in 65 milliseconds