Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dtsec.c110 u8 whichbit, whichreg; in tsec_mcast_addr() local
114 whichreg = result >> 29; /* the 3 MSB = which reg to set it in */ in tsec_mcast_addr()
119 setbits_be32(&regs->hash.gaddr0 + whichreg, value); in tsec_mcast_addr()
121 clrbits_be32(&regs->hash.gaddr0 + whichreg, value); in tsec_mcast_addr()