Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm.c1515 static void phydm_set_csi_mask_reg(void *dm_void, u32 tone_idx_tmp, in phydm_set_csi_mask_reg() argument
1527 if ((tone_idx_tmp % 10) >= 5) in phydm_set_csi_mask_reg()
1528 tone_idx_tmp += 10; in phydm_set_csi_mask_reg()
1530 tone_idx_tmp = (tone_idx_tmp / 10); 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()
1547 byte_offset = (u8)(tone_idx_tmp >> 3); in phydm_set_csi_mask_reg()
1548 bit_offset = (u8)(tone_idx_tmp & 0x7); 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()
[all …]