Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsec.c113 u8 whichbit, whichreg; in tsec_mcast_addr() local
116 whichbit = (result >> 24) & 0x1f; /* the 5 LSB = which bit to set */ in tsec_mcast_addr()
119 value = 1 << (31-whichbit); in tsec_mcast_addr()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar.c329 u8 whichbit = (result >> (32 - width)) & 0x1f; in gfar_set_hash_for_addr() local
331 u32 value = (1 << (31-whichbit)); in gfar_set_hash_for_addr()