Searched refs:mac4321 (Results 1 – 1 of 1) sorted by relevance
315 unsigned int mac4321, mac65; in netx_eth_enable() local339 mac4321 = readl(priv->xpec_base + in netx_eth_enable()344 ndev->dev_addr[0] = mac4321 & 0xff; in netx_eth_enable()345 ndev->dev_addr[1] = (mac4321 >> 8) & 0xff; in netx_eth_enable()346 ndev->dev_addr[2] = (mac4321 >> 16) & 0xff; in netx_eth_enable()347 ndev->dev_addr[3] = (mac4321 >> 24) & 0xff; in netx_eth_enable()