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

/vbox/src/VBox/Devices/Network/
H A DDevE1000Phy.cpp43 # define PhyLog(a) printf a macro
45 # define PhyLog(a) Log(a) macro
161 PhyLog(("PHY#%d At %02d read attempted from write-only '%s'\n",
176 PhyLog(("PHY#%d At %02d write attempted to read-only '%s'\n",
191 PhyLog(("PHY#%d At %02d read attempted from unimplemented '%s'\n",
206 PhyLog(("PHY#%d At %02d write attempted to unimplemented '%s'\n",
248 PhyLog(("PHY#%d At %02d read %04X from %s (%s)\n",
254 PhyLog(("PHY#%d read attempted from non-existing register %08x\n",
272 PhyLog(("PHY#%d At %02d write %04X to %s (%s)\n",
279 PhyLog(("PH
[all...]

Completed in 114 milliseconds