Searched refs:machi (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c566 uint32_t val, crc, hashreg, hashbit, hash[2], machi, maclo; local
610 machi = (eaddr[5] << 8) | eaddr[4];
613 WR4(sc, EMAC_ADDR_HIGH(0), machi);
1061 uint32_t maclo, machi, rnd; local
1065 machi = RD4(sc, EMAC_ADDR_HIGH(0)) & 0xffff;
1068 if (maclo == 0xffffffff && machi == 0xffff) {
1072 machi = rnd & 0xffff;
1079 eaddr[4] = machi & 0xff;
1080 eaddr[5] = (machi >> 8) & 0xff;

Completed in 54 milliseconds