Home
last modified time | relevance | path

Searched refs:rst_tx (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
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/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1290 local rst_tx=$1
1311 elif { [ $rst_tx -ne 0 ] && [ $count -lt $rst_tx ]; } ||
1312 { [ $rst_tx -eq 0 ] && [ $count -ne 0 ]; }; then
1313 fail_test "got $count MP_RST[s] TX expected $rst_tx"