Searched refs:AR5K_TSF_U32 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 583 tsf_upper1 = ath5k_hw_reg_read(ah, AR5K_TSF_U32); in ath5k_hw_get_tsf64() 586 tsf_upper2 = ath5k_hw_reg_read(ah, AR5K_TSF_U32); in ath5k_hw_get_tsf64() 612 ath5k_hw_reg_write(ah, (tsf64 >> 32) & 0xffffffff, AR5K_TSF_U32); in ath5k_hw_set_tsf64()
|
H A D | reset.c | 1249 tsf_up = ath5k_hw_reg_read(ah, AR5K_TSF_U32); in ath5k_hw_reset() 1320 ath5k_hw_reg_write(ah, tsf_up, AR5K_TSF_U32); in ath5k_hw_reset()
|
H A D | reg.h | 1467 #define AR5K_TSF_U32 (ah->ah_version == AR5K_AR5210 ? \ macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | pcu.c | 583 tsf_upper1 = ath5k_hw_reg_read(ah, AR5K_TSF_U32); in ath5k_hw_get_tsf64() 586 tsf_upper2 = ath5k_hw_reg_read(ah, AR5K_TSF_U32); in ath5k_hw_get_tsf64() 612 ath5k_hw_reg_write(ah, (tsf64 >> 32) & 0xffffffff, AR5K_TSF_U32); in ath5k_hw_set_tsf64()
|
H A D | reset.c | 1249 tsf_up = ath5k_hw_reg_read(ah, AR5K_TSF_U32); in ath5k_hw_reset() 1320 ath5k_hw_reg_write(ah, tsf_up, AR5K_TSF_U32); in ath5k_hw_reset()
|
H A D | reg.h | 1467 #define AR5K_TSF_U32 (ah->ah_version == AR5K_AR5210 ? \ macro
|
Completed in 18 milliseconds