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()
1408 local rst_rx=$21438 elif { [ $rst_rx -ne 0 ] && [ $count -lt $rst_rx ]; } ||1439 { [ $rst_rx -eq 0 ] && [ $count -ne 0 ]; }; then1440 fail_test "got $count MP_RST[s] RX expected $rst_rx"