Home
last modified time | relevance | path

Searched full:phy_pol_invert (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/pcs/
H A Dpcs-mtk-lynxi.c136 default_pol = PHY_POL_INVERT; in mtk_pcs_config_polarity()
141 BIT(PHY_POL_NORMAL) | BIT(PHY_POL_INVERT), in mtk_pcs_config_polarity()
147 if (pol == PHY_POL_INVERT) in mtk_pcs_config_polarity()
151 BIT(PHY_POL_NORMAL) | BIT(PHY_POL_INVERT), in mtk_pcs_config_polarity()
156 if (pol == PHY_POL_INVERT) in mtk_pcs_config_polarity()
/linux/drivers/net/phy/
H A Dair_en8811h.c1226 default_pol = PHY_POL_INVERT;
1229 BIT(PHY_POL_NORMAL) | BIT(PHY_POL_INVERT),
1233 if (pol == PHY_POL_INVERT) in en8811h_clk_provider_setup()
1238 default_pol = PHY_POL_INVERT; in en8811h_clk_provider_setup()
1241 BIT(PHY_POL_NORMAL) | BIT(PHY_POL_INVERT), in en8811h_clk_provider_setup()
/linux/drivers/net/dsa/lantiq/
H A Dmxl-gsw1xx.c298 if (pol == PHY_POL_INVERT) in gsw1xx_pcs_reset()