Searched refs:phystate (Results 1 – 1 of 1) sorted by relevance
5610 u32 phystate_orig = 0, phystate; in nv_probe() local5903 phystate = readl(base + NvRegAdapterControl); in nv_probe()5904 if (phystate & NVREG_ADAPTCTL_RUNNING) { in nv_probe()5906 phystate &= ~NVREG_ADAPTCTL_RUNNING; in nv_probe()5907 writel(phystate, base + NvRegAdapterControl); in nv_probe()6027 writel(phystate|NVREG_ADAPTCTL_RUNNING, base + NvRegAdapterControl); in nv_probe()