Home
last modified time | relevance | path

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

/linux/drivers/net/pcs/
H A Dpcs-mtk-lynxi.c127 struct fwnode_handle *fwnode = mpcs->fwnode, *pcs_fwnode; in mtk_pcs_config_polarity() local
135 pcs_fwnode = fwnode_get_named_child_node(fwnode, "pcs"); in mtk_pcs_config_polarity()
137 ret = phy_get_rx_polarity(pcs_fwnode, phy_modes(interface), in mtk_pcs_config_polarity()
141 fwnode_handle_put(pcs_fwnode); in mtk_pcs_config_polarity()
147 ret = phy_get_tx_polarity(pcs_fwnode, phy_modes(interface), in mtk_pcs_config_polarity()
150 fwnode_handle_put(pcs_fwnode); in mtk_pcs_config_polarity()