Searched refs:phystate (Results 1 – 1 of 1) sorted by relevance
5705 u32 phystate_orig = 0, phystate; in nv_probe() local6006 phystate = readl(base + NvRegAdapterControl); in nv_probe()6007 if (phystate & NVREG_ADAPTCTL_RUNNING) { in nv_probe()6009 phystate &= ~NVREG_ADAPTCTL_RUNNING; in nv_probe()6010 writel(phystate, base + NvRegAdapterControl); in nv_probe()6131 writel(phystate|NVREG_ADAPTCTL_RUNNING, base + NvRegAdapterControl); in nv_probe()