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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp318 uint32_t u32RAP; member in struct:PCNETSTATE
1092 static uint32_t pcnetBCRReadU16(PPCNETSTATE pThis, uint32_t u32RAP);
1093 static int pcnetBCRWriteU16(PPCNETSTATE pThis, uint32_t u32RAP, uint32_t val);
1216 pThis->u32RAP = 0;
2747 static int pcnetCSRWriteU16(PPCNETSTATE pThis, uint32_t u32RAP, uint32_t val) argument
2751 Log(("#%d pcnetCSRWriteU16: rap=%d val=%#06x\n", PCNET_INST_NR, u32RAP, val));
2753 switch (u32RAP)
2882 Log(("#%d: WRITE CSR%d, %#06x !!\n", PCNET_INST_NR, u32RAP, val));
2885 if (u32RAP == 24)
2889 Log(("#%d: WRITE CSR%d, %#06x => GCRDRA=%08x (alt init)\n", PCNET_INST_NR, u32RAP, va
2959 pcnetCSRReadU16(PPCNETSTATE pThis, uint32_t u32RAP) argument
2992 pcnetBCRWriteU16(PPCNETSTATE pThis, uint32_t u32RAP, uint32_t val) argument
3178 pcnetBCRReadU16(PPCNETSTATE pThis, uint32_t u32RAP) argument
[all...]

Completed in 312 milliseconds