Searched refs:macl (Results 1 – 1 of 1) sorted by relevance
245 u32 macu, macl; in spider_net_set_promisc() local258 memcpy(&macl, &netdev->dev_addr[2], sizeof(macl)); in spider_net_set_promisc()262 spider_net_write_reg(card, SPIDER_NET_GMRUAFILnR + 0x04, macl); in spider_net_set_promisc()1312 u32 macl, macu, regvalue; in spider_net_set_mac() local1328 macl = (netdev->dev_addr[4]<<8) + (netdev->dev_addr[5]); in spider_net_set_mac()1330 spider_net_write_reg(card, SPIDER_NET_GMACUNIMACL, macl); in spider_net_set_mac()