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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c5404 u32 phystate_orig = 0, phystate; local
5701 phystate = readl(base + NvRegAdapterControl);
5702 if (phystate & NVREG_ADAPTCTL_RUNNING) {
5704 phystate &= ~NVREG_ADAPTCTL_RUNNING;
5705 writel(phystate, base + NvRegAdapterControl);
5828 writel(phystate|NVREG_ADAPTCTL_RUNNING, base + NvRegAdapterControl);

Completed in 64 milliseconds