/openbmc/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()
|
/openbmc/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
|
/openbmc/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()
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | kirkwood.c | 95 !of_get_mac_address(np, tmpmac)) in kirkwood_dt_eth_fixup()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | of.c | 122 of_get_mac_address(np, settings->mac); in brcmf_of_probe()
|
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | mac.c | 270 err = of_get_mac_address(mac_node, mac_dev->addr); in mac_probe()
|
/openbmc/linux/net/ethernet/ |
H A D | eth.c | 494 ret = of_get_mac_address(dev->of_node, mac_addr); in eth_platform_get_mac_address()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | eeprom.c | 166 of_get_mac_address(np, phy->macaddr); in mt76_eeprom_override()
|
/openbmc/linux/drivers/net/ethernet/wiznet/ |
H A D | w5100-spi.c | 431 ret = of_get_mac_address(spi->dev.of_node, tmpmac); in w5100_spi_probe()
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | main.c | 428 err = of_get_mac_address(wdev->dev->of_node, wdev->addresses[i].addr); in wfx_probe()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_main.c | 842 if (of_get_mac_address(np, sparx5->base_mac)) { in mchp_sparx5_probe()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.c | 430 rc = of_get_mac_address(np, mac); in stmmac_probe_config_dt()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | init.c | 694 of_get_mac_address(np, common->macaddr); in ath9k_of_init()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00dev.c | 993 of_get_mac_address(rt2x00dev->dev->of_node, eeprom_mac_addr); in rt2x00lib_set_mac_address()
|
/openbmc/linux/net/dsa/ |
H A D | dsa.c | 519 of_get_mac_address(dp->dn, dp->mac); in dsa_port_setup()
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_main.c | 860 ret = of_get_mac_address(sw->np, sw->base_mac); in prestera_switch_set_base_mac_addr()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_pf.c | 406 err = of_get_mac_address(np, mac_addr); in enetc_setup_mac_address()
|
/openbmc/linux/drivers/net/ethernet/xilinx/ |
H A D | ll_temac_main.c | 1581 rc = of_get_mac_address(temac_np, addr); in temac_probe()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | davinci_emac.c | 1750 of_get_mac_address(np, pdata->mac_addr); in davinci_emac_of_get_pdata()
|
H A D | cpsw.c | 1365 ret = of_get_mac_address(slave_node, slave_data->mac_addr); in cpsw_probe_dt()
|
H A D | cpsw_new.c | 1318 ret = of_get_mac_address(port_np, slave_data->mac_addr); in cpsw_probe_dt()
|
/openbmc/linux/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 1433 ret = of_get_mac_address(np, mac); in ixp4xx_of_get_platdata()
|
/openbmc/linux/drivers/net/ethernet/davicom/ |
H A D | dm9000.c | 1401 ret = of_get_mac_address(np, pdata->dev_addr); in dm9000_parse_dt()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | thunder_bgx.c | 1484 of_get_mac_address(node, bgx->lmac[lmac].mac); in bgx_init_of_phy()
|