Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()