Searched refs:masked_hi (Results 1 – 1 of 1) sorted by relevance
3817 uint32 masked_hi = 0; in bcm_shr_64() local3832 masked_hi = in_hi & mask; in bcm_shr_64()3836 in_lo = ((uint32)in_lo >> shift_amt) | (masked_hi << (32 - shift_amt)); in bcm_shr_64()