Searched refs:whichbit (Results 1 – 2 of 2) sorted by relevance
134 u8 whichbit, whichreg; in tsec_mcast_addr() local137 whichbit = (result >> 24) & 0x1f; /* the 5 LSB = which bit to set */ in tsec_mcast_addr()140 value = BIT(31 - whichbit); in tsec_mcast_addr()
337 u8 whichbit = (result >> (32 - width)) & 0x1f; in gfar_set_hash_for_addr() local339 u32 value = (1 << (31-whichbit)); in gfar_set_hash_for_addr()