Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dtsec.c110 u8 whichbit, whichreg; in tsec_mcast_addr() local
113 whichbit = (result >> 24) & 0x1f; /* the 5 LSB = which bit to set */ in tsec_mcast_addr()
116 value = BIT(31 - whichbit); in tsec_mcast_addr()