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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Drealtek.c298 uint8_t phystatus; local
304 phystatus = readb ( rtl->regs + RTL_PHYSTATUS );
305 link_up = ( phystatus & RTL_PHYSTATUS_LINKSTS );
306 DBGC ( rtl, "REALTEK %p PHY status is %02x\n", rtl, phystatus );

Completed in 60 milliseconds