Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmutils.c3779 uint32 masked_lo = 0; in bcm_shl_64() local
3794 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()