Searched refs:orig_mac (Results 1 – 1 of 1) sorted by relevance
781 u32 orig_mac[2]; member5889 np->orig_mac[0] = readl(base + NvRegMacAddrA); in nv_probe()5890 np->orig_mac[1] = readl(base + NvRegMacAddrB); in nv_probe()5896 dev->dev_addr[0] = (np->orig_mac[0] >> 0) & 0xff; in nv_probe()5897 dev->dev_addr[1] = (np->orig_mac[0] >> 8) & 0xff; in nv_probe()5898 dev->dev_addr[2] = (np->orig_mac[0] >> 16) & 0xff; in nv_probe()5899 dev->dev_addr[3] = (np->orig_mac[0] >> 24) & 0xff; in nv_probe()5900 dev->dev_addr[4] = (np->orig_mac[1] >> 0) & 0xff; in nv_probe()5901 dev->dev_addr[5] = (np->orig_mac[1] >> 8) & 0xff; in nv_probe()5904 dev->dev_addr[0] = (np->orig_mac[0] >> 0) & 0xff; in nv_probe()[all …]