Home
last modified time | relevance | path

Searched refs:currByte (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dfsl_mcdmafec.c313 u8 currByte; /* byte for which to compute the CRC */ in fec_set_hwaddr() local
319 currByte = mac[byte]; in fec_set_hwaddr()
321 if ((currByte & 0x01) ^ (crc & 0x01)) { in fec_set_hwaddr()
327 currByte >>= 1; in fec_set_hwaddr()