Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufs-amd-versal2.c37 struct reset_control *rstphy; member
261 ret = reset_control_deassert(host->rstphy); in ufs_versal2_phy_init()
321 host->rstphy = devm_reset_control_get_exclusive(dev, "phy"); in ufs_versal2_init()
322 if (IS_ERR(host->rstphy)) { in ufs_versal2_init()
324 return PTR_ERR(host->rstphy); in ufs_versal2_init()
333 ret = reset_control_assert(host->rstphy); in ufs_versal2_init()