Home
last modified time | relevance | path

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

/drivers/net/ethernet/ti/icssg/
A Dicssg_prueth_sr1.c824 emac->phy_node = eth_node; in prueth_netdev_init()
870 ndev->dev.of_node = eth_node; in prueth_netdev_init()
930 eth_node, ret); in prueth_probe()
933 of_node_get(eth_node); in prueth_probe()
936 eth0_node = eth_node; in prueth_probe()
942 eth1_node = eth_node; in prueth_probe()
1136 eth_node = prueth->eth_node[i]; in prueth_probe()
1137 if (!eth_node) in prueth_probe()
1183 struct device_node *eth_node; in prueth_remove() local
1196 eth_node = prueth->eth_node[i]; in prueth_remove()
[all …]
A Dicssg_prueth.c1209 emac->phy_node = eth_node; in prueth_netdev_init()
1255 ndev->dev.of_node = eth_node; in prueth_netdev_init()
1732 eth_node, ret); in prueth_probe()
1735 of_node_get(eth_node); in prueth_probe()
1738 eth0_node = eth_node; in prueth_probe()
1744 eth1_node = eth_node; in prueth_probe()
1980 eth_node = prueth->eth_node[i]; in prueth_probe()
1981 if (!eth_node) in prueth_probe()
2023 struct device_node *eth_node; in prueth_remove() local
2038 eth_node = prueth->eth_node[i]; in prueth_remove()
[all …]
A Dicssg_prueth.h322 struct device_node *eth_node[PRUETH_NUM_MACS]; member
487 int prueth_node_port(struct device_node *eth_node);
488 int prueth_node_mac(struct device_node *eth_node);
490 struct device_node *eth_node);
A Dicssg_common.c1358 int prueth_node_port(struct device_node *eth_node) in prueth_node_port() argument
1363 ret = of_property_read_u32(eth_node, "reg", &port_id); in prueth_node_port()
1377 int prueth_node_mac(struct device_node *eth_node) in prueth_node_mac() argument
1382 ret = of_property_read_u32(eth_node, "reg", &port_id); in prueth_node_mac()
1396 struct device_node *eth_node) in prueth_netdev_exit() argument
1401 mac = prueth_node_mac(eth_node); in prueth_netdev_exit()

Completed in 14 milliseconds