Lines Matching refs:orig_mac
320 u32 orig_mac[2];
903 writel(np->orig_mac[0], base + NvRegMacAddrA);
904 writel(np->orig_mac[1], base + NvRegMacAddrB);
961 np->orig_mac[0] = readl(base + NvRegMacAddrA);
962 np->orig_mac[1] = readl(base + NvRegMacAddrB);
964 nic->node_addr[0] = (np->orig_mac[1] >> 8) & 0xff;
965 nic->node_addr[1] = (np->orig_mac[1] >> 0) & 0xff;
966 nic->node_addr[2] = (np->orig_mac[0] >> 24) & 0xff;
967 nic->node_addr[3] = (np->orig_mac[0] >> 16) & 0xff;
968 nic->node_addr[4] = (np->orig_mac[0] >> 8) & 0xff;
969 nic->node_addr[5] = (np->orig_mac[0] >> 0) & 0xff;