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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dforcedeth.c1611 u32 phystate_orig = 0, phystate; local
1630 phystate = readl ( ioaddr + NvRegAdapterControl );
1631 if ( phystate & NVREG_ADAPTCTL_RUNNING ) {
1633 phystate &= ~NVREG_ADAPTCTL_RUNNING;
1634 writel ( phystate, ioaddr + NvRegAdapterControl );
1711 writel ( phystate | NVREG_ADAPTCTL_RUNNING,

Completed in 45 milliseconds