Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw-phy-sel.c35 void (*cpsw_phy_sel)(struct cpsw_phy_sel_priv *priv, member
161 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel() function
183 priv->cpsw_phy_sel(priv, phy_mode, slave); in cpsw_phy_sel()
189 EXPORT_SYMBOL_GPL(cpsw_phy_sel);
224 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.c653 cpsw_phy_sel(cpsw->dev, slave->phy->interface, in cpsw_slave_open()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcpsw.c1280 static void cpsw_phy_sel(struct cpsw_priv *priv, const char *compat, in cpsw_phy_sel() function
1448 cpsw_phy_sel(priv, phy_sel_compat, pdata->phy_interface); in cpsw_eth_ofdata_to_platdata()