Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c1695 pmlmeext->TSFValue = le32_to_cpu(*(pbuf+1)); in update_TSF()
1697 pmlmeext->TSFValue = pmlmeext->TSFValue << 32; in update_TSF()
1699 pmlmeext->TSFValue |= le32_to_cpu(*pbuf); in update_TSF()
/linux-6.6.21/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h437 u64 TSFValue; member
/linux-6.6.21/drivers/staging/rtl8723bs/hal/
Drtl8723b_hal_init.c2959 tsf = pmlmeext->TSFValue-do_div(pmlmeext->TSFValue, (pmlmeinfo->bcn_interval*1024))-1024; /* us */ in hw_var_set_correct_tsf()