Searched refs:emacaddr0low (Results 1 – 2 of 2) sorted by relevance
217 …uint32_t emacaddr0low; /*This field contains the lower 32 bits of the first 6-byte MAC address. Th… member
365 mac_regs->emacaddr0low = (addr[3] << 24) | (addr[2] << 16) | (addr[1] << 8) | (addr[0]); in emac_ll_set_addr()