Home
last modified time | relevance | path

Searched refs:rst_tx (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
142 ret = reset_control_deassert(priv->rst_tx); in uniphier_ahciphy_pro4_power_on()
157 reset_control_assert(priv->rst_tx); in uniphier_ahciphy_pro4_power_on()
180 reset_control_assert(priv->rst_tx); in uniphier_ahciphy_pro4_power_off()
438 priv->rst_tx = devm_reset_control_get_shared(dev, "tx"); in uniphier_ahciphy_probe()
439 if (IS_ERR(priv->rst_tx)) in uniphier_ahciphy_probe()
440 return PTR_ERR(priv->rst_tx); in uniphier_ahciphy_probe()
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh1270 local rst_tx=$1
1288 if [ $count -lt $rst_tx ]; then
1289 echo "[fail] got $count MP_RST[s] TX expected $rst_tx"