Searched refs:phystate (Results 1 – 1 of 1) sorted by relevance
5711 u32 phystate_orig = 0, phystate; in nv_probe() local6009 phystate = readl(base + NvRegAdapterControl); in nv_probe()6010 if (phystate & NVREG_ADAPTCTL_RUNNING) { in nv_probe()6012 phystate &= ~NVREG_ADAPTCTL_RUNNING; in nv_probe()6013 writel(phystate, base + NvRegAdapterControl); in nv_probe()6133 writel(phystate|NVREG_ADAPTCTL_RUNNING, base + NvRegAdapterControl); in nv_probe()