Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/xilinx/
Dll_temac_main.c1148 struct device_node *temac_np = dev_of_node(&pdev->dev), *dma_np; in temac_probe() local
1216 if (temac_np) { in temac_probe()
1217 if (of_get_property(temac_np, "little-endian", NULL)) in temac_probe()
1232 if (temac_np) { in temac_probe()
1233 p = (__be32 *)of_get_property(temac_np, "xlnx,txcsum", NULL); in temac_probe()
1236 p = (__be32 *)of_get_property(temac_np, "xlnx,rxcsum", NULL); in temac_probe()
1250 if (temac_np) { in temac_probe()
1254 dma_np = of_parse_phandle(temac_np, "llink-connected", 0); in temac_probe()
1343 if (temac_np) { in temac_probe()
1345 addr = of_get_mac_address(temac_np); in temac_probe()
[all …]