Searched refs:sound_period (Results 1 – 5 of 5) sorted by relevance
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/ |
D | phydm_beamforming.c | 377 entry->sound_period = 400; in beamforming_add_bfee_entry() 556 if (beamform_entry->sound_period != sound_period_fw) { in beamforming_dym_period() 557 beamform_entry->sound_period = sound_period_fw; in beamforming_dym_period() 560 } else if (beamform_entry->sound_period != sound_period_sw) in beamforming_dym_period() 561 beamform_entry->sound_period = sound_period_sw; in beamforming_dym_period() 763 sounding_time = beam_entry.sound_period; /*@beam_oid_info.sound_oid_period;*/ in phydm_beamforming_sounding_time() 765 sounding_time = beam_entry.sound_period; in phydm_beamforming_sounding_time() 821 …sound_info->sound_period = phydm_beamforming_sounding_time(dm, beam_info, sound_info->sound_mode, … in phydm_beamforming_select_beam_entry() 841 odm_set_timer(dm, &beam_info->beamforming_timer, sound_info->sound_period); in phydm_beamforming_start_period() 845 u32 val = (sound_info->sound_period | (timer_type << 16)); in phydm_beamforming_start_period() [all …]
|
D | phydm_beamforming.h | 136 u16 sound_period; member 183 u16 sound_period; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/txbf/ |
D | haltxbfjaguar.c | 184 period0 = (u8)(beam_info->beamformee_entry[idx].sound_period); in hal_txbf_jaguar_fw_txbf_cmd() 190 period1 = (u8)(beam_info->beamformee_entry[idx].sound_period); in hal_txbf_jaguar_fw_txbf_cmd()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_beamforming.c | 636 && (bfee->sound_period < min_val)) in _sounding_update_min_period() 637 min_val = bfee->sound_period; in _sounding_update_min_period() 744 bfee->SoundCnt = GetInitSoundCnt(bfee->sound_period, sounding->min_sounding_period); in _sounding_get_list() 761 bfee->SoundCnt = GetInitSoundCnt(bfee->sound_period, sounding->min_sounding_period); in _sounding_get_list() 1284 bfee->sound_period = 40; in _bfee_add_entry() 1285 _sounding_update_min_period(adapter, bfee->sound_period, _FALSE); in _bfee_add_entry() 1286 bfee->SoundCnt = GetInitSoundCnt(bfee->sound_period, info->sounding_info.min_sounding_period); in _bfee_add_entry()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | rtw_beamforming.h | 105 u16 sound_period; member
|