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