Searched refs:dm_psd_table (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_psd.c | 25 struct psd_info *dm_psd_table = &dm->dm_psd_table; in phydm_get_psd_data() local 28 odm_set_bb_reg(dm, dm_psd_table->psd_reg, 0x3ff, psd_tone_idx); in phydm_get_psd_data() 30 odm_set_bb_reg(dm, dm_psd_table->psd_reg, BIT(22), in phydm_get_psd_data() 33 odm_set_bb_reg(dm, dm_psd_table->psd_reg, BIT(22), in phydm_get_psd_data() 36 psd_report = odm_get_bb_reg(dm, dm_psd_table->psd_report_reg, 0xffff); in phydm_get_psd_data() 98 struct psd_info *dm_psd_table = &dm->dm_psd_table; in phydm_psd() local 104 u16 psd_fc_channel = dm_psd_table->psd_fc_channel; in phydm_psd() 120 dm_psd_table->psd_in_progress = 1; in phydm_psd() 137 dm_psd_table->initial_gain_backup = in phydm_psd() 155 dm_psd_table->rf_0x18_bkp = in phydm_psd() [all …]
|
D | phydm.h | 694 struct psd_info dm_psd_table; member
|