Searched refs:rstphy (Results 1 – 1 of 1) sorted by relevance
37 struct reset_control *rstphy; member261 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()