Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dfsl_mcdmafec.c311 u8 currByte; /* byte for which to compute the CRC */ in fec_set_hwaddr() local
317 currByte = mac[byte]; in fec_set_hwaddr()
319 if ((currByte & 0x01) ^ (crc & 0x01)) { in fec_set_hwaddr()
325 currByte >>= 1; in fec_set_hwaddr()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp170 std::bitset<8> currByte(read); in initialize() local
181 currByte.reset(bit); in initialize()
189 static_cast<uint8_t>(currByte.to_ulong())); in initialize()
277 std::bitset<8> currByte(read); in enableDisableClock() local
290 currByte.set(bit); in enableDisableClock()
297 currByte.reset(bit); in enableDisableClock()
309 static_cast<uint8_t>(currByte.to_ulong())); in enableDisableClock()