Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/socionext/
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-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh1271 local rst_rx=$2
1299 if [ "$count" -lt "$rst_rx" ]; then
1300 echo "[fail] got $count MP_RST[s] RX expected $rst_rx"