Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mcc.c739 u64 tsf_ref = 0, tsf_ano = 0; in _tdmra_calc_noa_2wrole() local
749 tsf_ref = tsf_ref_h; in _tdmra_calc_noa_2wrole()
750 tsf_ref = tsf_ref << 32; in _tdmra_calc_noa_2wrole()
751 tsf_ref |= tsf_ref_l; in _tdmra_calc_noa_2wrole()
756 (u32)(tsf_ref >> 32), (u32)tsf_ref, in _tdmra_calc_noa_2wrole()
771 noa_start = noa_start - tsf_ref + tsf_ano; in _tdmra_calc_noa_2wrole()
2565 u64 tsf_ref = 0, tsf_ano = 0; in _mcc_get_2_clients_bcn_offset() local
2574 tsf_ref = tsf_ref_h; in _mcc_get_2_clients_bcn_offset()
2575 tsf_ref = tsf_ref << 32; in _mcc_get_2_clients_bcn_offset()
2576 tsf_ref |= tsf_ref_l; in _mcc_get_2_clients_bcn_offset()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mcc.c739 u64 tsf_ref = 0, tsf_ano = 0; in _tdmra_calc_noa_2wrole() local
749 tsf_ref = tsf_ref_h; in _tdmra_calc_noa_2wrole()
750 tsf_ref = tsf_ref << 32; in _tdmra_calc_noa_2wrole()
751 tsf_ref |= tsf_ref_l; in _tdmra_calc_noa_2wrole()
756 (u32)(tsf_ref >> 32), (u32)tsf_ref, in _tdmra_calc_noa_2wrole()
771 noa_start = noa_start - tsf_ref + tsf_ano; in _tdmra_calc_noa_2wrole()
2565 u64 tsf_ref = 0, tsf_ano = 0; in _mcc_get_2_clients_bcn_offset() local
2574 tsf_ref = tsf_ref_h; in _mcc_get_2_clients_bcn_offset()
2575 tsf_ref = tsf_ref << 32; in _mcc_get_2_clients_bcn_offset()
2576 tsf_ref |= tsf_ref_l; in _mcc_get_2_clients_bcn_offset()
[all …]