Searched refs:of_get_mac_address (Results 1 – 16 of 16) sorted by relevance
| /linux/net/core/ |
| H A D | of_net.c | 126 int of_get_mac_address(struct device_node *np, u8 *addr) in of_get_mac_address() function 147 EXPORT_SYMBOL(of_get_mac_address); 167 ret = of_get_mac_address(np, addr); in of_get_ethdev_address()
|
| /linux/include/linux/ |
| H A D | of_net.h | 16 extern int of_get_mac_address(struct device_node *np, u8 *mac); 27 static inline int of_get_mac_address(struct device_node *np, u8 *mac) in of_get_mac_address() function
|
| /linux/arch/powerpc/sysdev/ |
| H A D | tsi108_dev.c | 103 of_get_mac_address(np, tsi_eth_data.mac_addr); in tsi108_eth_of_init()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | kirkwood.c | 95 !of_get_mac_address(np, tmpmac)) in kirkwood_dt_eth_fixup()
|
| /linux/drivers/net/ethernet/wiznet/ |
| H A D | w5100-spi.c | 430 ret = of_get_mac_address(spi->dev.of_node, tmpmac); in w5100_spi_probe()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | init.c | 650 ret = of_get_mac_address(np, common->macaddr); in ath9k_of_init()
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | ll_temac_main.c | 1581 rc = of_get_mac_address(temac_np, addr); in temac_probe()
|
| H A D | xilinx_axienet_main.c | 3053 ret = of_get_mac_address(pdev->dev.of_node, mac_addr); in axienet_probe()
|
| /linux/net/dsa/ |
| H A D | dsa.c | 513 of_get_mac_address(dp->dn, dp->mac); in dsa_port_setup()
|
| /linux/drivers/net/ethernet/aeroflex/ |
| H A D | greth.c | 1455 err = of_get_mac_address(ofdev->dev.of_node, addr); in greth_of_probe()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 1401 ret = of_get_mac_address(np, pdata->dev_addr); in dm9000_parse_dt()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8703b.c | 529 ret = of_get_mac_address(node, efuse->addr); in try_mac_from_devicetree()
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | thunder_bgx.c | 1486 of_get_mac_address(node, bgx->lmac[lmac].mac); in bgx_init_of_phy()
|
| /linux/drivers/net/ethernet/spacemit/ |
| H A D | k1_emac.c | 1968 ret = of_get_mac_address(np, mac_addr); in emac_config_dt()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 2758 ret = of_get_mac_address(pnp, ppd.mac_addr); in mv643xx_eth_shared_of_add_port()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 2041 ret = of_get_mac_address(np, tmpaddr); in fec_get_mac()
|