Searched refs:NVREG_RCVCTL_START (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dforcedeth.c357 if ( ( readl ( ioaddr + NvRegReceiverControl ) & NVREG_RCVCTL_START ) && !priv->mac_in_use ) {
358 rx_ctrl &= ~NVREG_RCVCTL_START;
364 rx_ctrl |= NVREG_RCVCTL_START;
381 rx_ctrl &= ~NVREG_RCVCTL_START;
565 if ( readl ( ioaddr + NvRegReceiverControl ) & NVREG_RCVCTL_START) {
H A Dforcedeth.h407 #define NVREG_RCVCTL_START 0x01 macro

Completed in 50 milliseconds