Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dcpsw-common.c68 int ti_cm_get_macid(struct device *dev, int slave, u8 *mac_addr) in ti_cm_get_macid() function
91 EXPORT_SYMBOL_GPL(ti_cm_get_macid);
H A Dcpsw.h24 int ti_cm_get_macid(struct device *dev, int slave, u8 *mac_addr);
H A Ddavinci_emac.c1783 return ti_cm_get_macid(&pdev->dev, instance, mac_addr); in davinci_emac_of_get_pdata()