Lines Matching defs:mac
2 /* Atheros AR71xx built-in ethernet mac driver
937 static void ag71xx_hw_set_macaddr(struct ag71xx *ag, unsigned char *mac)
941 t = (((u32)mac[5]) << 24) | (((u32)mac[4]) << 16)
942 | (((u32)mac[3]) << 8) | ((u32)mac[2]);
946 t = (((u32)mac[1]) << 24) | (((u32)mac[0]) << 16);
1887 netif_err(ag, probe, ndev, "unknown mac idx\n");
1905 ag->mac_reset = devm_reset_control_get(&pdev->dev, "mac");
1907 netif_err(ag, probe, ndev, "missing mac reset\n");