Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufs-exynos.c1571 static const union phy_notify phystate = { in exynos_ufs_pre_hibern8() local
1580 phy_notify_state(ufs->phy, phystate); in exynos_ufs_pre_hibern8()
1608 static const union phy_notify phystate = { in exynos_ufs_post_hibern8() local
1618 phy_notify_state(ufs->phy, phystate); in exynos_ufs_post_hibern8()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c5705 u32 phystate_orig = 0, phystate; in nv_probe() local
6006 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()