Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm.c1522 u32 tone_num = 64; in phydm_set_csi_mask_reg() local
1533 tone_num = 64; in phydm_set_csi_mask_reg()
1538 tone_num = 128; in phydm_set_csi_mask_reg()
1544 if (tone_idx_tmp >= (tone_num - 1)) in phydm_set_csi_mask_reg()
1545 tone_idx_tmp = (tone_num - 1); in phydm_set_csi_mask_reg()
1552 tone_num_shift = tone_num; in phydm_set_csi_mask_reg()
1554 if (tone_idx_tmp >= tone_num) in phydm_set_csi_mask_reg()
1555 tone_idx_tmp = tone_num; in phydm_set_csi_mask_reg()
1557 tone_idx_tmp = tone_num - tone_idx_tmp; in phydm_set_csi_mask_reg()