Searched refs:dm_psd_table (Results 1 – 2 of 2) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/ |
| D | phydm_psd.c | 36 struct psd_info *dm_psd_table = &dm->dm_psd_table; in phydm_get_psd_data() local 42 odm_set_bb_reg(dm, dm_psd_table->psd_reg, 0x3ff80000, psd_tone_idx & 0x7ff); in phydm_get_psd_data() 44 odm_set_bb_reg(dm, dm_psd_table->psd_reg, BIT(16), 1); in phydm_get_psd_data() 45 ODM_delay_us(10 << (dm_psd_table->fft_smp_point >> 7)); in phydm_get_psd_data() 47 odm_set_bb_reg(dm, dm_psd_table->psd_reg, BIT(16), 0); in phydm_get_psd_data() 55 odm_set_bb_reg(dm, dm_psd_table->psd_reg, BIT(18), 1); in phydm_get_psd_data() 56 ODM_delay_us(10 << (dm_psd_table->fft_smp_point >> 7)); in phydm_get_psd_data() 58 odm_set_bb_reg(dm, dm_psd_table->psd_reg, BIT(18), 0); in phydm_get_psd_data() 62 odm_set_bb_reg(dm, dm_psd_table->psd_reg, 0xfff, psd_tone_idx); in phydm_get_psd_data() 63 odm_set_bb_reg(dm, dm_psd_table->psd_reg, BIT(28), 1); in phydm_get_psd_data() [all …]
|
| D | phydm.h | 1333 struct psd_info dm_psd_table; member
|