Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dtsec.c134 u8 whichbit, whichreg; in tsec_mcast_addr() local
137 whichbit = (result >> 24) & 0x1f; /* the 5 LSB = which bit to set */ in tsec_mcast_addr()
140 value = BIT(31 - whichbit); in tsec_mcast_addr()