Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_beamforming.h34 #define GetInitSoundCnt(_SoundPeriod, _MinSoundPeriod) ((_SoundPeriod)/(_MinSoundPeriod)) macro
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_beamforming.c744 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()
1286 bfee->SoundCnt = GetInitSoundCnt(bfee->sound_period, info->sounding_info.min_sounding_period); in _bfee_add_entry()