Home
last modified time | relevance | path

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

/linux/drivers/phy/socionext/
H A Dphy-uniphier-ahci.c24 struct reset_control *rst_pm, *rst_tx, *rst_rx; member
148 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()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1278 local rst_rx=$2
1310 elif { [ $rst_rx -ne 0 ] && [ $count -lt $rst_rx ]; } ||
1311 { [ $rst_rx -eq 0 ] && [ $count -ne 0 ]; }; then
1312 fail_test "got $count MP_RST[s] RX expected $rst_rx"