Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A 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()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h437 u64 TSFValue; member
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c2959 tsf = pmlmeext->TSFValue-do_div(pmlmeext->TSFValue, (pmlmeinfo->bcn_interval*1024))-1024; /* us */ in hw_var_set_correct_tsf()