Searched refs:masked_lo (Results 1 – 1 of 1) sorted by relevance
3779 uint32 masked_lo = 0; in bcm_shl_64() local3794 masked_lo = (in_lo & mask) >> (32 - shift_amt); in bcm_shl_64()3797 in_hi = (in_hi << shift_amt) | masked_lo; in bcm_shl_64()