Home
last modified time | relevance | path

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

/linux/drivers/phy/
H A Dphy-common-props-test.c103 static const u32 rx_pol[] = { PHY_POL_NORMAL, PHY_POL_INVERT, PHY_POL_AUTO }; in phy_test_rx_polarity_find_by_name()
125 ret = phy_get_rx_polarity(node, "usb-ss", BIT(PHY_POL_AUTO), in phy_test_rx_polarity_find_by_name()
126 PHY_POL_AUTO, &val); in phy_test_rx_polarity_find_by_name()
128 KUNIT_EXPECT_EQ(test, val, PHY_POL_AUTO); in phy_test_rx_polarity_find_by_name()
183 static const u32 rx_pol[] = { PHY_POL_AUTO }; in phy_test_rx_polarity_unsupported_value()
373 static const u32 tx_pol[] = { PHY_POL_AUTO }; in phy_test_tx_polarity_unsupported_value()
/linux/include/dt-bindings/phy/
H A Dphy.h30 #define PHY_POL_AUTO 2 macro