Searched refs:temp_mac (Results 1 – 1 of 1) sorted by relevance
928 u32 temp_mac[2]; in fec_restart() local948 memcpy(&temp_mac, ndev->dev_addr, ETH_ALEN); in fec_restart()949 writel(cpu_to_be32(temp_mac[0]), fep->hwp + FEC_ADDR_LOW); in fec_restart()950 writel(cpu_to_be32(temp_mac[1]), fep->hwp + FEC_ADDR_HIGH); in fec_restart()