Searched refs:rst_rx (Results 1 – 2 of 2) sorted by relevance
24 struct reset_control *rst_pm, *rst_tx, *rst_rx; member148 ret = reset_control_deassert(priv->rst_rx); in uniphier_ahciphy_pro4_power_on()179 reset_control_assert(priv->rst_rx); in uniphier_ahciphy_pro4_power_off()442 priv->rst_rx = devm_reset_control_get_shared(dev, "rx"); in uniphier_ahciphy_probe()443 if (IS_ERR(priv->rst_rx)) in uniphier_ahciphy_probe()444 return PTR_ERR(priv->rst_rx); in uniphier_ahciphy_probe()
1271 local rst_rx=$21299 if [ "$count" -lt "$rst_rx" ]; then1300 echo "[fail] got $count MP_RST[s] RX expected $rst_rx"