Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw-phy-sel.c34 void (*cpsw_phy_sel)(struct cpsw_phy_sel_priv *priv, member
160 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel() function
182 priv->cpsw_phy_sel(priv, phy_mode, slave); in cpsw_phy_sel()
188 EXPORT_SYMBOL_GPL(cpsw_phy_sel);
222 priv->cpsw_phy_sel = of_id->data; in cpsw_phy_sel_probe()
H A Dcpsw.h18 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave);
21 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel() function
H A Dcpsw.c647 cpsw_phy_sel(cpsw->dev, slave->phy->interface, in cpsw_slave_open()
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw.c1180 static void cpsw_phy_sel(struct cpsw_priv *priv, const char *compat, in cpsw_phy_sel() function
1348 cpsw_phy_sel(priv, phy_sel_compat, pdata->phy_interface); in cpsw_eth_ofdata_to_platdata()