Searched refs:phystate (Results 1 – 2 of 2) sorted by relevance
1571 static const union phy_notify phystate = { in exynos_ufs_pre_hibern8() local1580 phy_notify_state(ufs->phy, phystate); in exynos_ufs_pre_hibern8()1608 static const union phy_notify phystate = { in exynos_ufs_post_hibern8() local1618 phy_notify_state(ufs->phy, phystate); in exynos_ufs_post_hibern8()
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()